Print Page | Close Window

More Details Link

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=2931
Printed Date: 24-July-2025 at 11:06pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: More Details Link
Posted By: LittleOnesResource
Subject: More Details Link
Date Posted: 06-August-2009 at 12:36am
I want to change the "more details" link found at the end of the short description from a text link to an image link. I know I can change the actual text in language.asp, but where can I change from text to an image? I tried in language.asp and it didn't work, so either I didn't do it right or that isn't where this change goes.

I know you can do this as the demo store has it and there is a default image already in product cart.

I have searched the forum and the product guide and found zip. The answer is probably staring me in the face. I have just been looking at this one for too long.

Thanks so much for any help.

Amy.



Replies:
Posted By: Greg Dinger
Date Posted: 06-August-2009 at 12:57am
Amy, in viewprdcode.asp is the bulk of the code that is used to produce the product detail page.  Within that module you will find this subroutine:
 
Public Sub pcs_ProductDescription
 
Then you need to alter this line:
response.Write psDesc & " <a href='#details'>" & dictLanguage.Item(Session("language")&"_viewPrd_21") & "</a>"
 
psDesc is the short description, so you don't want to lose that.  Something like the following should get what you want.
 
response.Write psDesc & " <a href='#details'><img src='your-path-here' other references here></a>"


-------------
GreyBeard Design Group

Certified ProductCart Developer

Web Design/Development/Hosting

http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net