Forum Replies Created
-
AuthorPosts
-
annMember
Please ignore this. I had forgetting to clear cache!
annMemberThis works perfectly, thank you!
annMemberNow I am getting:
Parse error: syntax error, unexpected T_ECHO in /home/annfcz/public_html/RL08bakery/wp-content/plugins/wp-cart-for-digital-products/eStore_payment_submission.php on line 446
Line 446 is:
echo “<META HTTP-EQUIV=”Refresh” CONTENT=”$time;URL=$url”>”;
On a side note, this is only a test site hosted on a subdomain that I’m trying to get all the text and everything in before pushing it live. Would the first code work just fine if it was on its own domain? I’m only asking because I don’t want to trouble anyone if this is the case.
annMemberThe initial instructions didn’t mention editing reset_eStore_cart01, just submit_to_manual. Is there another part to it that I am missing?
Heres what the submit_to_manual() and reset_eStore_cart01() currently looks like:
function submit_to_manual()
{
$target_url = “http://rl08bakery.silqsites.com/checkout/”;
header(‘Location: ‘ . $target_url);
exit;
$click_text = WP_ESTORE_CLICK_HERE;
$output .= “<div style=”text-align:center;”>”;
$output .= ‘<form id=”gateway_form” action=”‘.WP_ESTORE_URL.’/eStore_manual_gateway.php” method=”post”>’;
$output .= ‘<input type=”hidden” name=”eStore_manaul_gateway” id=”eStore_manaul_gateway” value=”process” />’;
$output .= “<input type=”submit” value=”$click_text”>”;
$output .= “</form>”;
$output .= “</div>”;
echo $output;
}
What is the real fix for this?
Also, if you would like to see for yourself, I can send you the admin usename and pw if you provide an email address.
annMemberYou can see the site here: http://rl08bakery.silqsites.com/
the username and password is ‘test’
If you like, I can email you the admin password and username.
annMemberSorry for the late response..
I am getting the following errors after clicking the “checkout” button in the processing page:
Warning: Cannot modify header information – headers already sent by (output started at /home/***/public_html/site/wp-content/plugins/wp-cart-for-digital-products/eStore_payment_submission.php:88) in /home/***/public_html/site/wp-content/plugins/wp-cart-for-digital-products/eStore_payment_submission.php on line 445
line 445 is: header(‘Location: ‘ . $target_url);
annMemberI’m looking to do the same thing, but the code provided above no longer works with the newest version of WP eStore (v4.2.7), WordPress (v3.0.1), or CForms (v11.5). Is there an updated fix for this?
Thanks!
-
AuthorPosts