Product terms

Discussion in 'Troubleshooting' started by borise, Apr 6, 2013.

  1. borise

    borise Member

    Joined:
    Jan 3, 2013
    Messages:
    42
    Hey there,

    Once a client has signed up, and ends up on the confirmation page, the default terms are displayed (i.e. $17 for each one month), while I've set up the terms text when creating the product ($17 per month).

    The reference is
    PHP:
    <?php p(___($invoice->getTerms())); ?>
    in application/default/views/_receipt.phtml on line 56.

    Can you please advise what to replace this with, so that the terms text as set up in Admin would appear.

    The problem is that the current setup also doesn't allow for the translation of the terms, which means that clients using some other language will still see these terms in English.

    Thanks a lot!
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Unfortunately terms can't be translated yet. We are working on the fix so it will be available in future versions.
  3. borise

    borise Member

    Joined:
    Jan 3, 2013
    Messages:
    42
    Thanks for your reply Alexander, looking forward to this being fixed in the future versions.

Share This Page