I know you can hide the Delivery details panel in the checkout by checking No in the Shipping option under product data. But I wish to have that checked to Yes so I can use the "Cash on Delivery" option in the Payment panel of the checkout. How can I 'hide' the delivery panel without affecting functionality? Thanks.
___________________________________________
"Speak softly but carry a big stick"
COD expects shipping.
^ You could just remove the conditional elseif statement from the COD model that pertains to shipping.
Otherwise there is probably stuff on the marketplace that will do what you need.
Code: Select all
} elseif (!$this->cart->hasShipping()) {
Otherwise there is probably stuff on the marketplace that will do what you need.
Backup and learn how to recover before you make any changes!
Hide Checkout Steps steps can do this. You can hide any of the steps except the billing address (which is necessary for the checkout to function) and the Confirm step. They are processed in the background, so it will keep any functionality you have in the step, as long as you don't need any choice to be made in that step.
Feel free to take a look at the screenshots and demo site, and if you're interested let me know at www.getclearthinking.com/contact if you have any further questions.
Feel free to take a look at the screenshots and demo site, and if you're interested let me know at www.getclearthinking.com/contact if you have any further questions.
Who is online
Users browsing this forum: No registered users and 24 guests