eCart add to cart button not going to mycart.php page
eCart add to cart button not going to mycart.php page, see attached zip
eCart add to cart button not going to mycart.php page, see attached zip
near the top of the page, you have a comment outside of the php tags
and you have blank lines between the php tags.
These will cause the header function to return the Headers Already sent error message and will cause the redirect to fail.
there cannot be html output and blank lines between php code blocks.
I removed html comment and removed line space between php tags Now I get the following message
Notice: Undefined variable: ATC_itemQuantity in D:\Hosting\2333785\html\qawv\Search_v2.php on line 132
send the latest copy of your page.
just sent -- I ment to say I attached it to the previous post
the code in this page does not match with the error message.
I'll need to troubleshoot directly, see the private message section.
see private msg
Thinking about somthing - a week or so ago I created a web page and used a static item for customers to pay -- would that effect rest of site?
I dont any error when i try that page, but it also doesn't redirect. the page is missing the following code just before the doctype tag:
<?php
// WA eCart Redirect
if ($eCart2->redirStr != "") {
header("Location: ".$eCart2->redirStr);
}
?>
what line to place it on? Line 142 --- Added it ---- Still Nothing -----
just before the doctype tag
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
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.