close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Continue Shopping

Thread began 2/03/2010 8:09 pm by swoodmwood396702 | Last modified 2/04/2010 12:23 pm by Jason Byrnes | 937 views | 1 replies |

swoodmwood396702

Continue Shopping

When I select the Continue Shopping button, it takes me to the PREVIOUS page, instead of the page I want to be redirected to. My server behavior is not working due to a JS error that I can't figure out, so I'm editing in the code directly : (

Below is my code...I want to be taken to the "fqMarket.php" page ALWAYS when the Continue Shopping button is selected. I noticed in a different post that Ray told someone to "Click on the button and edit it in the server behaviors window. Uncheck the return to previous page option and specify the results page directly." but I don't know how to accomplish this directly in the code since I don't have the server behavior screen to use.

?><?php
// WA eCart Continue Shopping
if (isset($_POST["uwanna_Continue_100"]) || isset($_POST["uwanna_Continue_100_x"])) {
$Redirect_redirStr="fqMarket.php";
if (true && isset($_SESSION['WAEC_ContinueRedirect'])) {
$Redirect_redirStr=siteToPageRel($_SESSION['WAEC_ContinueRedirect']);
}
if ($Redirect_redirStr != "") {
$uwanna->redirStr = $Redirect_redirStr;
}
$uwanna->cartAction = "Continue";

Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

change:
$Redirect_redirStr=siteToPageRel($_SESSION['WAEC_ContinueRedirect']);


to:
$Redirect_redirStr="fqMarket.php";



there may be a problem on the pages that are causing the error. have you tried reproducing the error on other pages?

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...