Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 VP-ASP 6.00 Questions
 Continue Shopping
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

tiju
Starting Member

11 Posts

Posted - December 26 2005 :  14:43:59  Show Profile  Reply with Quote
Is there a way in the version 6 to make the button continue shopping to return to the product page where I pressed the "Add button" and not in the categorie page.

tks
tiju

support
Administrator

4679 Posts

Posted - December 26 2005 :  20:49:36  Show Profile  Visit support's Homepage  Reply with Quote
The xcontinueshoppingdynamic setting in your administration pages controls this. Change this setting to YES to force the "Continue Shopping" button to return the user to the last viewed page.

Thank you.
VPASP SUPPORT
Go to Top of Page

tiju
Starting Member

11 Posts

Posted - December 27 2005 :  12:19:38  Show Profile  Reply with Quote
well I've done that and it doesn't work.

I try to do is to plug an add to cart in one of my html page of my existing site ( not vp-asp). I configure a product and put the url of my page in the extended properties. From my site top the shopping cart it works but not back trought the continue shopping.

tks
tiju
Go to Top of Page

tiju
Starting Member

11 Posts

Posted - January 10 2006 :  16:14:37  Show Profile  Reply with Quote
any solutions please ?
Go to Top of Page

tiju
Starting Member

11 Posts

Posted - February 27 2006 :  16:07:52  Show Profile  Reply with Quote
If you go to the page

http://www.irion-info.com/icare-rc/ash26_mk.htm

at the bottom of the page there is a link Clicl to order.

This bring to the shopping cart. But when I press on the Continue shopping button I expect the system to bring me back to my page. Like it does with the link on the right.

Yes the continueshoppingdynamic is set to yes and yes I got the detailled page indicated in my product.

tks
Thierry
Go to Top of Page

tiju
Starting Member

11 Posts

Posted - February 28 2006 :  09:59:19  Show Profile  Reply with Quote
Any solution please
Go to Top of Page

support
Administrator

4679 Posts

Posted - March 06 2006 :  02:11:04  Show Profile  Visit support's Homepage  Reply with Quote
Dear Thierry,

Unfortunately the shopping cart's continue shopping button is only designed to return a user to previous page within the cart itself. It cannot return you to a static page on your site without modification.

If all of your product pages are going to be static html pages that have an order button to add the product to the cart, and you don't want to use the other functionality of the cart such as category display pages and product display pages, then you could modify the continue shopping button code to instead of calling the current VPASP code, it could call a javascript:history.back() function.

Regards,
VPASP SUPPORT
Go to Top of Page

support
Administrator

4679 Posts

Posted - March 06 2006 :  03:08:52  Show Profile  Visit support's Homepage  Reply with Quote
Dear Thierry,

The following code modification may help you more than my previous post.

In shopaddtocart.asp locate the SetContinueurl subroutine.

Around line 290 you should see the following:
if lcase(words(wordcount-1))<>"shopaddtocart.asp" then

Replace this line with:
'if lcase(words(wordcount-1))<>"shopaddtocart.asp" then
if instr(1,lcase(words(wordcount-1)), "shopaddtocart.asp",1) = 0 then


This should return your user to whatever page they were previously on.

Thank you.

Regards,
VPASP SUPPORT

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00