ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart Build To Order > Using BTO
  New Posts New Posts RSS Feed - ’Customize’ options
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

’Customize’ options

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


Joined: 29-April-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote francism Quote  Post ReplyReply Direct Link To This Post Topic: ’Customize’ options
    Posted: 01-May-2006 at 10:47pm
I'm looking at using ProductCart BTO for my website and had a question
about the 'Customize' button on products.

Is there any way for a product to automatically go to the Customize
screen without hitting that extra button on the initial product screen, or is
there a way to simply add the custom BTO options onto the original
product screen?

To clarify, I know that I can turn off the 'Add to Cart' button to make the
customer hit the Customize button, I'm just wondering if there's a way to
pull up the customization page by default when that 'Add to Cart' button
is gone.

This isn't a deal breaker for me, I'm just wondering if there is an option
for this. Thanks for any info in advance.

Edited by francism - 02-May-2006 at 12:23am
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 02-May-2006 at 5:36pm

The ASP source code can be very easily changed so that the product details page is skipped when the product shown is a BTO product, and the customer is taken directly to the configuration page.

The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
Grp-NP View Drop Down
Newbie
Newbie
Avatar

Joined: 30-May-2006
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Grp-NP Quote  Post ReplyReply Direct Link To This Post Posted: 01-June-2006 at 10:32am
In our experience with Product Cart, we've found it very easy to change the ASP source code.  This shouldn't be a problem at all

Edited by Grp-NP - 01-June-2006 at 10:32am
Gerry
Netprofits Internet Consulting
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 21-July-2006 at 8:43pm
This was added in version 3. It can be found on the Add/Modify/Clone BTO Product pages. It's called "Skip Product Details Page" (check box).
The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
M Robles View Drop Down
Groupie
Groupie


Joined: 13-July-2006
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote M Robles Quote  Post ReplyReply Direct Link To This Post Posted: 02-August-2006 at 3:11pm
Does anyone know how to modify the code to go straight to the config page?
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 02-August-2006 at 3:27pm

As indicated above, this is a feature in v3. It can be found on the Add/Modify/Clone BTO Product pages. It's called "Skip Product Details Page" (check box).

For previous versions of ProductCart, add the following to viewPrd.asp, after the pserviceSpec variable has been assigned a value.

 If pserviceSpec<>0 Then
  response.redirect "configurePrd.asp?idProduct="&pidProduct
 End if

The ProductCart Team

Home of ProductCart shopping cart software
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.047 seconds.