I have a product on a magento store which is free and so is the postage.
Its all set-up, I can add it to my basket go to check out select the free shipping, but once I get to payment information part, it says "Your order cannot be completed at this as there is no payment methods available for it.".
Any help is much appreciated.
Thanks
#mufaddal solved this question via a comment. I'll add it as an answer just so people can see.
It was simply enabling the Zero Subtotal Checkout in the backend under Configuration - Payment Methods.
More information on Zero Subtotal Checkout can be found at the link below.
http://www.magentocommerce.com/knowledge-base/entry/configuration-payment-methods-zero-subtotal-checkout
Related
We are using "Local Pickup" for local delivery on our website with a $10 charge. I would like to allow orders over $75 to be delivered for free, but the only way I know to do that is through a coupon, and I need it to happen dynamically. I bought a few plugins, but neither could achieve this. Am I missing something really simple? Or is there a bit of code that could be added to the functions.php document that would achieve this? Right now orders can ship anywhere, and local residents can have their items delivered. Not sure if I'm overthinking this. Thanks in advance! L. Hawk
WooCommerce comes with a free shipping method integrated.
There you can find a minimum order amount option, that you can set to $75.
WooCommerce's official documentation explains its setup process step by step.
The only "tricky" part is to find and click the Edit option right below the method's title Free shipping.
At the next screen you can configure the shipping method accordingly.
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.
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.
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
a bit of a funny one for you this afternoon.
This is in Magento 1.5.1.0...
Essentially, my website sells products that are free (£0.00) however the customer has to pay for delivery. The problem that I’m having, is that at checkout, the Payment Methods simply doesn’t load whenever the basket sub total is 0. Even when the Grand Total with Shipping is an amount.
I’m running One Step Checkout, however it doesn’t work on the default One Page Checkout either.
I’ve tried everything, and I’m certain that it’s not got anything to do with the Payment Gateways that I’m using.
I tried the same thing on another site of mine, that’s running 1.4 and it works fine on there?
You can see a screenshot of the page with the problem here...
Any help would be really appreciated.
Check that you have: "Zero Subtotal Checkout" enabled under: System -> Configuration -> Payment Methods.
Subtotal is pre shipping, tax and discounts, this payment option exists specifically for your circumstance.