Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Quantity Discounts with salesmaker

    http://www.king- magic.com/spiked-coin-p-62.html

    The price after salesmaker discount is Sale: $0.55

    The price when add Quantity Discounts for 1 it's need be 0.55 - why show the retial price ? ( without salesmaker )


    Thanks for help .

  2. #2
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Quantity Discounts with salesmaker

    Any one ?

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

    Default Re: Quantity Discounts with salesmaker

    You can try these 4 changes and test to see if it works for you ...

    Edit the file:
    /includes/functions/functions_prices.php

    and around line 1240 change the code in RED:
    Code:
          $display_price = zen_get_products_base_price($product_id);
          $display_specials_price = zen_get_products_special_price($product_id, false);
    
          switch ($products_query->fields['products_discount_type']) {
    Edit the file:
    /includes/modules/products_quantity_discounts.php

    and around the line 86 change the code in RED:
    Code:
    $display_price = zen_get_products_base_price($products_id_current);
    $display_specials_price = zen_get_products_special_price($products_id_current, false);
    $disc_cnt = 1;
    Edit the file:
    /your_admin_dir/includes/functions/functions_prices.php

    and around line 1157 change the code in RED:
    Code:
          $display_price = zen_get_products_base_price($product_id);
          $display_specials_price = zen_get_products_special_price($product_id, false);
    
          switch ($products_query->fields['products_discount_type']) {
    Edit the file:
    /your_admin_dir/products_price_manager.php

    and around line 844 change the in RED:
    Code:
      $display_priced_by_attributes = zen_get_products_price_is_priced_by_attributes($_GET['products_filter']);
      $display_price = zen_get_products_base_price($_GET['products_filter']);
      $display_specials_price = zen_get_products_special_price($_GET['products_filter'], false);
    //  $display_sale_price = zen_get_products_special_price($_GET['products_filter'], false);
    Note: Backup your files and check the results of these changes ...
    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!]
    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!

  4. #4
    Join Date
    May 2013
    Posts
    38
    Plugin Contributions
    0

    Default Re: Quantity Discounts with salesmaker

    Salesmaker probably doesn't update discount quantity pricing.

 

 

Similar Threads

  1. Specials with (native) Quantity Discounts
    By chadderuski in forum Setting Up Specials and SaleMaker
    Replies: 1
    Last Post: 4 Jul 2011, 06:24 AM
  2. Quantity discounts with product attributes
    By claynomi in forum Setting Up Specials and SaleMaker
    Replies: 0
    Last Post: 26 Aug 2009, 05:43 PM
  3. Trouble with quantity discounts
    By kateb in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 24 Aug 2009, 03:16 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