![]() |
More Details Link |
Post Reply
|
| Author | |
LittleOnesResource
Newbie
Joined: 06-August-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Topic: More Details LinkPosted: 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. |
|
![]() |
|
Greg Dinger
Certified ProductCart Developers
Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
Quote Reply
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>"
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |