Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I change this text?

How do I change this text?

Views: 1,067

Results 1 to 4 of 4
23 Oct 2012, 9:37 PM
#1
portfj62 avatar

portfj62

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>
24 Oct 2012, 11:06 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How do I change this text?

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

24 Oct 2012, 12:16 PM
#3
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: How do I change this text?

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.

24 Oct 2012, 7:09 PM
#4
portfj62 avatar

portfj62

New Zenner

Join Date:
Jun 2012
Posts:
30
Plugin Contributions:
0

Re: How do I change this text?

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.