Observation. Responsive_Classic
When using the cart in iPhone 6+ mode and a currencies sidebox turned on.
After adding an item to the cart, the first trip to the shopping cart shows the currencies sidebox underneath the shopping cart thereby allowing the customer to change the currency.
After going to the OPC page, if a customer clicks on Edit in the Shopping Cart Contents Area, they are taken to the Shopping Cart with no currency sidebox option to change the currency.
Desktop and tablets work the same with the Currencies sidebox appearing under each scenario.
Working on this today in spare time.
Thoughts on the matter?
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Hello again,
I am trying to get an order total module called "Priority Order Handling" to work with your opc mod. https://www.zen-cart.com/downloads.php?do=file&id=236
It is a module that charges a rush service fee. The customer can choose this option on the normal step 2 of checkout. It is a simple checkbox with apply button. This opc module is not recognizing when the checkbox is checked to add this rush fee.
Is this something you can add to the module or point us to where we can look?
Thanks
... and I'm back.
The issue arises due to the Priority Order Handling order-total's use of a checkbox-type field to gather the customer input.
When OPC processes a credit-class selection via click of an Apply button, OPC's confirmation page is activated to cause any posted inputs to be recorded in the customer's session. After that recording, the OPC's main data-gathering page is re-displayed ... which causes that checkbox selection to be lost.
You can see similar behavior in the 3-page checkout process. If you tick the Priority Order Handling checkbox and navigate to the checkout-confirmation page and then return to the checkout-payment page (like if the customer decided that they wanted to include some comments in the order) ... the checkbox selection is lost.
That order-total module requires an update to be usable under current versions of PHP anyway, so I propose the following actions:
- Update the Priority Order Handling plugin to use a radio-button type input for its selection as well as the above update.
- Update the OPC's documentation to indicate that order-total modules using a checkbox-type field for their input are not compatible with OPC.