Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2010
    Posts
    17
    Plugin Contributions
    0

    Default How to check in php if product is on special?

    How can I verify if a certain product say $order->products[$i] is on special or on regular price in php?

    D

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

    Default Re: How to check in php if product is on special?

    Where are you when you want to check if a Product is on special?

    You can get the special price with:
    zen_get_products_special_price($product_id, $specials_price_only=false) {

    from the functions_prices function file to see if there is a special price ...

    For example, to get the 3 prices for Price, Special and Sale you can use:
    Code:
        $display_normal_price = zen_get_products_base_price($products_id);
        $display_special_price = zen_get_products_special_price($products_id, true);
        $display_sale_price = zen_get_products_special_price($products_id, false);
    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!

 

 

Similar Threads

  1. Replies: 4
    Last Post: 24 Apr 2014, 04:27 PM
  2. min quantity special and discount product special expiration
    By crittle1 in forum Setting Up Specials and SaleMaker
    Replies: 10
    Last Post: 23 Aug 2010, 04:22 AM
  3. Special Shipping for special items. how?
    By Nima in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 18 Aug 2009, 07:48 PM
  4. PHP How do we check for logged in?
    By bumba000 in forum General Questions
    Replies: 7
    Last Post: 4 Sep 2008, 05:56 AM
  5. Replies: 4
    Last Post: 18 Feb 2008, 12:57 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