Sending Receipt # upon purchase to emails

Discussion in 'Customization & add-ons' started by leemtowshen, Nov 9, 2004.

  1. leemtowshen

    leemtowshen Guest

    Hi there, currently i am using amember pro, i am manually adding users and editing their subscription/payment status.

    I am also manually creating receipt number.

    How do i show the receipt number and the period in the confirmation email the system send out to the purchaser??

    This quote only shows: 1) the product title and 2) the product price.

    {foreach from=$products item=p}
    {$p.title|string_format:"%-50s"} {$config.currency|default:"$"}{$p.price}
    {/foreach}

    What is the code i must add to include my receipt number and period ?

    ps: i know tat payment system cant be put inside, just wish to put in all others except payment system.

    Thanks anyone :)
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Receipt ID: {$payment.receipt_id}

    Unfortunately, it is not easy to enable expiration date.

Share This Page