I sit possible to remove the text 'Prices in British Pounds' from Shopping Cart (Prices in British Pounds) above the shopping cart?
Announcement
Collapse
No announcement yet.
Remove text from shopping cart
Collapse
X
-
Hi there,
There are number of ways to access this information, the easiest would be to go into Design|Options|Shop defaults, under the 'default price text' area you will find 'Reciept currency label' where you can see the text "Prices in %s" change that to what you like to print on-line, apply and OK then update your store.
Hope this helpsThank You
Menar Khan
-
Hi there
I would like to remove the line 'Prices in British Pounds' rather than reword "Prices in'.
I appreciate that i can edit as per you previous post the first part and replace with nothing and therefore only display 'British Pounds' online. In order to remove the rest (or if I do it this way the whole lot in one go!), is there any part of the code in the cart that can be <!-- --> out.
I tried the default tax zone message in Act_shopping Cart but no joy (so i put it back in).
Appreciate it if any one has a simple way of removing this phrase.
Steven
Comment
-
So, I thought I was being a cod again so I went to Design | Options | Shop Defaults and deleting the text for 'Receipt Currency Label'.
I notice that while this removes the entire expression, a '()' still appear that were originally around the expression.
Any thougths on removing that?
Thanks
Steven
Comment
-
Hi there,
If you goto Advance | Template Manager | Ordering Tab and click on the CartTable button which opens up a ShoppingCartXML.html template.
At the very beginning of that page please locate the variable;
NETQUOTEVAR:CARTCAPTION
Replacing it with <!-- NETQUOTEVAR:CARTCAPTION -->, save the file and then preview the changes in Actinic.
Hope this helpsThank You
Menar Khan
Comment
-
Hi there,
If you go to Advance | Template Manager | Ordering Tab and click on the CartTable button which opens up a ShoppingCartXML.html template. At the very beginning of that page please locate the variable;
NETQUOTEVAR:CARTCAPTION
Replacing it with <!-- NETQUOTEVAR:CARTCAPTION -->, save the file and then preview the changes in Actinic.
Hope this helpsThank You
Menar Khan
Comment
Comment