Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

eugene17

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 20 total)
1 2 →
  • Author
    Posts
  • October 22, 2010 at 8:38 am in reply to: specify date on delivery date #25660
    eugene17
    Member

    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.

    October 21, 2010 at 2:40 am in reply to: multiple quantity boxes multiple item #25624
    eugene17
    Member

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

    June 13, 2010 at 5:43 am in reply to: Headers Already Sent on Manual Checkout #21661
    eugene17
    Member

    what was the resolution? would like to try it as well.

    June 1, 2010 at 5:03 am in reply to: manual page after confirming order #21091
    eugene17
    Member

    hi 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

    June 1, 2010 at 2:41 am in reply to: manual page after confirming order #21089
    eugene17
    Member

    hi 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&#8217;);

    exit;

    echo ‘<div id=”success”>’;

    echo “
    “.ESTORE_ORDER_COMPLETE;

    echo ‘
    Please click here to return to the Store.
    ‘;

    echo “</div>”;

    May 31, 2010 at 4:10 pm in reply to: manual page after confirming order #21087
    eugene17
    Member

    hi amin,

    here’s the code

    else

    {

    //Not an affiliate conversion

    }

    }

    reset_eStore_cart1();

    header(‘Location: http://localhost/wordpress/contact/&#8217;);

    exit;

    echo ‘<div id=”success”>’;

    echo “
    “.ESTORE_ORDER_COMPLETE;

    echo ‘
    Please click here to return to the Store.
    ‘;

    echo “</div>”;

    exit;

    May 31, 2010 at 10:14 am in reply to: not sending email #21078
    eugene17
    Member

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

    May 31, 2010 at 10:11 am in reply to: manual page after confirming order #21085
    eugene17
    Member

    hi 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

    May 30, 2010 at 5:15 pm in reply to: not sending email #21077
    eugene17
    Member

    have 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 :(

    May 30, 2010 at 3:48 pm in reply to: manual page after confirming order #21083
    eugene17
    Member

    whoopss 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

    May 30, 2010 at 3:23 pm in reply to: manual page after confirming order #21082
    eugene17
    Member

    as always, thank you very much amin! i know its 12am in australia already :) thank you very much!

    May 30, 2010 at 1:15 pm in reply to: not sending email #21075
    eugene17
    Member

    I 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!

    May 30, 2010 at 11:37 am in reply to: customize manual page #21016
    eugene17
    Member

    thanks 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) #21053
    eugene17
    Member

    thanks! that’s where i can change the details for the form as well! thanks so much!

    May 29, 2010 at 2:29 pm in reply to: customize manual page #21014
    eugene17
    Member

    is 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;

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 20 total)
1 2 →

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ