X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Membership type on invoice (https://forum.x-cart.com/showthread.php?t=9254)

DanUK 09-06-2004 09:04 AM

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

DanUK 09-17-2004 03:55 AM

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

shan 09-17-2004 05:26 AM

try

$order.membership

DanUK 09-17-2004 05:39 AM

THANKS!!

Honestly, I could cry, I've spent a good couple of hours experimenting with this one... :roll:

Thanks again,

Dan

shan 09-17-2004 05:44 AM

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.