A few changes in default theme
Posted: Thu Jun 20, 2024 8:09 pm
Hello,
I have a few questions regarding the Opencart 3.0.3.9 version:
I successfully removed some fields from the guest checkout, but the guest checkout option does not appear for all products. All my products are digital downloads, yet guest checkout works for some and not for others.
I rearranged the positions of the guest checkout and register account radio buttons and set the guest option as checked, using:
However, there is no radio button selected by default on the storefront. I’m confused as to why some of my changes are reflected on the storefront while others are not.
I would like the payment method instructions to be displayed instead of the comment box during checkout. I want the comment box to appear in the Confirm Order section instead of the payment instructions.
I would greatly appreciate your assistance with these issues. You can check the changes on my website, zatempl.com.
Thank you.
I have a few questions regarding the Opencart 3.0.3.9 version:
I successfully removed some fields from the guest checkout, but the guest checkout option does not appear for all products. All my products are digital downloads, yet guest checkout works for some and not for others.
I rearranged the positions of the guest checkout and register account radio buttons and set the guest option as checked, using:
Code: Select all
<input type="radio" name="account" value="guest" checked="checked" />
I would like the payment method instructions to be displayed instead of the comment box during checkout. I want the comment box to appear in the Confirm Order section instead of the payment instructions.
I would greatly appreciate your assistance with these issues. You can check the changes on my website, zatempl.com.
Thank you.