Quantity Pricing formatting

General ShopSite user discussion

Quantity Pricing formatting

Postby GWH » Wed Feb 06, 2008 11:05 am

In the product layout form I can set the text size for description, price and so forth in the product display. However, I there doesnt seem to be a Quantity Pricing text size option. As a result the quantity pricing size looks too large.

Where can I configure that?
GWH
 
Posts: 2
Joined: Wed Feb 06, 2008 10:59 am

RE: Quantity Pricing formatting

Postby ShopSite Lauren » Wed Feb 06, 2008 3:14 pm

There isn't a setting within ShopSite to set the quantity pricing size. However, if you don't mind providing a link to the page you are referring to I can see if you may be able to add CSS to control the size of that field.

-Lauren
ShopSite Lauren
 
Posts: 889
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT

Postby GWH » Thu Feb 07, 2008 4:12 pm

Thanks!

I cant link the site (yet).

However the table definition starts out with:
<div class="QPtable">
<TABLE class="qp_header"

Is there a CSS file I can configure to format the table?

-gW
GWH
 
Posts: 2
Joined: Wed Feb 06, 2008 10:59 am

RE: Quantity Pricing formatting

Postby ShopSite Lauren » Thu Feb 07, 2008 4:20 pm

There is a good chance that there isn't any CSS tied to the quantity pricing table, it may have classes assigned just so that it can be customized. You should be able to add your own CSS to the page (you can add it into any of the text fields, and if you want it on all pages I would suggest adding it into the Header field under Preferences > Header/Footer). The CSS would look similar to:

<style type="text/css">
table.qp_header {
border-collapse: separate;
background-color: #123456;
}
table.qp_header td {
font-family: arial;
font-size: 9pt;
}
</style>

-Lauren
ShopSite Lauren
 
Posts: 889
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT


Return to User Forum

Who is online

Users browsing this forum: No registered users and 99 guests