Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ANYONE WILLING TO HELP?


mdzpc

Recommended Posts

Posted

What is your setup in admin->configuration->e-mail options?

 

The_Bear

Posted

I have the same problem. After making some modifications (im quite sure i didnt touch any email options / scripts) there is no email sent.

Neither the Order email for the customer nor the email for the Shop owner.

I tried the "smpt" option in the Admin-tool but this didn#t solve the problem.

Any tips where to look at / what to check?

 

thanx in advance

 

Tim

Posted

if you comment out these lines it should do the trick pay attention this is for the includes/functions/general.php this is what it should look like works for me i think its in bug report 1310

 

 

function tep_convert_linefeeds($from, $to, $string) {

 

// if ((PHP_VERSION < "4.0.5") && is_array($from)) {

 

return ereg_replace('(' . implode('|', $from) . ')', $to, $string);

 

// } else {

 

// return str_replace($from, $to, $string);

 

// }

 

}

Posted

Thanx Sam,

 

that didnt solve my problem!

i think i know what the problem is. im trying do use OSC as a system to make offers for the customers. no prices / taxes / delivery payments are necessary.

I think my problem is that im jumping from checkout_shipping.php directly to checkout_success.php to override the payment procedure.

That brings another problem. the shopping cart isnt empty after this process.

so i have to look in wich script 1. the emails are sent 2. the finished order process is added to the adminpanel (or the db) 3. the shoppincart is cleared...

if you know which script i need to add again... would save me a lot of time!

 

AHHHRGHHHHH! :blink:

 

thanx for fast answer!

 

Tim

Posted

Ok thanx for that!

its the checkout_confirmation.php that does all that stuff.

so theres nothing else than putting this, for the customer obviously useless step back to where it belongs.

 

Thanx very much, Sam! perhaps its a solution for mdzpc too?

 

Gru?

 

Tim

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...