Page 1 of 1

Font Formatting in Quantity Pricing Table

PostPosted: Sat May 03, 2003 4:14 pm
by Brian Williams
In my custom template, I was able to put the quantity pricing table into my
template, but the font is too large.

I've tried a span and a div with style attributes and it didn't work. Any
ideas? Is there a quantity pricing table template that can be edited or
created?

Thanks!

Brian

Re: Font Formatting in Quantity Pricing Table

PostPosted: Sat May 03, 2003 8:57 pm
by Guest
Brian,
here is the custom template section of the Help page. Note that the last
paragraph refers to a "style" code that you can put in the page to
change the size. You can see how this is done if you open one of the
new custom page templates included in ShopSite 6.3, ie tab_page_template
or sg_page_template found in the ShopSite cgi directory (normally ss)
under templates/pages

Jim
---------------------
QuantityPricing

(ShopSite Pro only) A dual-purpose tag that can be used in an IF tag to
test whether Quantity Pricing is enabled for this product, and by itself
to insert the Quantity Pricing table for the product. The code generally
looks like this:

[-- IF PRODUCT.QuantityPricing --]
[-- PRODUCT.QuantityPricing --]
[-- END_IF --]

This produces a complete HTML table containing the quantities and prices
available for the product. The <TABLE> tag includes a style attribute
(style class="qp_header") that you can add to a CSS style sheet to set
some of the table formatting.
-------------

Brian Williams wrote:
In my custom template, I was able to put the quantity pricing table into my
template, but the font is too large.

I've tried a span and a div with style attributes and it didn't work. Any
ideas? Is there a quantity pricing table template that can be edited or
created?

Thanks!

Brian


Re: Font Formatting in Quantity Pricing Table

PostPosted: Sat May 03, 2003 10:37 pm
by Andy
I was having the same problem. I missed that style sheet reference when I
read (glossed over) the help page.

Thanks!

Andy

<jstavast@xmission.com> wrote in message
news:b922qh$hug$1@support.shopsite.com...
Brian,
here is the custom template section of the Help page. Note that the last
paragraph refers to a "style" code that you can put in the page to
change the size. You can see how this is done if you open one of the
new custom page templates included in ShopSite 6.3, ie tab_page_template
or sg_page_template found in the ShopSite cgi directory (normally ss)
under templates/pages

Jim
---------------------
QuantityPricing

(ShopSite Pro only) A dual-purpose tag that can be used in an IF tag to
test whether Quantity Pricing is enabled for this product, and by itself
to insert the Quantity Pricing table for the product. The code generally
looks like this:

[-- IF PRODUCT.QuantityPricing --]
[-- PRODUCT.QuantityPricing --]
[-- END_IF --]

This produces a complete HTML table containing the quantities and prices
available for the product. The <TABLE> tag includes a style attribute
(style class="qp_header") that you can add to a CSS style sheet to set
some of the table formatting.
-------------

Brian Williams wrote:
In my custom template, I was able to put the quantity pricing table into
my
template, but the font is too large.

I've tried a span and a div with style attributes and it didn't work.
Any
ideas? Is there a quantity pricing table template that can be edited or
created?

Thanks!

Brian