HomeHome Product Discus... Product Discus...SmithCartSmithCartChanging the "Sale Price" labelChanging the "Sale Price" label
Previous
 
Next
New Post
4/27/2012 6:44 AM
 

Hello again good sirs,

I am running smith cart version 4.93, and I am interested in changing a bit of text that appears on the BuyNow product listings.

 

When I give a product a "sale price", and check to use sale prices in the module config, I am given the following results

Sale Price: $379.99

I would like to be able to change the text "Sale Price" to something more accurate for my store, such as "Your Price"

 

Within the file ProductsList.ascx, I think I have found the line that generates this text

Line 108

<asp:Label runat="server" ID="lblSalePriceLabel2" resourcekey="lblSalePriceLabel" Visible="false"/>

However, the .ascx file is not just simply placing the text, it is calling the text from some external resource.

 

Is it possible for me to change this text? Thanks!

Alex

 
New Post
4/27/2012 10:41 AM
 

I would also like to change the label for the "Records" Drop down list.

ProductsList.ascx

Line 39
< asp:Label ID="lblRecordsLabel" resourcekey="lblRecordsLabel" runat="server"/>

 
New Post
4/27/2012 10:42 AM
 

and set the default value of "Records" drop down list to 20. :)

 
New Post
4/27/2012 3:21 PM
 
All labels on all the cart catalog and checkout pages can be changed by modifying the corresponding resx files located in the module "app_localresources" folder.

To change the records dropdown values go to the buynow settings product list setup section and located the field titled "Record Dropdown Values" and enter a comma separated list of numbers you want to show in the records dropdown.


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
4/30/2012 3:52 PM
 

Excellent, Thank you good sir.

 
New Post
5/1/2012 7:07 PM
 
Hi Alex,

Glad we could help! I will go ahead and mark this thread as Resolved.

Thanks for your feedback!
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartChanging the "Sale Price" labelChanging the "Sale Price" label