Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    57
    Plugin Contributions
    0

    Default Moving quantity and quantity pricing to top.

    Hi,
    I searched the forum and could not find an answer to this. May be I am using the wrong search terms.

    I want to move
    x number of items in stock and
    also the quantity discount table
    to the top of the product listing.

    Where can I go and change it or do I have to edit template file.
    If yes which template file to edit.

    Thank you in advance
    Onesimpleman

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Moving quantity and quantity pricing to top.

    iIn a copy of this file placed in your template folder area includes/templates/template_default/templates/tpl_product_info_display.php

    Find this block of code and/or others and move them to the location that you want them to appear
    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 -->
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Nov 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Moving quantity and quantity pricing to top.

    Thank you for the help. It worked.
    regards
    Onesimpleman

  4. #4
    Join Date
    Aug 2008
    Posts
    38
    Plugin Contributions
    0

    Default Re: Moving quantity and quantity pricing to top.

    Been wanting to do this for a while now and couldnt find it in the options. Thanks for this. With this I was able to add a second add to cart button and move my post a review button up higher.

    Thank you.

    Sharni

 

 

Similar Threads

  1. Group Pricing and Quantity Discounts
    By therummagehole in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 9 Jun 2012, 10:44 AM
  2. Member and quantity discount pricing
    By acmfox in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 12
    Last Post: 15 Jan 2009, 05:20 PM
  3. Quantity Discounts and Dual Pricing - Wholesale Pricing
    By snarkys in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 2 Jul 2007, 06:47 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