HomeHome Product Discus... Product Discus...SmithCartSmithCartWhere would I change lblTaxLabel??Where would I change lblTaxLabel??
Previous
 
Next
New Post
9/16/2010 6:28 AM
 

Hey Scott/Dave

I'm trying to update the site to reflect how we call our Tax. If I changed the "lblTaxLabel" from VAT to GST would it change the Tax name on all my screens instead of me having to manually change all ASCX files?

Where in the code or Db would I change this field text??

<asp:Label runat="server" ID="lblTaxLabel" Text="Sales Tax" CssClass="SmithProdText"/>

Cheers

Rob

 
New Post
9/16/2010 11:20 AM
Accepted Answer 

This is set in code behind so you wont be able to change the ascx file. To change it you would need to have the source code version or we would have to add a new cart setting that allows you to set the label.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartWhere would I change lblTaxLabel??Where would I change lblTaxLabel??