New Zenner
- Join Date:
- Jun 2012
- Posts:
- 30
- Plugin Contributions:
- 0
How do I change this text?
Trying to find the HTML file to change this statement?
<h2 id="checkoutShippingHeadingMethod">Not Available At This Time</h2>Views: 1,067
New Zenner
Trying to find the HTML file to change this statement?
<h2 id="checkoutShippingHeadingMethod">Not Available At This Time</h2>Black Belt
Zencart doesn't use HTML files much. The Admin - Tools - Developers Tool Kit told me that string can be found (and changed) in:
includes/languages/english/checkout_payment.php and in:
includes/languages/english/checkout_shipping.php
Totally Zenned
Adding to what stevesh said, you should duplicate those files and save them in your custom template folder (they'd be includes/languages/english/YOUR_TEMPLATE/checkout_payment.php and includes/languages/english/YOUR_TEMPLATE/checkout_shipping.php - where YOUR_TEMPLATE is the name of your custom template). Edit the versions in the custom template folders ONLY.
New Zenner
afo:
Adding to what stevesh said, you should duplicate those files and save them in your custom template folder (they'd be includes/languages/english/YOUR_TEMPLATE/checkout_payment.php and includes/languages/english/YOUR_TEMPLATE/checkout_shipping.php - where YOUR_TEMPLATE is the name of your custom template). Edit the versions in the custom template folders ONLY.
Thanks for the help. That should work.
Fields marked required must be completed.
Tell staff why this post should be reviewed.