Forum Home Forum Home > Legacy Products > SalesCart Standard / PRO / SQL
  New Posts New Posts RSS Feed - Open Cart in New Window
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedOpen Cart in New Window

 Post Reply Post Reply
Author
Message
drafting View Drop Down
Groupie
Groupie


Joined: March/22/04
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote drafting Quote  Post ReplyReply Direct Link To This Post Topic: Open Cart in New Window
    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!
Back to Top
GreatWeb1 View Drop Down
Newbie
Newbie


Joined: March/31/04
Location: United States
Status: Offline
Points: 26
Post Options Post Options   Thanks (0) Thanks(0)   Quote GreatWeb1 Quote  Post ReplyReply Direct Link To This Post Posted: April/26/04 at 3:02am
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'>
Back to Top
Techno Geek View Drop Down
Admin Group
Admin Group
Avatar
Evil monkey living in my closet!

Joined: March/11/04
Location: United States
Status: Offline
Points: 1206
Post Options Post Options   Thanks (0) Thanks(0)   Quote Techno Geek Quote  Post ReplyReply Direct Link To This Post Posted: April/26/04 at 8:50am
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
Back to Top
drafting View Drop Down
Groupie
Groupie


Joined: March/22/04
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote drafting Quote  Post ReplyReply Direct Link To This Post Posted: April/26/04 at 1:22pm
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?
Back to Top
GreatWeb1 View Drop Down
Newbie
Newbie


Joined: March/31/04
Location: United States
Status: Offline
Points: 26
Post Options Post Options   Thanks (0) Thanks(0)   Quote GreatWeb1 Quote  Post ReplyReply Direct Link To This Post Posted: April/27/04 at 1:18am
Are you refreshing the main page after it opens in a new window?
Back to Top
drafting View Drop Down
Groupie
Groupie


Joined: March/22/04
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote drafting Quote  Post ReplyReply Direct Link To This Post Posted: May/14/04 at 1:03pm
Originally posted by Will Sani Will Sani wrote:


You can also modify the code on shop1.asp to open do an add-to-cart confirm window...


How do you do this? Is it complicated?
Back to Top
Techno Geek View Drop Down
Admin Group
Admin Group
Avatar
Evil monkey living in my closet!

Joined: March/11/04
Location: United States
Status: Offline
Points: 1206
Post Options Post Options   Thanks (0) Thanks(0)   Quote Techno Geek Quote  Post ReplyReply Direct Link To This Post Posted: May/19/04 at 9:06am
Is it complicated enough that I wouldn't be able to explain here.
Techno Geek
Customer Support Engineer
ComCity and SalesCart Technical Support
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.04
Copyright ©2001-2015 Web Wiz Ltd.

Copyright 2015 by ComCity® LLC and SalesCart™.  All Rights Reserved