Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default make the SOLD OUT button clickable so people can Contact me about the product?

    I have replaced my SOLD OUT button with one that says PLEASE CONTACT US. It is still named button_sold_out_sm.gif. I found that I was losing customers because of the SOLD OUT button. Now they can contact me to find out when the item will be back in stock.

    My question is...can I make that image a clickable button that takes them to the contact page? It would save them a step in finding the contact page themselves.

  2. #2
    Join Date
    Mar 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: make the SOLD OUT button clickable so people can Contact me about the product?

    Hello!
    I have exactly the same question.

    Does anyone can help???

    Electra

  3. #3
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: make the SOLD OUT button clickable so people can Contact me about the product?

    Quote Originally Posted by daneh View Post
    I have replaced my SOLD OUT button with one that says PLEASE CONTACT US. It is still named button_sold_out_sm.gif. I found that I was losing customers because of the SOLD OUT button. Now they can contact me to find out when the item will be back in stock.

    My question is...can I make that image a clickable button that takes them to the contact page? It would save them a step in finding the contact page themselves.
    You could edit includes/functions/functions_general.php.

    You will find the code around line 1139. All you would need to do is use the call for price code copied to the sold out case section.

    This will be a hard coded patch so BACKUP!!!!!!.

    Skip
    • 446F63746F722057686F •

  4. #4
    Join Date
    Mar 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: make the SOLD OUT button clickable so people can Contact me about the product?

    Hello Mr.Skip

    Wow! I made it!! Thank you very much.
    For reference for people this is what I did.

    change the line
    -----
    $return_button = zen_image_button(BUTTON_IMAGE_SOLD_OUT, BUTTON_SOLD_OUT_ALT);
    -----
    to
    -----
    $return_button = '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . zen_image_button(BUTTON_IMAGE_SOLD_OUT, BUTTON_SOLD_OUT_ALT). '</a>';
    -----

    Thanks again for great help!

    Electra

  5. #5
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: make the SOLD OUT button clickable so people can Contact me about the product?

    You may be interested in a contribution called;

    Back In Stock Notifications
    ~Steve~

 

 

Similar Threads

  1. Replies: 0
    Last Post: 6 Jul 2012, 08:52 PM
  2. Can I make the category sidebox header clickable?
    By chunkyman in forum General Questions
    Replies: 0
    Last Post: 19 Apr 2012, 10:00 AM
  3. Replies: 1
    Last Post: 23 Aug 2011, 11:36 AM
  4. Where do I change the alt image tag for the "Sold Out' Button?
    By candylotus in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 9 May 2008, 05:00 AM
  5. Contact us Button on sold out Product
    By rebraist in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Apr 2008, 03:18 PM

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