Installed one page checkout and checkout works fine.
Problem is when you click the Log In link at the top of the page or on the home page, you see an error at the top of the page "Access to that page requires a registered account. You can create an account using our login page." When you click on the link, nothing happens. Is there a fix?
Leonard
lfoster@leonardfostercom[/QUOTE]
It's better to ask in the support thread, but under what circumstances does the message occur? What are your OPC configuration settings?
Regards, Cindy[/QUOTE]
Cindy,
This happens after a customer goes to checkout and clicks to checkout as a Guest and then looks at other items. When they decide to create an account and click on the Log In link to create an account, that's when they see the error message and can't go any further.[/QUOTE]
That's not what I'm seeing on my demo site running OPC 2.0.4 on Zen Cart 1.5.5f. I added something to the cart, went to Guest Checkout, went back to home, added another item to my cart and clicked the login button. I was, then, able to create a full account.
What version of OPC are you running and how have you configured OPC?
Cindy[/QUOTE]
I'm using 2.0.4. I think the issue may be with this part:
"8. If your store plans to use the guest-checkout functionality of OPC v2.0.0 and later, you'll need to update your current template's common/tpl_header.php module to modify the display of the account and logoff pages' links during a guest checkout. OPC provides two versions of that modification:
If your template is based on the Zen Cart responsive_classic template, merge your template's file with /includes/templates/YOUR_RC_CLONE/common/tpl_header.php."
Honestly, I have no idea what this means.[/QUOTE]
How about a link to the site in question?[/QUOTE]
https://www.purewater4u.com/waterstorenew/[/QUOTE]
If you haven't made additional changes to the site's header, you can simply copy the OPC's distributed file /includes/templates/YOUR_RC_CLONE/common/tpl_header.php to your store's /includes/templates/responsive_classic/common/tpl_header.php.
Then, you should "preserve" the changes you've made to the as-shipped Zen Cart responsive_classic by cloning those changes to a new, site-specific, template using the Clone a Template plugin.[/QUOTE]
OK. So I replaced /includes/templates/responsive_classic/common/tpl_header.php with
/includes/templates/YOUR_RC_CLONE/common/tpl_header.php
and there was no change.
I used Clone a Template and made a clone. Switched the template to the new clone, and there was no change. Something I missed?