Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 ASP (Windows server) versions
 change text on List Price
Author « Topic »  

motorcycletunes@aol.com
Advanced Member

USA
360 Posts

Pre-sales questions only
(More Details...)

Posted - 05/27/2018 :  13:01:32  
how to I change the text "List Price" to just Price

}

div.listprice{
width:98%;
float:left;
font-size: 0.9em;
padding:0px;
}

V45
Advanced Member

United Kingdom
416 Posts

Pre-sales questions only
(More Details...)

Posted - 05/27/2018 :  13:39:08  
Look in vsadmin/inc/languagefile_en.asp for the following line
$GLOBALS['xxListPrice']='<span style="color:#999999;font-weight:bold">List Price: <span style="text-decoration:line-through">%s</span></span>';

and copy that line to your includes.asp file changing List Price to Price. Adding the line to the includes.asp file prevents any overwriting when applying updaters in the future

Will
Bolton Manchester UK

Edited by - V45 on 05/27/2018 13:42:34

motorcycletunes@aol.com
Advanced Member

USA
360 Posts

Pre-sales questions only
(More Details...)

Posted - 05/27/2018 :  13:55:28  
so i'd change it to
xxListPrice="<span style=""color:#999999;font-weight:bold"">Price: <span style=""text-decoration:line-through"">%s</span></span>"

or would i need to change the xxListPrice to xxPrice as well?

V45
Advanced Member

United Kingdom
416 Posts

Pre-sales questions only
(More Details...)

Posted - 05/27/2018 :  14:05:02  
This is what you should have after changing
$GLOBALS['xxListPrice']='<span style="color:#999999;font-weight:bold">Price: <span style="text-decoration:line-through">%s</span></span>';

DO NOT change the xxList Price

Will
Bolton Manchester UK

Edited by - V45 on 05/27/2018 14:06:31

motorcycletunes@aol.com
Advanced Member

USA
360 Posts

Pre-sales questions only
(More Details...)

Posted - 05/27/2018 :  14:23:58  
that fixed it,
Thank you very much.

V45
Advanced Member

United Kingdom
416 Posts

Pre-sales questions only
(More Details...)

Posted - 05/27/2018 :  14:26:26  
You're welcome Jonathan

Will
Bolton Manchester UK
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000