skipping shippingmethod step in magento onepage checkout
Busy on a project and I need to skip the shipping method step. Shop contains simple and grouped products. There is no need for shipping so I tried: - disabling the shipping methods results in not able to checkout - only turning on the free shipping results in the step st开发者_Python百科ill visible
changing template code and deleting the shipping_methods section from progress.phtml or setting is_show to false results in no able to checkout
changing the template as above and and the opcheckout.js so it skips the shipping_methods step and goes to payment results in shipping_address not pointing to payment (skipping shipping_methods).
What am I missing? Can anyone help me out?
Thanks in advance!
You can use virtual products instead of simple. Or you can make some code changes like in this article.
精彩评论