szepnik Posted March 27, 2012 Share Posted March 27, 2012 Hi, I'm wondering if it is possible: I made a new order status i.e. "Shipping price" based on order_conf.html Now only a few variables is visible in email msg (like name, total_paid order_id). I want re-send to customer a new summary after editing order in BO. I don't know how get this variable and put in email template {products} {total_products_wt} {carrier} {total_shipping} and others from order_conf.html Any suggestion? Thanks Link to comment Share on other sites More sharing options...
damonsk Posted March 28, 2012 Share Posted March 28, 2012 Looks like you need to override or edit the OrderHistory class. Look for function addWithemail function. This gets called from the BO when you update your order status. This is where you need to include your new variables. Your new order status should have its template set via the BO > Orders > Statuses. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now