Administrators uQs Posted October 1, 2022 Administrators Share Posted October 1, 2022 Nulled All-in-one Rewards - Loyalty, Referral, Affiliation 5.2.0 Allows your customers to earn rewards, all grouped into a single account, while developing SEO and reputation of your shop: loyalty program, sponsorship (multilevel, self-promotional), affiliation and more. Your sales will really increase ! Get tons of new customers and increase your brand reputation thanks to the All-in-one Rewards module ! This module allows to set up a complete system of rewards in your shop to increase SEO and reputation thanks to the virality of the system, and to follow very precisely the performance. What your customers will like More customers are talking about your site, more they earns in return. No multiplication of coupons, no more multiple interfaces, now everything is centralized in a single account, the "Rewards Account", and the customer can check its balance at any time. https://addons.prestashop.com/en/referral-loyalty-programs/4414-all-in-one-rewards-loyalty-referral-affiliation.html All-in-one Rewards 5.2.0.zip Quote Link to comment Share on other sites More sharing options... 536 3.5k 188
Genyo Posted October 18, 2022 Share Posted October 18, 2022 Hi! It is asking me for an activation code, am I doing something wrong? Thank you, On 10/1/2022 at 6:24 PM, uQs said: Nulled All-in-one Rewards - Loyalty, Referral, Affiliation 5.2.0 Allows your customers to earn rewards, all grouped into a single account, while developing SEO and reputation of your shop: loyalty program, sponsorship (multilevel, self-promotional), affiliation and more. Your sales will really increase ! Get tons of new customers and increase your brand reputation thanks to the All-in-one Rewards module ! This module allows to set up a complete system of rewards in your shop to increase SEO and reputation thanks to the virality of the system, and to follow very precisely the performance. What your customers will like More customers are talking about your site, more they earns in return. No multiplication of coupons, no more multiple interfaces, now everything is centralized in a single account, the "Rewards Account", and the customer can check its balance at any time. https://addons.prestashop.com/en/referral-loyalty-programs/4414-all-in-one-rewards-loyalty-referral-affiliation.html All-in-one Rewards 5.2.0.zip Quote Link to comment Share on other sites More sharing options... 0 4
Valaki Posted October 27, 2022 Share Posted October 27, 2022 (edited) Holy moly it is a huge one. Thank you once again. Yeah you have right @Genyo however I fixed the issue. If you open the allinone_reward.php file and change this part: if ($registered < 1) { Configuration::updateGlobalValue('REWARDS_REGISTERED', 0); if (Configuration::getGlobalValue('REWARDS_REGISTRATION') != '') { $html .= '<div style="margin-left: 10%; margin-bottom: 20px; font-weight: bold; color: red">'.$this->l('Thanks for your patience, your license is being validated.').'</div>'; } else { $html .= ' <div style="margin-left: 10%; margin-bottom: 20px;">'. $this->l('Please register by entering your order reference. This way, if you are eligible for further updates you will be able to claim for them automatically.').'<br/> <form id="rewards_registration_form" method="post"> <input type="text" id="rewards_registration" name="rewards_registration" value="'.Configuration::getGlobalValue('REWARDS_REGISTRATION').'" maxlength="12"> <input type="submit" name="submitRegistration" class="button" value="'.$this->l('Register').'"> </form> </div>'; } } else { Configuration::updateGlobalValue('REWARDS_REGISTERED', 1); $html .= '<div style="margin-left: 10%; font-weight: bold">'.$this->l('Congratulation, your license is registered.').'<br><br></div>'; } to this: if ($registered < 1) { Configuration::updateGlobalValue('REWARDS_REGISTERED', 1); $html .= '<div style="margin-left: 10%; font-weight: bold">'.$this->l('Congratulation, your license is registered.').'<br><br></div>'; } If you are unsure then just use my attachment and Upload Module in the Module Manager menu. allinone_rewards.zip Edited October 27, 2022 by Valaki 2 Quote Link to comment Share on other sites More sharing options... 9 22 1
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.