Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how to open another website from...

how to open another website from...

Locked

Views: 2,018

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
17 Apr 2007, 4:22 AM
#1
rosetulip avatar

rosetulip

New Zenner

Join Date:
Mar 2005
Posts:
52
Plugin Contributions:
0

how to open another website from...

Here is my zencart website http://www.uhotstyle.com. Can you tell me how to open another website such as ebay.com when I click "auctions" link on the left side?

17 Apr 2007, 7:06 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: how to open another website from...

Where you changed this to be Auctions - enter an href to the http site that you want

Or you can allow this page to load and place the link(href) in the text body of page_2.php via the defines page editor in your admin

17 Apr 2007, 9:54 PM
#3
rosetulip avatar

rosetulip

New Zenner

Join Date:
Mar 2005
Posts:
52
Plugin Contributions:
0

Re: how to open another website from...

Still lost

For your suggestion "Where you changed this to be Auctions - enter an href to the http site that you want"

How? which file?

I want a new site popped up when you click on "auction".

18 Apr 2007, 5:01 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: how to open another website from...

How? which file?
What file did you edit to change this to say "auctions" ?? - The same file....

It will be along the lines of(not positive of the exact syntax)

  define('BOX_INFORMATION_PAGE_2', '<a href="http://some_domain.com">Auctions</a>');
18 Apr 2007, 5:02 AM
#5
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: how to open another website from...

If you do this in an ez-page you can tell it to open in a new window

19 Apr 2007, 2:50 AM
#6
rosetulip avatar

rosetulip

New Zenner

Join Date:
Mar 2005
Posts:
52
Plugin Contributions:
0

Re: how to open another website from...

got it. Thanks