Page 1 of 1

A few changes in default theme

Posted: Thu Jun 20, 2024 8:09 pm
by edkny
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:

Code: Select all

   <input type="radio" name="account" value="guest" checked="checked" />
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.

Re: A few changes in default theme

Posted: Fri Jun 21, 2024 7:54 am
by grgr
Before gettting on to anything else, the first problem is that you can't have downloaded products for guest customers - have to have an accout or they will not be able to download the product.

Re: A few changes in default theme

Posted: Fri Jun 21, 2024 2:59 pm
by edkny
Thank you for your answer
Okay got it, what about payment method instructions to show after clicking one of them in section 3?

Re: A few changes in default theme

Posted: Fri Jun 21, 2024 7:50 pm
by paulfeakins
edkny wrote:
Thu Jun 20, 2024 8:09 pm
I successfully removed some fields from the guest checkout
You should be doing this in a new theme, not the default.