Page 1 of 1
Search found 4 matches
Re: Reward point with decimal
Modified Tables product_reward & customer_reward (Point Column is now decimal 8,2) => admin/model/catalog/product.php (int)$value['points'] Replaced With $value['points'] (int)$product_reward['points'] Replaced With $product_reward['points'] => catalog/controller/account/reward.php $this->data['...
Jump to post- Wed May 15, 2013 1:16 pm
- Replies 3
- Views 1517
Reward point with decimal
i am planning to reward all my customer with reward point on purchase with the formula. 1 Reward Point = 100 INR(Currenct) Purchase (Purchase Amount/100) so if user make purchase of 349 then i want to reward him with 3.49. But opencart not allowing me to set it as decimal, is there some way i can en...
Jump to post- Tue May 14, 2013 8:53 pm
- Replies 3
- Views 1517
Re: Converting Currency On Selecting Paypal
No one ??
Jump to post- Sun May 12, 2013 3:07 am
- Replies 4
- Views 4135
Converting Currency On Selecting Paypal
Hello Every One, I am new here, trying to build a shopping portal. Most Of my friends recommended OpenCart for this. Just came up with a problem, when ever user try to checkout with currency as INR (Not supported by paypal) then it doesn't show paypal for checkout. (Modifying catalog/model/payment/p...
Jump to post- Fri May 10, 2013 8:15 pm
- Replies 4
- Views 4135
Search found 4 matches