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?
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?
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
Zen-Venom Get Bitten
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".
What file did you edit to change this to say "auctions" ?? - The same file....How? which file?
It will be along the lines of(not positive of the exact syntax)
Code:define('BOX_INFORMATION_PAGE_2', '<a href="http://some_domain.com">Auctions</a>');
Zen-Venom Get Bitten
If you do this in an ez-page you can tell it to open in a new window
Zen cart PCI compliant Hosting
got it. Thanks