![]() |
Membership type on invoice
Not sure if I'm being thick here but I'm trying to get the memebership type e.g. wholesale, premium etc to display on the invoice. I tried adding:
Code:
{$customer.membership} to order_data.tpl but that didn't work -just a blank...any ideas what I'm missing? Thanks Dan |
I've managed to get the desired output on screen only by following Shan's code:
http://forum.x-cart.com/viewtopic.php?t=9561 Unfortunately I can't get it to display on the email orders. I'm figuring I need to use a smarty assign bit of code in the process order function in func.php along the lines of Code:
$mail_smarty->assign("user_membership",$user_account["membership"]); of which I've tried a couple of variations but I still can't get it to output {$user_membership} anywhere on the email, just leaves a blank -so I can assume the value hasn't been assigned. Any ideas where I'm going wrong? Thanks Dan |
try
$order.membership |
THANKS!!
Honestly, I could cry, I've spent a good couple of hours experimenting with this one... :roll: Thanks again, Dan |
the only good thing with that is that it feels better when it works.
If I had a pound for every hour wasted on simple things I would have enough to pay someone else to waste their time instead :lol: |
All times are GMT -8. The time now is 10:32 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.