For some reason the order confirmation does not include product details, see example below: (yes this is finnish) but the needed item code, product name and price are not included in order confirmation emails, anyone can tell where's the problem? All other info is included such as customer details etc. only these below are missing:
Tuotteet
------------------------------------------------
Tuotekoodi & nimi: $item_code$, $product_name$ ($options$)
Kappale hinta: $price$ (sis ALV $vat$)
Määrä: $quantity$
Hinta: $total$
Missing part of the code
I guess you're problem will be solved if you add the following lines to your code:
#block order_basket
#endblock
... like in this example:
Tuotteet
------------------------------------------------
* #block order_basket
Tuotekoodi & nimi: $item_code$, $product_name$ ($options$)
Kappale hinta: $price$ (sis ALV $vat$)
Määrä: $quantity$
Hinta: $total$
#endblock
---
Hope this helps!
Br,
Mervi / Lumingerie - online lingerie shop for big boobed women - alusasuverkkokauppa kurvikkaille naisille
thanks!
it helped but still the same problem with html messages, where exactly should
#block order_basket
#endblock
be placed in html?
Hello
I hope its will help to you http://workspace.smilehouse.com/manual/Manual?id=customers.xmlhid_messag...