ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - More Details Link
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

More Details Link

 Post Reply Post Reply
Author
Message
LittleOnesResource View Drop Down
Newbie
Newbie


Joined: 06-August-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote LittleOnesResource Quote  Post ReplyReply Direct Link To This Post Topic: More Details Link
    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.
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post 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>"
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.070 seconds.