an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Resource File Keywords not everywhere
Last Post 6/21/2010 12:25:46 PM By Bahram. 6 replies.
6/17/2010 11:25:49 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Resource File Keywords not everywhere
Hi Luke,
 
I have changed all Coupon terms to Promotion as the policy of company in the resource file.
 
but on the 0% coupon discounts the word Coupon is printed on Order Total.
 
It seems there is hard coded entities and not all of them come from resource file
 
Thanks, 
6/18/2010 10:41:57 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Resource File Keywords not everywhere
I don't understand your words. If you are seeking for help, please clearly describe what your problem is and what you are trying to accomplish?
DotShoppingCart Staff
6/18/2010 1:16:27 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Resource File Keywords not everywhere
 
1- Coupon codes are not printed on Invoice/Order Total when the value is 0%
2- The term Coupon is Changed to Promotion in our Store, This change is done on App-GlobalResources,
 but in 0% discount still the Word Coupon is printed.
 
My Question is where is the source of this keyword, since I updated all occurances in the App-GlobalResource
6/18/2010 1:46:16 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Resource File Keywords not everywhere
It's in the resource file. Please take a look at line 9 in web\store\OrderTotal.ascx .
DotShoppingCart Staff
6/18/2010 10:59:19 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Resource File Keywords not everywhere
 Yes I know and since I have changed all coupon texts in resource file to promotion, then why in Order Total still coupon printed.
 
 
6/21/2010 11:11:45 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Resource File Keywords not everywhere
Set a breakpoint and debug it.
DotShoppingCart Staff
6/21/2010 12:25:46 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Resource File Keywords not everywhere
 I can not do that. I use the compiled dll in the suite.