Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default How can I make this work?

    I'm trying to make the '[help (?)]' link on the Shopping Cart page into an image (the same way I have done on other pages.. for instance the Advanced Search page).

    Listed below is my modified code on the Advanced Search page:

    PHP Code:
    define('TEXT_SEARCH_HELP_LINK','<img src="/includes/templates/my_temp/buttons/english/button_link_help.gif" alt="Search Help [?]" />'); 
    I know I have to use the same principal to change the Help link on the Shopping Cart page, but I'm unsure how to because of the Javascript.

    Can anyone show me (using the same principle listed above for the 'TEXT_SEARCH_HELP_LINK') how to get this working on the existing Shopping Cart page help link code here:

    PHP Code:
    define('TEXT_VISITORS_CART''<a href="javascript:session_win();">[help (?)]</a>'); 
    Thanks.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How can I make this work?

    You should just be able to replace the text

    [help (?)]

    with the image code

    <img src="/includes/templates/my_temp/buttons/english/button_link_help.gif" alt="Cart Help [?]" />

  3. #3
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: How can I make this work?

    Exacty what I was after.
    Thanks Glenn

 

 

Similar Threads

  1. v151 How can I make my group discount logic work with guest accounts?
    By Dave224 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 26 Mar 2014, 03:59 AM
  2. Help!! how can make my search work, etc ?
    By roryiiv in forum Basic Configuration
    Replies: 4
    Last Post: 30 Aug 2010, 05:29 AM
  3. How can I make Image Handler 2 work with Featured Images?
    By ttmb33 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 May 2009, 09:42 PM
  4. Can I make my Categories work like this and how?
    By Skybye in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 19 Jun 2008, 01:18 PM
  5. I have 2 hosting accounts ... how do I make this work?
    By socalstyles in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Jan 2008, 01:46 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