ComicWisdom Posted August 27, 2006 Posted August 27, 2006 I have download the "Store Pickup" module and having it working. I would like the email sent to have the word "Pickup" in it if store pickup is chosen or the word "Deliver" in it if delivery is chosen. Delivery is free so I can't tell by have a delivery charge included in the email Is there a way to do this? Thank you, ComicWisdom :'( Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP!
mtechama Posted August 28, 2006 Posted August 28, 2006 I have download the "Store Pickup" module and having it working. I would like the email sent to have the word "Pickup" in it if store pickup is chosen or the word "Deliver" in it if delivery is chosen. Delivery is free so I can't tell by have a delivery charge included in the email Is there a way to do this? Thank you, ComicWisdom :'( Go to Admin>Localization>Order Status then click on insert on the right then enter a new entry "Pick up" or whatever you want. Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
ComicWisdom Posted August 28, 2006 Author Posted August 28, 2006 Go to Admin>Localization>Order Status then click on insert on the right then enter a new entry "Pick up" or whatever you want. I did this and put "Pickup" and "Delivery" as order status options; however, this does not print out in the email sent. I need the word "Pickup" or "Delivery" in the email so that those preparing the order know whether to deliver it or not. Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP!
Gil_e_n Posted August 28, 2006 Posted August 28, 2006 Try going to checkout_process.php, and adding this code: $email_order .= $order->info['order_status'] . "\n\n"; beneath $email_order .= "\n" . EMAIL_TEXT_BILLING_ADDRESS . "\n" . EMAIL_SEPARATOR . "\n" . tep_address_label($customer_id, $billto, 0, '', "\n") . "\n\n"; Didn't test it, so I don't guarantee it working. Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums. Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller
Recommended Posts
Archived
This topic is now archived and is closed to further replies.