Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2007
    Posts
    24
    Plugin Contributions
    0

    Default What is the variable for specials

    I want to do something like this

    <?php if (There is 'specials' items){

    //Do something only if there is an item or items on special

    }

    What condition can I use to check to see if there are any specials

  2. #2
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: What is the variable for specials

    Don't know myself off the top of my head, but remember that the specials link only shows in the categories sidebox when there are specials...look in there.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  3. #3
    Join Date
    Apr 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: What is the variable for specials

    Thanks Ryk for pointing me in the right direction, I found the code I needed which I have listed below incase it helps someone else

    $show_this = $db->Execute("select s.products_id from " . TABLE_SPECIALS . " s where s.status= 1 limit 1");
    if ($show_this->RecordCount() > 0)
    //You have specials

 

 

Similar Threads

  1. what is the variable for the contact_us page?
    By nwms8 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jul 2010, 07:55 AM
  2. What is the variable that represents the selected currency?
    By cochlear in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Jul 2008, 02:33 PM
  3. What is the variable for the template directory?
    By paul3648 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Apr 2007, 06:37 AM
  4. What is the Gift Certificate Variable
    By harry2cool in forum General Questions
    Replies: 0
    Last Post: 7 Jan 2007, 02:11 PM
  5. What is the variable's name for Total?
    By kinethic in forum Managing Customers and Orders
    Replies: 2
    Last Post: 27 Jul 2006, 01:56 AM

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