an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Discount % and Sale Price Markups deforms the U...
Last Post 6/14/2017 2:48:13 AM By Pidgits. 8 replies.
5/11/2012 1:13:28 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Discount % and Sale Price Markups deforms the UI without any control
Hi Luke,
 
Our marketting dept sets Misc/Sale Price for some of the products, and now the Sale price and Save % off tags are shown on Product Summary Grid and Main Page.
 
The problem is thee is they have the format of the place they apper and also
 
How we can set the template to change color and size for these information.
 
 
Thanks,
 
5/16/2012 7:42:08 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Discount % and Sale Price Markups deforms the UI without any control
You will be looking at Web\Store\ProductSummary\*Price.* . There are cssclass attribute in the Label. You can just modify css style in Admin > Site > Templates -> Default.css .
DotShoppingCart Staff
5/22/2012 9:35:58 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Discount % and Sale Price Markups deforms the UI without any control
I did change the attributs of ourprice and retailprice labels, but there was no change in the display.
7/11/2012 12:09:53 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Discount % and Sale Price Markups deforms the UI without any control
$399.00$300.00 Save 25% off
 
I want to change the text too. need to drop the word off.
 
7/11/2012 12:53:51 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Discount % and Sale Price Markups deforms the UI without any control
It seems you have used two resource keywords for the same purpose in your code:
 
Savesomthingoff  in Price.ascx
Somthingoff in Volumepricing.ascx 
8/23/2012 5:55:46 PM
Travis
Posts: 21
Joined: 12/18/2007
Re: Discount % and Sale Price Markups deforms the UI without any control
Hi Bahram
 
I was looking for the same answer.
I wanted to remove "Save 00% Off" from the product list pages.
If you know how to remove or change that, can you please share detail instruction on which code to change?
 
Thanks in advance.
 
 
8/24/2012 10:35:24 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Discount % and Sale Price Markups deforms the UI without any control
Hi Travis,
 
You need to do these steps :
 
1- have Visual Studio or install it 
2 - Run VS and open your store website with it
3- Open resources which holds most of strings or error messages
4- Look for those keywords in my thread
5- Change the values of those two keywords and save the resourse file
6- Exit Visual Studio and run your website
8/24/2012 4:22:05 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Discount % and Sale Price Markups deforms the UI without any control
Travis, Please contact me thru my website to guid you in detail.
6/14/2017 2:48:13 AM
Pidgits
Posts: 1
Joined: 6/14/2017
Re: Discount % and Sale Price Markups deforms the UI without any control
Thanks, Bahram. I`ve also had similar problems with my ASP website. So far when i`ve used free solutions like OpenCart i didn`t encounter that problems

Anyways, now it`s all good and clean, thanks