Author |
Topic  |
|
gledav
VP-CART New User

Australia
66 Posts |
Posted - November 05 2015 : 22:29:42
|
I''m using the discount table [DISPLAY_QUANTITYDISCOUNTS] on shopexd.asp on a v8 site in development. Does anyone know where this table, or more specifically its default heading ''Discount'', is styled from? The heading seems not to be generated from either langproductdiscount or langadminquantitydiscount.
Any help would be appreciated.
Glenn
www.wineseek.com.au www.creativemusic.com.au
|
|
InkMagic
VP-CART New User

123 Posts |
Posted - November 06 2015 : 13:15:27
|
Hi Glenn: I just started playing with Quantity Discounts also. I''d like to remove the headings, or at least be able to modify them also. I can''t get the quantity discounts to display in my ''new products'' on the home page. No matter where I put [display_quantitydiscounts] in the temp_productfrontpage..htm the quantity discounts are listed first then the actual products are listed below. (managed to get regular pricing and ''compare to'' pricing to display properly) I would like the regular price and discounted prices listed on the front page. www.rainbowink.ca is my test sight
Any suggestions/help? Thanks Dale |
 |
|
carfin
VP-CART Expert
  
United Kingdom
948 Posts |
Posted - November 09 2015 : 07:14:10
|
Glenn,
in version 7.00 the styling for the Discount heading is styled using css #productexdright span.productinfolabel { and #productexdright label { This is also used for the Features heading Not sure if it''s the same in version 8 though
Regards, Carrol
www.deanston-electrical.co.uk |
 |
|
carfin
VP-CART Expert
  
United Kingdom
948 Posts |
Posted - November 09 2015 : 07:31:39
|
Dale,
Is your front page template all divs? If yes, you could try adding a new div and set the call to [display_quantitydiscounts] inside it. Or add a table with one row and add the call. If you want to modify the table itself you will find the table is generated in shopfileio.asp inside the sub Handle_Quantitydiscounts(value,parsearray,parseRS) I''m still using V7 but it has probably not changed very much.
Regards, Carrol
www.deanston-electrical.co.uk |
 |
|
InkMagic
VP-CART New User

123 Posts |
Posted - November 09 2015 : 15:36:37
|
Hi Carrol:
Yes, there are divs in the template. I''ve tried adding [display_quanititydiscounts] right after the price display and with it''s own set of divs, but it makes no difference. No matter how I try, the discounted prices show right after the ''new products'' heading ... row after row of the discounted prices, then after that it displays the actual item boxes.
It seems like really strange behavior seeing as adding ''compare to:'' pricing after the customer pricing worked perfectly when inside the customer pricing divs.
I imagine it is probably something quite simple but unfortunately I am no ASP programmer and the template display is much trickier in version 8, so it seems. It would be nice if VPASP could provide a template with no prices, as is the current default, plus one with all the prices and buy button. Any time a product is displayed, including the front page, I would like pricing and buy buttons.
Maybe I''ll put that in the suggestion thread.
thank you for your help! Dale |
 |
|
gledav
VP-CART New User

Australia
66 Posts |
|
|
Topic  |
|