Thread: Specials

Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    May 2009
    Posts
    105
    Plugin Contributions
    0

    Default Specials

    I am trying to do some customization in the way specials are priced.

    If ordered quantity is less than products_quantity_order_min then take the product_price
    if ordered quantity is >= products_quantity_order_min then take the special price.

    I made the following changes in the includes/modules/pages/shopping_cart/header_php.php

    Zencart Version 1.56
    $quantityField = zen_draw_input_field('cart_quantity[]', $products[$i]['quantity'], 'size="4" class="cart_input_'.$products[$i]['id'].'"');\

    if($products[$i]['quantity'] >= $products[$i]['products_quantity_order_min'])
    {
    $ppe = $products[$i]['final_price'];
    }
    else
    {
    $ppe=$products[$i]['products_price '];

    }

    $ppe = zen_round(zen_add_tax($ppe, zen_get_tax_rate($products[$i]['tax_class_id'])), $currencies->get_decimal_places($_SESSION['currency']));
    $ppt = $ppe * $products[$i]['quantity'];

    It does not take the products_price when if($products[$i]['quantity'] < $products[$i]['products_quantity_order_min']). Product_price is 0

    Can someone help me?
    Last edited by nishajh; 16 Jan 2020 at 05:39 AM.

 

 

Similar Threads

  1. v139h Catalog / Specials Page, How to change the number of specials displayed
    By lynbor in forum Customization from the Admin
    Replies: 2
    Last Post: 12 Jun 2015, 07:19 PM
  2. Replies: 1
    Last Post: 23 Jun 2013, 01:59 AM
  3. specials page is not displaying items that were set to be specials
    By mayleine in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Dec 2010, 12:49 PM
  4. fixing specials product in specials box on homepage
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Nov 2010, 04:25 PM
  5. Include specials end date to under specials price?
    By this side up in forum Setting Up Specials and SaleMaker
    Replies: 7
    Last Post: 13 Jun 2007, 04:47 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