Hi,
I have installed Stripe Payments on a new install of Zencart v2.2.2 and using PHP 8.4.
On the checkout page I have got 2 Confirm Order buttons (one from zencart and one from Stripe). How do I hide one of them please?
Kind regards
Hi,
I have installed Stripe Payments on a new install of Zencart v2.2.2 and using PHP 8.4.
On the checkout page I have got 2 Confirm Order buttons (one from zencart and one from Stripe). How do I hide one of them please?
Kind regards
Ok, that did not work as the payments remain as 'incomplete' in Stripe. I have undone the CSS, so now I have got 2 buttons again.
Do you know what I need to change in the wokiee template please?
Kind regards
The jscript_stripe_checkout_confirmation.php file that is added to the checkout_confirmation (and checkout_one_confirmation) pages looks for the 'base' submit button as either
- a div with the class of confirm-order
- an id of checkoutConfirmationDefault-btn-toolbar
In your wokiee template, you could wrap that 'confirm order' button withe a <div class="confirm-order"></div> or, if already wrapped by a div, just add the confirm-order class.
Suggestion: if Test Mode Stripe Secure Payment Module is False (i.e. not in test mode), the module should not show a red message if the Test API Keys are not filled in.
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.
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.