Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40
  1. #21
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: uhhh i dunno how this happened

    $show_sale_discount = '';

    $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) {
    $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>';

    } else {
    $show_sale_discount = '<span class="productPriceDiscount">' . '<br />' . PRODUCT_PRICE_DISCOUNT_PREFIX . $currencies->display_price(($display_normal_price - $display_sale_price), zen_get_tax_rate($product_check->fields['products_tax_class_id'])) . PRODUCT_PRICE_DISCOUNT_AMOUNT . '</span>';
    }
    } else {
    if (SHOW_SALE_DISCOUNT == 1) {
    $show_sale_discount = '<span class="productPriceDiscount">' . '<br />' . PRODUCT_PRICE_DISCOUNT_PREFIX . number_format(100 - (($display_special_price / $display_normal_price) * 100),SHOW_SALE_DISCOUNT_DECIMALS) . PRODUCT_PRICE_DISCOUNT_PERCENTAGE . '</span>';
    } else {
    $show_sale_discount = '<span class="productPriceDiscount">' . '<br />' . PRODUCT_PRICE_DISCOUNT_PREFIX . $currencies->display_price(($display_normal_price - $display_special_price), zen_get_tax_rate($product_check->fields['products_tax_class_id'])) . PRODUCT_PRICE_DISCOUNT_AMOUNT . '</span>';
    }
    }
    }

    lines 200-225

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

    Default Re: uhhh i dunno how this happened

    That is too weird ...

    I am not seeing the cause of problem although I can make it happen easy enough on your site ...

    But I don't see where it is throwing that particular error ...

    Unfortunately you have used the Classic template and not your own customized template and overrides method so this is harder to test for ...

    If this a live site or are you working on it?
    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!

  3. #23
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: uhhh i dunno how this happened

    i will reactivate the sale.. this should show you the error.. i never really grasped the overrides ... i understand the seperate folder and stuff just didnt get what files i had to correct to make it read the overrides... but that is a moot point... i will re activate the sale maker and upload the entire file...

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

    Default Re: uhhh i dunno how this happened

    I was checking your admin and already did that ...

    What I need to know is this a Live site or not?
    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!

  5. #25
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: uhhh i dunno how this happened

    uhm... yeah its a live site... but if it needs to go down no worries....

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

    Default Re: uhhh i dunno how this happened

    I was going to have you try an experiment ...

    Rename the directory:
    /includes/templates/classic

    to the name:
    /includes/templates/classic_HIDE

    This will make your site look all weird ...

    Then, turn that Sale back on ...

    Does the error message still happen?

    I am trying to see if this might be a template issue or not ... but this is hard to do as we do not know did you only touch things using /classic directories or did you touch other things ...

    Do you have add-ons on this site?
    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. #27
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: uhhh i dunno how this happened

    error still happens.. site looks funny actually and yes i have several addons... gimmie a minute to list them all.......

  8. #28
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: uhhh i dunno how this happened

    easy populate
    image handler
    user tracking
    google checkout
    cross sell and
    cross sell advanced


    I think thats it

    i have deactivated the sale maker....

    *kix himself*

    bad boy

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

    Default Re: uhhh i dunno how this happened

    Without doing a compare of your files on the server with a clean Zen Cart I really cannot put a finger on this one ...

    Try this:

    Make a new Category ...

    Add manually 2 products ...

    Put only that Category on Sale with the Sale that you have already created ...

    Do you still get that weird error?
    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!

  10. #30
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: uhhh i dunno how this happened

    yup same exact error on new category and products....

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v151 Has this happened to anyone else?
    By pricediscrimination in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 26 Jan 2013, 08:08 PM
  2. Where could this > have happened?
    By colinS) in forum General Questions
    Replies: 1
    Last Post: 2 Aug 2009, 12:57 PM
  3. Header wrapper problem, Not sure Why this happened
    By heavenlynights in forum General Questions
    Replies: 0
    Last Post: 19 Feb 2008, 02:18 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