Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2012
    Location
    Northern Indiana
    Posts
    41
    Plugin Contributions
    0

    Default Adding a link to the 'Call for Price' image

    I would like to add a link to the 'Call for Price' image which appears on 'all products', 'category', and 'product info' listings. I want to link this to the 'Contact Us' page.

    Something like:

    PHP Code:
    define('CALL_FOR_PRICES_IMAGE','<a href=”' zen_href_link(FILENAME_CONTACT_US) . '”><img src=”includes/templates/template_default/images/call_for_prices.jpg” alt=”Call for Prices” /></a>'); 
    Only I cannot determine where to place it...

    Anyone done this?

    Thanks in advance!
    Michael (Zen Greenhorn)
    Remember: Every expert started out as a beginner!

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

    Default Re: Adding a link to the 'Call for Price' image

    You could use:
    Code:
    define('CALL_FOR_PRICES_IMAGE','<a href="' . zen_href_link(FILENAME_CONTACT_US) . '"><img src="includes/templates/template_default/images/call_for_prices.jpg" alt="Call for Prices" /></a>');
    NOTE: changed the quotes

    And customize the function function_prices.php

    Code:
    //        $call_tag = '<br />' . zen_image(DIR_WS_TEMPLATE_IMAGES . OTHER_IMAGE_CALL_FOR_PRICE, PRODUCTS_PRICE_IS_CALL_FOR_PRICE_TEXT);
            $call_tag = '<br />' . CALL_FOR_PRICES_IMAGE;
    Add the define to a file in the:
    /includes/languages/english/extra_definitions/

    such as my_defines.php

    Code:
    <?php
    define('CALL_FOR_PRICES_IMAGE','<a href="' . zen_href_link(FILENAME_CONTACT_US) . '"><img src="includes/templates/template_default/images/call_for_prices.jpg" alt="Call for Prices" /></a>');
    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. #3
    Join Date
    Jan 2012
    Location
    Northern Indiana
    Posts
    41
    Plugin Contributions
    0

    Default Re: Adding a link to the 'Call for Price' image

    Absolutely perfect Linda!

    Thank you again!

    Have a peaceful evening.
    Michael (Zen Greenhorn)
    Remember: Every expert started out as a beginner!

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

    Default Re: Adding a link to the 'Call for Price' image

    Thanks for the update that this was able to work for you ...
    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: 2
    Last Post: 16 Jul 2009, 02:34 PM
  2. Replies: 5
    Last Post: 1 Jul 2009, 07:51 PM
  3. Disable Call for price url below Call for price image?
    By IllusionGuy in forum General Questions
    Replies: 0
    Last Post: 6 Jan 2009, 10:36 PM
  4. Adding a link to Call For Price image?
    By gabstero in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Jun 2008, 06:51 PM
  5. Call for Price link
    By narsaw in forum Customization from the Admin
    Replies: 1
    Last Post: 14 Jun 2006, 12:10 AM

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