Jump to content



Latest News: (loading..)

kelagedart

Member Since 14 Apr 2008
OFFLINE Last Active Mar 07 2013 04:57 AM
-----

Topics I've Started

Email Problems in Purchase Without Account

09 January 2013 - 12:05 AM

I am using the Purchase Without Account addon in OSC 2.2rc2.


I am looking for a method to email me whenever a customer has started the checkout process.

Due wide variations in postage I am giving customers the option of emailing me for a Paypal invoice so that i can customize the postage for the exact item (books) as well as provide discounts .

I have also added 'INVOICE' as a payment module.

The Pending Order Email addon works - but  *ONLY* if the customer creates an account.
Which is what i am trying to avoid. .

in catalog/checkout_confirmation.php
// lets start the pending email
if ($order->info['payment_method'] == "Paypal") {
  require(DIR_WS_FUNCTIONS . 'pending_order_email.php');
}
Is added to the code.

I have removed the IF clause so it should work with all payment methods.

If I put the line in CHECKOUT_SUCCESS.PHP it will generate an error.

Perhaps another addon can do this better if I cant get the pending order email addon to work.
What i basically need is something that the customer can click on as part of the checkout process, and just email me with the backet contents and their email address, so that i can apply a discount, and give actual shipping rates, especially for International and Priority which simply cannot be automated for multiple orders without *somebody* losing alot of money.