Forums / Templates, Stylesheets, Page Layout / Call for quote linking...

Call for quote linking...

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
13 Jun 2006, 23:12
#1
narsaw avatar

narsaw

New Zenner

Join Date:
May 2006
Posts:
38
Plugin Contributions:
0

Call for quote linking...

Sorry I posted this in the wrong forum area initially....

Hi All,

I've changed the "Call for price" (call_for_prices.jpg) link on my site to a custom "get a quote" image. This works great.

However, as it stands that "call_for_prices.jpg" is just an image. I want to add a hyperlink to that image to link to our "Contact Us" page. How do I do this?

Look at this page of my site as an example:

http://www.pcappliances.com/index.php?main_page=product_info&cPath=22&products _id=21

I want to add a hyperlink to the "get a quote" image to "contact us"

Thanks,
narsaw
14 Jun 2006, 01:41
#2
tajul_ashyqin avatar

tajul_ashyqin

Zen Follower

Join Date:
Apr 2006
Posts:
362
Plugin Contributions:
1

Re: Call for quote linking...

why don't you do this:

go to includes/languages/english.php, at line #433 : define('TEXT_CALL_FOR_PRICE','Call for price'); change to define('TEXT_CALL_FOR_PRICE','Contact Us'); :blush: make your life easy! good luck buddy...:thumbsup:
14 Jun 2006, 02:14
#3
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: Call for quote linking...

or even better ... define the constant as a linked image.:smile:
14 Jun 2006, 03:14
#4
narsaw avatar

narsaw

New Zenner

Join Date:
May 2006
Posts:
38
Plugin Contributions:
0

Re: Call for quote linking...

Thanks for the tips...

define('TEXT_CALL_FOR_PRICE','<a href="http://www.pcappliances.com/index.php?main_page=contact_us"><img border="0" src="includes/templates/template_default/images/call_for_price.jpg" width="80" height="13"></a>');

This seemed to do the trick ... check it out..

http://www.pcappliances.com/index.php?main_page=index&cPath=22