getCustomerId(); $displayOriginal = true; $canSubmit = true; $points_currently_used = Mage::helper('rewardpoints/event')->getCreditPoints(); $couponCode = Mage::getSingleton('checkout/cart')->getQuote()->getCouponCode(); $pts = Mage::helper('rewardpoints/data')->getPointsOnOrder(); if (!$customerId): ?>
__('You have %d loyalty point(s) available.', $customerPoints->getPointsCurrent()); ?>
__('To get a discount you need at least %d loyalty point(s).', $step); ?>
__('Enter quantity of loyalty point(s) you want to use.') ?>
__('You are currently using %d point(s) of your %d loyalty point(s) available.', $points_currently_used, $customerPoints->getPointsCurrent()); ?>