Two questions about OPC..
(1) if a not logged in customer with an account checks out as a guest and fills out email address, name and address that match the account, OPC does not associate the guest with the account. Correct?
(2) If the customer table has extra custom fields and a customer checks out as guest, the guest customer row in the customer table may contain data in those extra fields. Where is that row cleared in OPC and is there an associated notifier that can be used to clear those extra fields.
Thank you!
Dave
zc2.1.0, OPC 2.5.5, Bootstrap 3.7.8, Remember Me 2.1.1
1: Correct
2: The 'base' OPC has no knowledge of any "extra custom fields" in the customers database table. There are a number of notifications issued (https://github.com/lat9/one_page_che...cations-Issued) through which custom code can provide additional data to be entered for a guest-customer's order. The maintenance of that additional data is left to the custom code.
@nicksab this page might help:
https://docs.zen-cart.com/dev/databa...g_description/
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
If a customer checks out as a guest in OPC and enters a password to create an account on the checkout success page, the customer is taken to the create account success page. Clicking the Continue button on that page takes the customer to the shopping cart page, which is empty. Where does the redirect to the shopping cart page take place (which function/method please), and is there a way to redirect to the home page instead? I've tried to find the location without success.
Thank you!
Dave
zc2.1.0, OPC 2.5.5, Bootstrap 3.7.8