New Zenner
- Join Date:
- Mar 2009
- Posts:
- 9
- Plugin Contributions:
- 0
changing titles in shopping cart
In the shopping cart page, I want to change the headers (ie Qty. Item Name Unit Total )
How can I do this please?
Views: 922
New Zenner
In the shopping cart page, I want to change the headers (ie Qty. Item Name Unit Total )
How can I do this please?
Zen Follower
You'll find these in the languge file at includes - languages - english.php
Copy english.php to includes - languages - yourtemplate -english.php before making changes.
New Zenner
I checked the page source and got this:
<tr class="tableHeading"> <th scope="col" id="scQuantityHeading">Qty.</th> <th scope="col" id="scUpdateQuantity"> </th> <th scope="col" id="scProductsHeading">Item Name</th> <th scope="col" id="scUnitHeading">Unit</th> <th scope="col" id="scTotalHeading">Total</th> <th scope="col" id="scRemoveHeading"> </th> </tr>
no idea where to find this so I can edit it
Zen Follower
tellam:
I checked the page source and got this:
<tr class="tableHeading"> <th scope="col" id="scQuantityHeading">Qty.</th> <th scope="col" id="scUpdateQuantity"> </th> <th scope="col" id="scProductsHeading">Item Name</th> <th scope="col" id="scUnitHeading">Unit</th> <th scope="col" id="scTotalHeading">Total</th> <th scope="col" id="scRemoveHeading"> </th> </tr> no idea where to find this so I can edit it
The path to the file you want is in the above post
includes - languages - english.php
Look under '// table headings for cart display and upcoming products'
New Zenner
I checked the page source and got this:
<tr class="tableHeading"> <th scope="col" id="scQuantityHeading">Qty.</th> <th scope="col" id="scUpdateQuantity"> </th> <th scope="col" id="scProductsHeading">Item Name</th> <th scope="col" id="scUnitHeading">Unit</th> <th scope="col" id="scTotalHeading">Total</th> <th scope="col" id="scRemoveHeading"> </th> </tr>
no idea where to find this so I can edit it
New Zenner
PGlad:
You'll find these in the languge file at includes - languages - english.php
Copy english.php to includes - languages - yourtemplate -english.php before making changes.
Thanks very much, works a treat
Tell staff why this post should be reviewed.