Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2008
    Posts
    41
    Plugin Contributions
    0

    Default Quantity Discount Table Appearance

    OK I've searched all over and haven't been able to find where I can change the font color and font size of the quantity discount table...I've looked at the stylesheet.css, product_quantity_discount.php, and the product_info_display.php, but there is nothing in there that I can find, can someone help?

    I did see another post on this matter, but just gave a clue about productQuantityDiscounts, but searched my site and came up with nothing with that text that made any sense...

    I am using version 1.3.8, new version.

    Thanks in advance!
    Chris
    I've done good til now, this is my first post!

  2. #2
    Join Date
    Jul 2008
    Location
    PA
    Posts
    23
    Plugin Contributions
    0

    Default Re: Quantity Discount Table Appearance

    You'll need to modify

    /includes/templates/template_default/templates/tpl_modules_products_quantity_discounts.php

    Can add it directly or create the class in the CSS sheets then add it to the module

  3. #3
    Join Date
    Jul 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quantity Discount Table Appearance

    Thanks,

    ok, I created the style in the stylesheet.css, now I just want to confirm the html code that refers to the class...I have created the folllowing...

    <ul class="quantityPricingLook">

    firstly, is this coding correct? (I'm a beginner at html)

    secondly, where or what line would this coding go in the tpl_modules_products_quantity_discounts.php? I've added it in a few different spots but to no success...

    thanks for your help!
    Chris

  4. #4
    Join Date
    Jul 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quantity Discount Table Appearance

    well actually, it is kind of working...I did a 'bold' and change of color for the text, the bold worked, but the font is not changing color....any ideas on why? here is the code.....

    .quantityPricingLook{
    font-family: Tahoma;
    color: #990000;
    font-weight: bold;
    font-size: 14px;
    }


    <div class="quantityPricingLook">

  5. #5
    Join Date
    Jul 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quantity Discount Table Appearance

    just kidding the 'bold' is not working either.....still need help....


    thanks,
    Chris

  6. #6
    Join Date
    Jul 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quantity Discount Table Appearance

    AHHHAAAA! JUST FIGURED IT OUT....FOR THOSE BEGINNERS LIKE ME, HERE IS WHERE YOU NEED TO PUT IT...

    <td align="center" class="quantityPricingLook"><?php echo $quantityDiscount['show_qty'] . '<br />' . $currencies->display_price($quantityDiscount['discounted_price'], zen_get_tax_rate($products_tax_class_id)); ?></td>


    this code was on line 57 of the tpl_modules_products_quantity_discounts.php
    I added the part in red above.

    thanks!
    Chris

 

 

Similar Threads

  1. v139h Table for Attribute and Quantity Discount
    By enzolino in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Apr 2013, 08:46 PM
  2. Quantity Discount Table
    By kraperw in forum General Questions
    Replies: 1
    Last Post: 8 Dec 2011, 08:25 PM
  3. Quantity Discount Table
    By CharInLasVegas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Nov 2009, 04:49 PM
  4. my itsy bitsy quantity discount table...
    By CharInLasVegas in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jan 2009, 05:49 PM
  5. Quantity Discount Table Display Price.
    By lmax401 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Sep 2008, 01:40 AM

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