Guest User

Untitled

a guest
Mar 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $...get Model
  2. <?php if ($rule->getIsActive()) {
  3. echo $discount .'%'.' Discount on your purchase';
  4. } ?>
  5.  
  6. <?php if ($rule->getIsActive()) {
  7. if ($rule applies to bank_transfer, check memmo, purchase order ) {
  8. echo $discount .'%'.' Discount on your purchase';
  9. } ?>
Add Comment
Please, Sign In to add comment