I want to show free shipping for LOGGED IN user and flat rate shipping for not logged in user.
I have set up two rules to achieve this from magento admin --> Promotion --> Shopping cart price rule. But it is not working. Please help to solve this problem.
There is no easy way to do this. But there is an extension available which can do this:
http://amasty.com/shipping-payment-by-customer-group.html
Not free, but it worked perfectly for me.
Related
How do I create specific bundle prices for all my products as well as being able to sell them individually. So if you look at the site I'm building - http://knittingcompany.co.uk. You will see items for £1.99 and £6.50.
I want to sell all of these individually, but also to give an option to buy them as a bundle. I want customers to have the option to buy 10 of £1.99 items for £10, and buy 3 of the £6.50 items for £15.
I've installed Woo Commerce Product Bundles, but I can't seem to have the facility to be able to allow all the products to be sold in bundles. Customers should be able to select any of the items within the same price bracket and have the offer available.
Unless I'm using the plugin wrong I think I may have bought the wrong plugin to do what I want it to do.
Does anyone know how to help either using this plugin or by any other means?
Thanks
For anyone else that might be interested in this the product bundle plugin from woocommerce wasn't the plugin I needed to carry out the function I wanted. It's another plugin called dynamic pricing from woocommerce. In case anyone else is interested
I`m a beginner in Magento 2. I did setup a shopping cart app with flat rate shipping. But now client wants to add a link in cart for buying premium membership, so that this particular users can shop without shipping charges for one year. Normal users will have to pay shipping charges as usual. Any idea on how to implement this?
You can make a Customer Group.
Stores > Other Setting and select Customer Group.
Add new customer group.
Go To Cart Rule please follow.
Marketing > Select Cart Price Rule > Add New Rule. now without using coupon and select free shipping in magento for that customer group .
Thanks
Easiest thing comes to my mind is Coupon code that he'll use everytime, with 1-year validity.
I have OpenCart v.1.5.6.1 and I would like to disable the shipping step in checkout when the user buys some products. In the past there was a flag requires shipping in the Data tab of the product. Now I can't see it.
I've also made a research and still I can't find suggestions.
Do you know how to do this?
I found a plugin that does just that. Is called "free shipping".
Probably the functionality was removed from the core.
After searching on Google for quite a while I am going crazy.
My question: Can you configure Magento to require a coupon code to buy specific product?
This is for a promotion my employer is running, basically we want to allow specific customers to buy specific product in our Magento store before any of our other customers. Thank you for your suggestions.
A brief idea I can give here.
Create a backend module, which has own db tables to save linking of products ID to specific coupon, multiple coupon or just a check that coupon is required, depending on your case. From this Module you should be able to define such linking of product to coupon.
Since customer apply a coupon code at cart page, so we will let customer add product into cart. Then edit isDisabled method of Mage_Checkout_Block_Onepage_Link class. where you will check if your quote has any product from the product-coupon linking defined in your module and coupon is not applied yet. Similar thing you can should do for Multishipping method if it is enabled in your Magento. So whenever coupon coupon code will be applied page will refresh and button will get enabled.
Same check you will need to put in indexAction of Mage_Checkout_OnepageController.
I have a free shipping price rule which is configured like this:
All customer groups
No coupon
uses per customer: 0
Conditions: Cart total >= 100, Shipping country == NL or BE or DE
Free shipment: for shipment with matching items.
When I enter a coupon with a fixed discount amount however, the free shipment disappears.
Both price rules have Stop Further Rule Processing set to NO
This behaviour of Magento is driving me insane
Apparently Magento does not care about other shopping cart price rules if there is a valid coupon code entered in the Front-end.
Fix for this issue is in the comments of the following website:
http://magentoexpert.com/issue-with-cart-price-rules-coupon-code-discard-promotion-without-coupon-code/
As suggested in one of the comments it's best that you try and convert the current rule into a "Shopping Cart Price Rule".
In a Shopping Cart Price rule you can also set conditions that depend on the subtotal of the cart, the shipping region, shipping country, ...
In the action tab you can easily Free shipping option to "For shipment with matching items"
This should solve it ;)
Go through all your other rules which might be triggered as well (make sure they have "further rule processing" on "no").
Set the priority to "1"
Try again if the rule is applied and let us know.
If we are talking for Magento CE 1.9 and above, the code is corrected as long as the database is concerned but you might encounter the same problem! If so, then there is another cause.
One also usual bug is * user not being able to update the cart quantities* or users not able to login. This has to do with formKey and the answer that was given here.
Apparently, the same solution fixes the problem of vanished shipment or payment method after applying a coupon, that we are discussing here.
Hope this helps users of newer versions...
so be it - manemoi