subscription-renewed.phtml 968 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * @version 7.7
  4. */
  5. ?>
  6. <h4>
  7. <?php echo sprintf(
  8. $this->_('%s Renewal Notice'),
  9. ucfirst($this->data['subscription']['name'])); ?>
  10. </h4>
  11. <p>
  12. <?php echo sprintf(
  13. $this->_('Your %s on <strong>%s</strong> has been automatically renewed.'),
  14. $this->data['subscription']['name'], $this->siteName); ?>
  15. </p>
  16. <p>
  17. <?php echo $this->_('The subscription amount has been debited from your account balance.'); ?>
  18. </p>
  19. <p>
  20. <?php echo $this->_('Please'); ?> [ <a
  21. href="<?php echo $this->sitePath . $this->url($this->data['subscription']['managementLink'], null, false, null, false); ?>">
  22. <?php echo $this->_('click here'); ?>
  23. </a> ]
  24. <?php echo $this->_('to manage your subscription.'); ?> <br>
  25. <?php echo $this->_('Please note that you will have to login first.'); ?>
  26. </p>
  27. <p>
  28. <?php echo $this->_('Best regards'); ?> <br>
  29. <?php echo $this->siteName; ?>
  30. </p>