Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2006
    Posts
    18
    Plugin Contributions
    0

    Default Online Group Pricing error

    I am recieving an error ONLY when I add a special. Otherwise the mod is working flawlessly.
    The error
    Code:
    Fatal error:  Call to undefined function:  () in /home/virtual/site83/fst/var/www/html/zen_cart/includes/functions/functions_prices.php on line 209
    
    Line 209, plus a little extra
    Code:
    $display_normal_price = round(zen_display_group_pricing($display_normal_price,$products_qty),2);
        
        if (SHOW_SALE_DISCOUNT_STATUS == '1' and ($display_special_price != 0 or $display_sale_price != 0)) {
          if ($display_sale_price) {
            if (SHOW_SALE_DISCOUNT == 1) {
              if ($display_normal_price != 0) {
    
    ////////////////////// line 209///////////////////////////////////////////////////////
           
    $show_discount_amount = $number_format(100 - (($display_sale_price / $display_normal_price) * 100),SHOW_SALE_DISCOUNT_DECIMALS);
    
    //////////////////////////////////////////////////////////////////////////////////////
    
              } else {
                $show_discount_amount = '';
              }
              $show_sale_discount = '<span class="productPriceDiscount">' . '<br />' . PRODUCT_PRICE_DISCOUNT_PREFIX . $show_discount_amount . PRODUCT_PRICE_DISCOUNT_PERCENTAGE . '</span>';
    This is the only thing I need to fix before I start skinning the site, help!

  2. #2
    Join Date
    Dec 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Online Group Pricing error

    I also am getting the same error when I do a SaleMaker.

  3. #3
    Join Date
    Dec 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Online Group Pricing error

    I got it.
    Take out the $ before number_format :)

 

 

Similar Threads

  1. online group pricing vs group pricing per item working with sale maker
    By giftsandwhatnot in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 Oct 2011, 09:22 AM
  2. Online Group Pricing
    By flightoffancy in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 27 Jul 2007, 09:21 PM
  3. Who is online...side admin vs online group pricing mod
    By csfound in forum General Questions
    Replies: 8
    Last Post: 18 Jul 2007, 04:27 AM
  4. Online Group Pricing
    By brynn in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 15 Jan 2007, 10:13 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