Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default QTY Discount Table Design

    I have a QTY discount table on my product page.

    Is there a way to change the design of this please? Is it done in the stylesheet? I am new to all this.

    Thank-you in advance.
    Kind Regards

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: QTY Discount Table Design

    Is there a way to change the design of this please?
    Change it how?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: QTY Discount Table Design

    As in Layout/Design colour etc... removing the extra row from it etc.

    Kind Regards

  4. #4
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: QTY Discount Table Design

    The current style of that little table is hard-coded into ...

    includes/templates/template_default/templates/tpl_modules_products_quantity_discounts.php

    It can be changed there, of course, and the edited file added to the correct overrides folder, but it would be better to remove the hard-coded styles and style the table in the stylesheet. The DIV surrounding that table has a class attached to it, though it's not in the default stylesheet. You can add it like this, down at the bottom, ...

    .productQuantityDiscounts {
    [ your styles go here ]
    }

    Rob

  5. #5
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: QTY Discount Table Design

    Thanks for the reply and letting me know what to do etc, but I am stumped. I can not get it to work.

  6. #6
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: QTY Discount Table Design

    I tried this at the bottom of stylesheet.css, and it turned off all borders in the table, though there is a slight border left. I don't know where that's coming from; it can't be the table.
    Code:
    #productQuantityDiscounts table tbody tr td {
    border: 0;
    }
    It should get you started anyway.

    Rob

 

 

Similar Threads

  1. v139h Display Attributes, Qty Discounts & Qty Box in a Table
    By pool27 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 28 May 2014, 11:49 AM
  2. Qty Discount Table Apperance
    By fredmccay in forum General Questions
    Replies: 8
    Last Post: 16 Feb 2012, 06:04 AM
  3. Change the display order of qty discount table?
    By ivndrs in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Feb 2010, 11:36 PM
  4. Where is Qty Discount Table layout???
    By CharInLasVegas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jan 2009, 08:29 PM
  5. WANTED: Qty discount by category by table
    By wildeep in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Jun 2006, 07:14 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