an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 9/23/2010 7:02:17 AM By lukezy. 8 replies.
9/16/2010 3:02:24 PM
TAhmad
Posts: 46
Joined: 1/12/2010
Product Descriptor
Dear Luky,
 
I'm using dotshoppingcart suit V4.1.
I'm trying to custom the style of the desciptor tabs class="description", <font size="2" face="Consolas"><font size="2" face="Consolas"><font size="2" face="Consolas">the class description not exist in my project.
<font size="2" face="Consolas"><font size="2" face="Consolas"><font size="2" face="Consolas">how can I see the description class implementation? to make some changes.
 
<font size="2" face="Consolas"><font size="2" face="Consolas"><font size="2" face="Consolas">many thanks
9/17/2010 3:24:43 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Product Descriptor
You can take a look at Web\Store\ProductDescriptor.ascx and customize it as you wish.
DotShoppingCart Staff
9/18/2010 6:05:01 AM
TAhmad
Posts: 46
Joined: 1/12/2010
Re: Product Descriptor
<span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; font-size: 9pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"> <div style="text-align: left; unicode-bidi: embed; direction: ltr"><span style="font-size: 9pt">OK Lucky,</span>
<div style="text-align: left; unicode-bidi: embed; direction: ltr">  <div style="text-align: left; unicode-bidi: embed; direction: ltr"><span style="font-size: 9pt">I already entered the page you told me about (ProductDescriptor.ascx) but the implementation of the class 'Description' is not available, since we bought the license of the suite and the source code I don't have to create a new one. Therefore I need above mentioned implementation to make few customizations instead to create a new.</span> <div style="text-align: left; unicode-bidi: embed; direction: ltr">  <div style="text-align: left; unicode-bidi: embed; direction: ltr"><span style="font-size: 9pt">We need your support in this issue.</span> <div style="text-align: left; unicode-bidi: embed; direction: ltr">  <div style="text-align: left; unicode-bidi: embed; direction: ltr"><span style="font-size: 9pt">Regards,</span> <div style="text-align: left; unicode-bidi: embed; direction: ltr"><span style="font-size: 9pt">Tariq</span> <div dir="rtl">  </span>
9/18/2010 6:09:55 AM
TAhmad
Posts: 46
Joined: 1/12/2010
Re: Product Descriptor
Ok Lucky,
 
I already entered the page you told me about (ProductDescriptor.ascx) but the implementation of the class "description" is not available, since we bought the licence of suite and the source code I don't have to create a new one. Therefore I need above mentioned implementation to make few customization instead to create a new.
 
We need your support in this issue.
 
Regards,
 
9/19/2010 9:15:50 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Product Descriptor
Which class are you talking about? I don't see "description" class.
DotShoppingCart Staff
9/19/2010 10:57:42 PM
TAhmad
Posts: 46
Joined: 1/12/2010
Re: Product Descriptor
in Web\Store\ProductDescriptor.ascx  Line 15: <div class="description"> , "description" is a CSS class.
I'm asking about the implementaion of this "description". !!
9/20/2010 11:28:29 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Product Descriptor
Ah, you are talking about css class. I thought you were talking about the code descripton.cs. You can just add or change it in the theme default.css file. Please check our video for the theme introduction.
DotShoppingCart Staff
9/23/2010 2:12:46 AM
TAhmad
Posts: 46
Joined: 1/12/2010
Re: Product Descriptor
the video for the theme introduction is very usefull, but the css class "description" are not found in whole site.
I'm using legacy theme, so any css class I can found it in "App_Theme/dsc/Default.css" file.
can you help me to get the css implementation of description class.
9/23/2010 7:02:17 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Product Descriptor
If you cannot it in the current theme then it's not defined. You can add your own definition. You can also use firebug to track it down.
DotShoppingCart Staff