|
Optiond Pop Up |
Post Reply |
Author | |
macanudo
Newbie Joined: May/04/04 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: May/06/04 at 3:07pm |
I have a long list of options that are in my "include.htm" page and it just makes a mess trying to use it as Salescart intended. I would like to make a pop up that adds these values to the cart in refernce to the item they are ordered for. So, if I used the include as salescart has it,the list would be included in the area, the customer picks options and then adds all to the cart. Has anyone been able to do a pop up that will do this? Sorry for the long question, but this will be the end of work if I can get it to go.
|
|
Techno Geek
Admin Group Evil monkey living in my closet! Joined: March/11/04 Location: United States Status: Offline Points: 1206 |
Post Options
Thanks(0)
|
Using pop-up windows would only complicated things. But I've seen it done with some really savvy ASP programming. Basically the pop-up window would need to do form posts to the 'parent' window from the child window.
To do this what you would need to do is have hidden form-field on the parent page that does a <input type="hidden" name="option" value="<%request.form("variable")%>"> The child windows will basically do a post to the hidden field in the parent window. This would be the concept. It can get pretty complicated. |
|
Techno Geek
Customer Support Engineer ComCity and SalesCart Technical Support |
|
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 |