tpl locations
Afternoon all,
I have some tags which I wish to place in various parts of the site to give us greater reporting of our email campaigns.
I have a series of tpl files I wish to insert various tags into, some are easily identifiable such as
tag=product
goes in the /skin/customer/main/product.tpl
The cart is not so easy for me to identify Can anyone confirm the following or point out any errors -
tag=view basket
/skin/customer/main/cart.tpl
tag=cart login
/skin/customer/main/cart.tpl
tag=cart checkout
/skin/customer/main/checkout.tpl
tag=credit card
/skin/customer/main/payment_cc.tpl
tag=purchase order
/skin/customer/main/payment_po.tpl
We put our CC orders through worldpay, so if I wanted to get the next step would that be
/payment/cc_worldpay.php
Finally -
tag=order complete
/skin/customer/main/order_message.tpl
Are the above correct? Thanks in advance
|