close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Help needed with Checkout code

Thread began 10/15/2009 12:53 am by john275907 | Last modified 10/15/2009 2:59 pm by john275907 | 1538 views | 3 replies

john275907

Help needed with Checkout code

I have a CMS style site which I would like to keep the eCart pages within the CMS if possible. Each page in the site is usually referenced like this: index.php?page=xxxx so for the cart page it would be index.php?page=cart.
So, to do a checkout, I need to go to index.php?page=checkout.
Unfortunately the code that takes you to the checkout page includes code that prevents this form of addressing from working as expected.
On my cart page and the page which displays the products the following code is included:

<?php
//WA eCart Redirect Check Out
if (isset($_POST["UndercliffeCart_Checkout_1"]) || isset($_POST["UndercliffeCart_Checkout_1_x"])) {
$Redirect_redirStr="index.php?page=checkout";
if ($Redirect_redirStr != "") {
if (isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] != "") {
if (strpos($Redirect_redirStr, "?") === false) {
$Redirect_redirStr .= "?".$_SERVER['QUERY_STRING'];
}
else {
$Redirect_redirStr .= "&".$_SERVER['QUERY_STRING'];
}
}

$UndercliffeCart->redirStr = $Redirect_redirStr;
}
$UndercliffeCart->cartAction = "Checkout";
}
?>

This means that the query string of the current page is appended to the query string set in the code so I never get to the checkout page.

I have attempted to modify this code without any success. Can anyone suggest a solution please ?

Have attached the cart and products pages.

If this cant be easily achieved then the checkout pages will have to be kept out of the CMS which is not ideal, but if all else fails ......

Thanks.

Attached Files
Checkout Issue.zip

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...