X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Three Qs: removing pounds, items file, instructions file (https://forum.x-cart.com/showthread.php?t=16858)

weexpectedthis 09-25-2005 11:37 AM

Three Qs: removing pounds, items file, instructions file
 
What setting do I go to to remove the displaying of the cost in pounds?

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.

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..."

I appreciate any help I can get, thanks.

Dongan 09-25-2005 08:13 PM

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


All times are GMT -8. The time now is 01:47 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.