Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Mage::helper('stackexchange_freeshipping')->__(
  2. 'Your cart has the has the value of %s. In order to get free shipping you need to order for %s more',
  3. '<span style="color:green">'.Mage::helper('core')->currency($subtotal, true, false).'</span>',
  4. '<span style="color:red">'.Mage::helper('core')->currency($freeShippingValue - $subtotal, true, false).'</span>'
  5. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement