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!
Unfortunately terms can't be translated yet. We are working on the fix so it will be available in future versions.