View Single Post
  #2  
Old 09-25-2005, 08:13 PM
  Dongan's Avatar 
Dongan Dongan is offline
 

X-Wizard
  
Join Date: Jul 2005
Location: www.mercuryminds.com
Posts: 1,531
 

Default Re: Three Qs: removing pounds, items file, instructions file

Quote:
Originally Posted by weexpectedthis
What setting do I go to to remove the displaying of the cost in pounds?

Login into admin panel, Go to Administration -> General Settings -> Primary currency, now enter the value.

Quote:
Originally Posted by weexpectedthis
Which template file describes the information to be displayed about each item in your shopping cart? I want to change the link for when you click on the picture to see the product details.

skin1/customer/main/cart.tpl

Quote:
Originally Posted by weexpectedthis
Lastly, which option or file controls the text that is displayed above the shopping cart? This is where it says "The items below are currently...".

open skin1/customer/main/cart.tpl and find the code...

Code:
{if $products ne ""} {$lng.txt_cart_header} {/if}

If you want to change the texts only, login to admin panel, Go to Languages, select texts from the drop down menu, change the vlaue for the variable, txt_cart_header
Reply With Quote