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.