To ensure the correct template is used in Zen Cart's Stripe payment integration module, follow these steps:
- Check your active template:
- Go to Admin => Tools => Template Selection to find out which template is currently in use.
- For example, let's say your active template is "flowers".
- Place the necessary files in the correct directory:
- Move all files from includes/templates/YOUR_TEMPLATE/ into includes/templates/flowers/templates/.
- This ensures that the checkout confirmation page correctly loads the Stripe CC form.
- Alternative method:
- If you want to use the default template instead, delete includes/templates/flowers/templates/tpl_checkout_confirmation_default.php.
- When this file is removed, Zen Cart will automatically fall back to the default template located at:
includes/templates/default_template/tpl_checkout_confirmation_default.php.
Bookmarks