ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - "Save and choose another" link
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

"Save and choose another" link

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


Joined: 27-December-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote jaycee Quote  Post ReplyReply Direct Link To This Post Topic: "Save and choose another" link
    Posted: 27-December-2007 at 1:40pm

Does anyone know how it is possible to edit the link "Save and choose another" that appears after selecting sub-products of an apparel product. I would like to edit it as a button to be more visible to the user.

Thanks & Happy Holidays

JC

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: 27-December-2007 at 4:13pm

Look at the bottom of /pc/app-ViewPrdFuncs.asp for this code:

<div id="AddtoList" style="display:none"><%if popUpAPP<>"1" then%><a href="javascript:new_AddSPtoList(SelectedSP);"><%respo nse.write dictLanguage.Item(Session("language")&"_viewPrd_spmsg7") %></a><%end if%></div>

This code displays the text message, and that text is retrieved from the languages file:
<%response.write dictLanguage.Item(Session("language")&"_viewPrd_spmsg7") %>

Here is the languages file reference:
dictLanguage.Add "english_viewPrd_spmsg7", "Save and choose another"

You could replace the string Save and choose another (in the /includes/languages/asp file)with an image tag reflecting a reference to your button, or just replace the ASP code (in /pc/app-ViewPrdFuncs.asp) that calls the language reference. 

Either way, be sure to make a backup of whatever you change, and retain notes of what you change so it can be replicated after the next release upgrade.

Back to Top
jaycee View Drop Down
Newbie
Newbie


Joined: 27-December-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote jaycee Quote  Post ReplyReply Direct Link To This Post Posted: 27-December-2007 at 6:05pm

Greg,

many thanks for your help, that has been really helpful.

JC

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.078 seconds.