Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2004
    Posts
    364
    Plugin Contributions
    0

    Idea or Suggestion Admin Specials Code Snippet - Show Yellow Icon for Future Available Dates

    Greetings,

    We do a set of specials every month and I always thought it would be helpful to show a yellow icon for upcoming specials on the Admin Specials page.

    Here's my snippet to do just that...

    In your_admin/specials.php
    Find:
    Code:
    <input type="image" src="<?php echo DIR_WS_IMAGES ?>icon_red_on.gif" title="<?php echo IMAGE_ICON_STATUS_OFF; ?>"
    Replace With:
    Code:
    <input type="image" src="<?php echo ($specials->fields['specials_date_available'] > date("Y-m-d")? DIR_WS_IMAGES . 'icon_yellow_on.gif' : DIR_WS_IMAGES . 'icon_red_on.gif')?>" title="<?php echo IMAGE_ICON_STATUS_OFF; ?>" />
    Enjoy!
    Experience is what you get when you don’t get what you want…

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Admin Specials Code Snippet - Show Yellow Icon for Future Available Dates

    Thanks for sharing

 

 

Similar Threads

  1. Customer Comments - Yellow Icon
    By jessica_aw in forum General Questions
    Replies: 1
    Last Post: 4 Mar 2011, 07:22 PM
  2. Replies: 3
    Last Post: 15 Nov 2010, 10:16 AM
  3. SHOW Specials Start and Expirey dates
    By FromTheRiviera in forum General Questions
    Replies: 16
    Last Post: 17 Dec 2009, 04:08 PM
  4. Specials Available and Expiry Dates
    By janice3169 in forum Setting Up Specials and SaleMaker
    Replies: 1
    Last Post: 5 Sep 2009, 05:46 AM
  5. USPS Yellow Status Icon When select shipping zone.
    By tonyinabox in forum Addon Shipping Modules
    Replies: 5
    Last Post: 15 Feb 2007, 01:53 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