An easy one for you guys

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

An easy one for you guys

Post by iffautomation » Thu Apr 22, 2010 8:07 pm

Sorry I'm a newbie to customizing and I'm trying to make the our price stand out a little more.
I've already added the following to my style.css but I'm thinking I need to add some code to another page.
I've got it to work once before this way but I've forgotten since then.
Any help would be appriciated.


.priceLabel
{
color: Red; font-weight: bold; font-size: medium;
}

.buyProductDialogPriceLabel
{
color: Red; font-weight: bold; font-size: medium;
}

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Re: An easy one for you guys

Post by Shopping Cart Admin » Fri Apr 23, 2010 2:50 pm

Hello,

In The ConLib directory locate BuyProductDialog.aspx, find the following line and add your class.

<uc:ProductPrice ID="OurPrice" runat="server" EnableDefaultKitProducts="false" />
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

Re: An easy one for you guys

Post by iffautomation » Fri Apr 23, 2010 3:25 pm

Thanks for jogging my brain. I got it working. Thanks for the help.

Post Reply