Forum Replies Created
-
AuthorPosts
-
eugene17Member
hi amin,
since the good needs to be prepared (cupcakes) i want to ask them when they are going to pick it up so that i would know when to make it. and they can only choose a date three days from the date of ordering.
eugene17Memberhi amin,
i decided to make the boxes to order buttons to click. then below the boxes will be the subtotal of the orders. do you think that is easier? since i’m only assigning the buttons as the item to order.
eugene17Memberwhat was the resolution? would like to try it as well.
eugene17Memberhi amin. sadly it’s still like that
{
//Not an affiliate conversion
}
}
reset_eStore_cart1();
header(‘Location: http://found25.com/pantry/contact’);
exit;
exit;
}
}
//echo “<html>n”;
Warning: Cannot modify header information – headers already sent by (output started at /home/eugene17/public_html/pantry/wp-content/plugins/wp-cart-for-digital-products/view/eStore_shipping_details_view.php:2) in /home/eugene17/public_html/pantry/wp-content/plugins/wp-cart-for-digital-products/eStore_payment_submission.php on line 399
eugene17Memberhi amin. tried it in my test server http://found25.com/pantry/2010/05/vietnamese-i/ add to basket.
the error still persists
Warning: Cannot modify header information – headers already sent by (output started at /home/eugene17/public_html/pantry/wp-content/plugins/wp-cart-for-digital-products/view/eStore_shipping_details_view.php:2) in /home/eugene17/public_html/pantry/wp-content/plugins/wp-cart-for-digital-products/eStore_payment_submission.php on line 399
my code
else
{
//Not an affiliate conversion
}
}
reset_eStore_cart1();
header(‘Location: http://found25.com/pantry/contact’);
exit;
echo ‘<div id=”success”>’;
echo “
“.ESTORE_ORDER_COMPLETE;echo ‘
Please click here to return to the Store.
‘;echo “</div>”;
eugene17Memberhi amin,
here’s the code
else
{
//Not an affiliate conversion
}
}
reset_eStore_cart1();
header(‘Location: http://localhost/wordpress/contact/’);
exit;
echo ‘<div id=”success”>’;
echo “
“.ESTORE_ORDER_COMPLETE;echo ‘
Please click here to return to the Store.
‘;echo “</div>”;
exit;
eugene17Memberhi amin,
i’m investigating more and more and it seems that my dns doesn’t have an spf entry. i’ll update this thread in case somebody encounters the same problem.
eugene17Memberhi amin,
when i removed it the error appeared.
Warning: Cannot modify header information – headers already sent by (output started at C:inetpubvhoststhepantrycookeryschool.comhttpdocswpwp-contentpluginswp-cart-for-digital-productsvieweStore_shipping_details_view.php:2) in C:inetpubvhoststhepantrycookeryschool.comhttpdocswpwp-contentpluginswp-cart-for-digital-productseStore_payment_submission.php on line 398
eugene17Memberhave you encountered before that it goes to spam on yahoo but in gmail it doesn’t even show up? i got my hoster to change my mail server but now i have to wait
eugene17Memberwhoopss got this amin.
Warning: Cannot modify header information – headers already sent by (output started at C:inetpubvhoststhepantrycookeryschool.comhttpdocswpwp-contentpluginswp-cart-for-digital-productsvieweStore_shipping_details_view.php:2) in C:inetpubvhoststhepantrycookeryschool.comhttpdocswpwp-contentpluginswp-cart-for-digital-productseStore_payment_submission.php on line 398
there was also an unexpected ; but i removed it from the code. hope you can help
eugene17Memberas always, thank you very much amin! i know its 12am in australia already thank you very much!
eugene17MemberI was able to send an email from wordpress (created a new user with the pw emailed) the email went to junk but essentially succeded. now i’m a bit stomped on why the plugin is not sending the email hope you can help.
Thanks!
eugene17Memberthanks amin! saw that in your other post. never realized that they were connected. thank you very much
May 29, 2010 at 4:56 pm in reply to: Can I change the word manual? (when choosing on the dropdown) #21053eugene17Memberthanks! that’s where i can change the details for the form as well! thanks so much!
eugene17Memberis it in the estore payment submission.php? kinda confused which one to change there
here? $body .= “nnCustomer Details”;
$body .= “n
“;$body .= “nCustomer Name: “.$_POST.” “.$_POST;
$body .= “nCustomer Email: “.$_POST;
$body .= “nCustomer Phone: “.$_POST;
$body .= “nCustomer Address: “.$_POST;
$body .= “nCustomer City: “.$_POST;
$body .= “nCustomer State: “.$_POST;
$body .= “nCustomer Postcode: “.$_POST;
$body .= “nCustomer Country: “.$_POST;
$body .= “nAdditional Comment: “.$_POST;
//echo $body;
$notify_email = get_option(‘eStore_manual_notify_email’);
$buyer_email = $_POST;
-
AuthorPosts