Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2007
    Posts
    87
    Plugin Contributions
    0

    help question Where is the file for editing the table displayed by Quantity Discount...

    On the product page there is a table below the description listing the discounts on that product. I would like to change the way that table looks, it is quite chunky.

    I would also like to change the placement of the table as well. I want it at the top, above the description.


    How would I go about this? I cannot find the file which contains the code for this table.

  2. #2
    Join Date
    Jun 2005
    Posts
    8
    Plugin Contributions
    0

    Default Re: Where is the file for editing the table displayed by Quantity Discount...

    Hi there, you probably have this sorted by now, just in case...

    The file for moving the position of the quantity discount table is called tpl_product_info_display.php and stored under templates.

    In this file, find the following text and move it to the place you want, e.g. perhaps under the text for product image:

    <!--bof Quantity Discounts table -->
    <?php
    if ($products_discount_type != 0) { ?>
    <?php
    /**
    * display the products quantity discount
    */
    require($template->get_template_dir('/tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>
    <?php
    }
    ?>
    <!--eof Quantity Discounts table -->

    To change the look of the table, you can use file: tpl_modules_products_quantity_discounts.php which is also saved under templates.

    Hope this helps.

    Rainbow

  3. #3
    Join Date
    Jun 2007
    Posts
    87
    Plugin Contributions
    0

    Default Re: Where is the file for editing the table displayed by Quantity Discount...

    No, I haven't figured it out! I thought I would just have to live with it the way it was. Thank you very much for the info! I will see if I can figure out how to do it. I think I'll be able to now that I know where to look

 

 

Similar Threads

  1. v154 Quantity Discounts - the actual discount not displayed in order confirmation email
    By SarahL in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 5
    Last Post: 28 Jul 2015, 05:13 PM
  2. v139h Can I show quantity discount table on the product-listing screen?
    By christospur in forum General Questions
    Replies: 4
    Last Post: 24 Feb 2015, 05:22 PM
  3. v151 How to control the Quantity Discount Table?
    By Feznizzle in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Jul 2013, 01:00 AM
  4. v139f Edit the look of the quantity discount table on product page?
    By amylynpace in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Nov 2012, 07:31 PM
  5. Where do I edit the Quantity Discounts Table?
    By inksale in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Apr 2007, 05:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg