Jump to content

f4u

Retired Forum Member
  • Posts

    1
  • Joined

  • Last visited

About f4u

f4u's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello, The documentation mentions the possibility of using full spectrum of Smarty syntax, by taks is to display in the Email for a given Product/Service the Recurring price (monthly) multiplied by e.g. 10 or 12 for upgrade offer. I've tried following: {math equation="price * intercept" price={$service_recurring_amount} - but the issue with double brackets in sytax may occur intercept=12 format="%.2f"} {math equation="price * intercept" price=$service_recurring_amount intercept=12 format="%.2f"} but the amount is not show, but there is also no syntax error for smarty when sending, any ideas how to display Service recurring price x 12?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated