Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2010
    Posts
    9
    Plugin Contributions
    0

    Default Add link to Call for Price

    • What version of Zen Cart are you using? - 1.3.8a
    • Has your site been upgraded? When? From what version(s)? -no
    • HAVE YOU LOOKED IN THE FAQ AREA for answers to your question? (ie: a search for your error message or what you want to edit/change, etc) - yes
    • Have you searched the FORUM for your error message or for answers to the question you're asking? - yes

    Is there a way to put a link to "Call for Price" to contact us page? If a made a custom Contact Us page, is there a way to link it in "Call for Price"?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Add link to Call for Price

    Is there a way to put a link to "Call for Price" to contact us page? If a made a custom Contact Us page, is there a way to link it in "Call for Price"?
    If I got this right...
    Do you have a "call for price" page?
    Is it a ZenCart page?
    What setting/alteration do you have for "call for price"?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Add link to Call for Price

    Do you have a "call for price" page? - no, i have a contact us page though. How can I make a "call for price" page?
    Is it a ZenCart page? - see above
    What setting/alteration do you have for "call for price"?
    Product Info - Price is Call for Price Image or Text Status - 0

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Add link to Call for Price

    i have a contact us page though. How can I make a "call for price" page?
    Start with page
    Get the 3rd party module for an "about us" page
    It will outline the 8 or so file/edits items to create a new page

    Will have to see your product page to suggest a link
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Oct 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Add link to Call for Price


  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Add link to Call for Price

    I did not see any prices?

    Your "call for price" text appears to be part of the product description, so you would use standard html href notation for it
    i.e.

    Assuming you name your page "call_for_price"

    Code:
    <a href="index.php?main_page=call_for_price">Call For Price</a>
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Oct 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Add link to Call for Price

    Yes, the "Call for Price" is inside product description since I just selected "Yes" to "Product is Call for Price" under the product page of the item in question. So, where do I insert this code? I want this link to appear in all products marked as "Call for Price".

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Add link to Call for Price

    Yes, the "Call for Price" is inside product description since I just selected "Yes" to "Product is Call for Price" under the product page of the item in question.
    Forgot about that switch

    Follow this tutorial for an image but use for the href in the define only, disregard the rest

    The define for call for price should be in english.php at
    /includes/languages/your template name/english.php
    Not sure which
    Code:
    define('PRODUCTS_PRICE_IS_CALL_FOR_PRICE_TEXT','Call for Price');
    
    define('TEXT_CALL_FOR_PRICE','Call for price');
    But it should work if you change it to
    Code:
    CALL_FOR_PRICE','<a href="index.php?main_page=call_for_price">Call For Price</a>'
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v150 change Call for Price link
    By earmsby in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 3 Dec 2012, 08:20 PM
  2. how to change call for price link?
    By lightmuch in forum General Questions
    Replies: 1
    Last Post: 20 Jan 2010, 03:56 PM
  3. Replies: 2
    Last Post: 16 Jul 2009, 02:34 PM
  4. Call for Price link
    By narsaw in forum Customization from the Admin
    Replies: 1
    Last Post: 14 Jun 2006, 12:10 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