cnpark70 Posted August 28, 2015 Share Posted August 28, 2015 Referral voucher number is not displaying at check out (Shopping Cart Summary) for a customer to apply. However, the referral voucher number is showing up correctly in My Vouchers page. Is there a way to display referral voucher number at check out so a customer can just click and apply easily instead of copy and paste. Please refer to attached screenshot. Thanks in advance. Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2015 Share Posted August 30, 2015 check this voucher settings, does it have enabled option "highlight" ? Link to comment Share on other sites More sharing options...
cnpark70 Posted August 31, 2015 Author Share Posted August 31, 2015 I went to BO then cart rules. I see there are list of referral vouchers and highlight options are not enabled for all of them. Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2015 Share Posted August 31, 2015 so this is why they dont appear in the cart. you have to enable this option, you use default refferal feature? Link to comment Share on other sites More sharing options...
cnpark70 Posted August 31, 2015 Author Share Posted August 31, 2015 Yes I use default referral module called customer referral program. But I do not see option in module itself to enable highlight. Does this mean I have to enable highlight individually in cart rule section only after referral vouchers are created. Or is there a way to hard code customer referral program module so highlight is enabled by default? thanks vekia Link to comment Share on other sites More sharing options...
cnpark70 Posted September 1, 2015 Author Share Posted September 1, 2015 Vekia, Is there a way to enable highlight for referral vouchers by default instead of manually turn each one on? Link to comment Share on other sites More sharing options...
chosie Posted July 5, 2016 Share Posted July 5, 2016 cnpark70, i also has the same problem with you. and I solved by adding the following code as per line 104 to modules\referralprogram\ReferralProgramModule.php. And, it is working for me. Btw, I am using 1.6.0.8. 102: $cartRule->id_customer = (int)$id_customer; 103: $cartRule->reduction_currency = (int)$id_currency; 104: $cartRule->highlight = 1; // highlight the referral voucher 105: 106: if ($cartRule->add()) 107: { 108; if ($register != false) Link to comment Share on other sites More sharing options...
zuyuii Posted July 29, 2016 Share Posted July 29, 2016 Hi im using Tracking Front office module STATS>REFERRERS the issue i need to set the reward for my referrers in 10% of the products purchase and exclude the shipping cost,. Where can i edit those? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now