What variables are available for the email template. For example, in the expire_mail.txt file are there variables pertaining to the subscription product.. ie: $product.id ? Thanks
aMember variables in email templates I'd like to know this too... and can I assume there's no reference list of variables?
there is no reference list of variables yet. You may use the following variables in expire mail template: {$login} {$pass} {$name_f} {$name_l} {$user.login} , etc. {$payment.price}, etc. {$product.product_id} {$product.title} , etc.