Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Dec 2008
    Posts
    16
    Plugin Contributions
    0

    Default Qty Discount display problems

    I have add 5 qty discount
    but it doesnt display in the products page.
    anyone know what's the reason?

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Qty Discount display problems

    You probably put the data into the fields while the admin page was in "VIEW" mode.

    You must click the "EDIT" button, then insert the data.

  3. #3
    Join Date
    Dec 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Qty Discount display problems

    Oh,I have click the 'edit' button and fill the 5 blank Qty Discounts,and click the 'update' button,
    but it doesnot display in the products page.

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Qty Discount display problems

    Have you checked the settings in ADMIN>>>CONFIGURATION>>>LAYOUT>>>:

    Product Discount Quantities - Add how many blank discounts?
    Product Discount Quantities - Display how many per row?


    You could have a faulty PHP file. We'll need to see a link to your site to help further.
    Last edited by fairestcape; 27 Feb 2009 at 06:06 PM.

  5. #5
    Join Date
    Dec 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Qty Discount display problems

    I have checked it as follow.
    Product Discount Quantities - Add how many blank discounts? 5
    Product Discount Quantities - Display how many per row? 5

    pls see this test link:http://www.szhif.com/hello-kittyc90-...ries_p979.html

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Qty Discount display problems

    And if you switch to the Classic Template does it show?

    If so, you have a template issue ...

    I can see the beginning and ending tags for the:
    Quantity Discounts table

    in the view source ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Dec 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Qty Discount display problems

    Oh,I have delete the classic template,
    As you said, what is the fault file maybe

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Qty Discount display problems

    Removing the Classic Template really poses issues for testing for problems with your template ...

    This could be several things ...

    I'd first look at the product _info file for:
    /includes/templates/template_default/templates/tpl_product_info_display.php

    Compared to your file:
    /includes/templates/your_template_dir/templates/tpl_product_info_display.php

    And see what has happened to this code:
    Code:
    <!--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 -->
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Dec 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Qty Discount display problems

    <!--bof Quantity Discounts table -->

    <?php

    if ($products_discount_type != 0 || $categories_discount_type != 0) { ?>

    <?php

    /**

    * display the products quantity discount

    */

    require($template->get_template_dir('tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLAT E, $current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>

    <?php

    }

    ?>

    <!--eof Quantity Discounts table -->


    This is my template code.

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Qty Discount display problems

    If you go to the Product Price Manager ... what is the Product Discount Type used by this product?

    How many do you have?

    If you look at your template file for:
    tpl_modules_products_quantity_discounts.php

    Are you using an override or the default?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Qty Discount price display question
    By rufusclc in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 18 Sep 2013, 04:47 AM
  2. Mass Change in QTY Min and QTY Discount
    By dimsumgurl in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 10 Jul 2013, 03:35 AM
  3. Attributes Qty Price Discount Display Issue
    By muuwa in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 5
    Last Post: 7 Oct 2011, 08:06 PM
  4. Qty Discount Display Issue
    By Paradave in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 2
    Last Post: 19 Jul 2011, 01:45 AM
  5. 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR