I changed below to just send them to index and referred users can manually create an account. then i want them to make an order and get their points.
Can users use coupon code and still get the point? (using eshop) If not how can i enable it?
I did try the rules of registration for the sponsor, and order total for new user. Then i tried manually and followed the rules but both didn't get any points.
i did a test and made a rule for reviews still didn't receive any points.
Please advise. thanks and regards.
in www/components/com_aworewards/controllers.php
(all 4 of them)
<?php
JFactory::getApplication()->redirect($registration_link);
?>
I Change it to this
<?php
JFactory::getApplication()->redirect('index.php');
?>