main photos-as links
Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=587
Printed Date: 23-November-2024 at 11:49pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: main photos-as links
Posted By: Ceylan
Subject: main photos-as links
Date Posted: 10-January-2007 at 7:43pm
Can't figure out how to implement this
Below is the page we want people to be able to click on photo to go to the same path the text link below it
http://www.funnyfotocards.com/productcart/pc/viewPrd.asp?idc ategory=16&idproduct=27
any help would be greatly apreciated
------------- Cey
http://www.ceylandesign.com
|
Replies:
Posted By: Matt
Date Posted: 12-January-2007 at 12:48pm
Hello Cey,
It looks like you figured this one out already. For others reading this post, the code that displays images is located in "viewPrdCode.asp".
|
Posted By: Ceylan
Date Posted: 12-January-2007 at 6:01pm
Actually I was advised to do it like thsi Hi Ceylan,
Here is one idea: make the "Standard" size image an empty field (i.e. don't use that field). That way the product picture will not show. Instead, add the image to the product description with a link to the other page. So the product description would include this code at the top:
<a href='http://www.funnyfotocards.com/productcart/pc/viewConte nt.asp?idpage=12'><img src="catalog/A-CA101.jpg" alt="Top Sellers Assortment Greeting Cards"></a>
Best Regards,
Early Impact Technical Support
------------- Cey
http://www.ceylandesign.com
|
Posted By: Matt
Date Posted: 13-January-2007 at 1:15am
That was a great tip from Early Impact Technical Support. Thank you for posting so everyone can see what worked for you. I like this method because anyone can use it without any programming background.
|
|