|
Open Cart in New Window |
Post Reply |
Author | |
drafting
Groupie Joined: March/22/04 Status: Offline Points: 64 |
Post Options
Thanks(0)
Posted: April/21/04 at 10:43am |
Hello,
Is it possible to code the sales cart bot so that when the customer adds an item to the cart the cart will open in a new window? Or. Is it possible to add more than one item to a cart at a time. Then the customer will not have to go back and find the page to order more items. thanks! |
|
GreatWeb1
Newbie Joined: March/31/04 Location: United States Status: Offline Points: 26 |
Post Options
Thanks(0)
|
If you set the value of postpone from False to True, it will loop back to the product page.
Change This: <input type='hidden' name='postpone' value='False'> To This: <input type='hidden' name='postpone' value='True'> If you want the form to open a new window: Change This: <form action='cgi-bin/shop1.asp' method='POST' name='scform'> To This: <form action='cgi-bin/shop1.asp' method='POST' name='scform' target='_blank'> |
|
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)
|
One other thing you can do is base target. So the code would be:
<base target="_blank"> but the problem is that all of the link on the page would open in a new window. You can also modify the code on shop1.asp to open do an add-to-cart confirm window... |
|
Techno Geek
Customer Support Engineer ComCity and SalesCart Technical Support |
|
drafting
Groupie Joined: March/22/04 Status: Offline Points: 64 |
Post Options
Thanks(0)
|
Hello,
Thanks for your help. When I added the target='_blank' code to the page, it would not save it. Any ideas why it is not saving this change of code? |
|
GreatWeb1
Newbie Joined: March/31/04 Location: United States Status: Offline Points: 26 |
Post Options
Thanks(0)
|
Are you refreshing the main page after it opens in a new window?
|
|
drafting
Groupie Joined: March/22/04 Status: Offline Points: 64 |
Post Options
Thanks(0)
|
How do you do this? Is it complicated? |
|
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)
|
Is it complicated enough that I wouldn't be able to explain here.
|
|
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 |