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
 Changing the text Price on products.asp page
Author « Topic »  

Robert RS Walters
Ecommerce Template Expert

United Kingdom
556 Posts

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

Posted - 12/04/2017 :  06:11:47  
Hi Everyone

I am looking where to change the text on our products page from "Price" To "Best Price".

I have changed this on our languagefile_en but nothing. I have looked where in the incprodbody files it might be but nothing seems obvious.

any idea where I might need to be looking?

I managed to change this on the incproddetail file.

Any advice appreciated.

thanks

Rob

Robert Walters

Andy
ECT Moderator

95440 Posts

Posted - 12/04/2017 :  06:44:55  
Hi Rob

The entry in languagefile_en.asp is xxPrice - copy that to includes.asp so it doesn't get overwritten by updaters.

Andy

Please feel free to review / rate our software

Robert RS Walters
Ecommerce Template Expert

United Kingdom
556 Posts

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

Posted - 12/06/2017 :  05:08:30  
Hi Andy

I have added it to the includes.asp file that sits in the usual file but nothing seems to change. I have added xxPrice="Best Price" is this correct?

Any more ideas what file it might be?

I know we have enables CSS layouts on this page. Been almost 5 years since I tweaked it though.

any more ideas?

Rob



Robert Walters

Andy
ECT Moderator

95440 Posts

Posted - 12/06/2017 :  07:06:15  
That should be right, in the product page code does the includes.asp come after languagefile.asp in the list of 4 or 5 asp include lines?

Andy

Please feel free to review / rate our software

Robert RS Walters
Ecommerce Template Expert

United Kingdom
556 Posts

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

Posted - 12/11/2017 :  04:02:39  
Hi Andy

This is the order they are in on the Products page

<!--#include file="../vsadmin/db_conn_open.asp"-->
<!--#include file="../vsadmin/includes.asp"-->
<!--#include file="../vsadmin/inc/languagefile.asp"-->
<!--#include file="../vsadmin/inc/incfunctions.asp"-->

thanks

Rob

Robert Walters

Andy
ECT Moderator

95440 Posts

Posted - 12/11/2017 :  04:12:36  
Can you swap the order on all pages ie

<!--#include file="../vsadmin/inc/languagefile.asp"-->
<!--#include file="../vsadmin/includes.asp"-->

Andy

Please feel free to review / rate our software

Robert RS Walters
Ecommerce Template Expert

United Kingdom
556 Posts

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

Posted - 12/11/2017 :  04:47:06  
Sorted.

Thanks Andy

- Rob

Robert Walters

KevinRobson
Advanced Member

USA
248 Posts

Posted - 02/17/2021 :  07:00:42  
I've added xxPrice="Prices Start at" to includes.asp and it changes the display for both products.asp and proddetail.asp, which most of the time would be good.

In this case I want to tell customers on products.asp to click the picture to see pricing details. It works using xxPrice="Click Image For Pricing Options<br>Prices Start at", but it also changes proddetail.asp.

Is it possible to add a note to products.asp that doesn't show on proddetail.asp?

Marshall
Ecommerce Template Guru

USA
1909 Posts

Posted - 02/17/2021 :  08:18:24  
Put this in the products.asp page above the <!--#include file="vsadmin/inc/incproducts.asp"--> line

<%
xxPrice="Click Image For Pricing Options<br>Prices Start at"
%>

This way it will only affect the products page.

You can use the same method on the product detail page to just change that text by putting the line above
<!--#include file="vsadmin/inc/incproddetail.asp"-->

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

KevinRobson
Advanced Member

USA
248 Posts

Posted - 02/17/2021 :  12:15:19  
Perfect!
Thank you!
  « 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