- Register an account
- Post a review
The merchant can either activate, deactivate the module, set the debug function in case of failed emails to track its position.
Email notifications can be configured through the module so that merchants gets a store notice that 'x' customer is out of points.
Customer's account notification added through the site near the breadcrumb so that customers can be notified that new points have been reset on their account.
Additionally, multiple rows can be added through the module by configuring:
- The customer groups
- Points based on Total or Subtotal
- Configure the worth price
- Configure the Minimum order amount when points can be used
Points are being calculated through order totals when customers adds products to their cart based on the total amount, not per-item.
Simply follow the documentation below to add new SQL fields. No core files alteration involved, simply new files and a VQMod file.
Detailed documentation provided in the package.
Contribution: http://www.opencart.com/index.php?route ... n_id=27013
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Will report back with a review

Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Code: Select all
$_['entry_customer_registration'] = 'Customer Registration';
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Correct. Although, it is not missing. I simply forgot to remove the entries but will not cause any impact on the extension. Thanks for reporting this, though. I will remove the entries accordingly and refresh the package momentarily.i2Paq wrote:I'm also missing this in the config module part:
Code: Select all
$_['entry_customer_registration'] = 'Customer Registration';
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Points Worth Cost: 1 point cost $25
Min. Order Amount = $45
Points Per Review = $1
Points Worth Value 1 point = ? (can I set it at $25cent)?
Because setting 1 point = $1 is not what I need.
It should be more like 1 point = $0.25 or 4 points = $1
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
That is correct.It should be more like 1 point = $0.25 or 4 points = $1
Points Worth Value: 1 (or 4 points)
Points Worth Cost: 0.25 (or 1 x 4 points from the points worth value = 1)
Min. Order Amount: 45.00
Status: Yes / No
Points Per Review: 1
According to your example, the Points worth value is numeric, points worth cost is float, min order amount is float and points per review, as per your screenshot is numeric.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
The points are reflected to the customer's account once a purchase has been set to processing before completion, not on the order; same methodology as the original Opencart order history is defined from checkout. From the API, when you edit an order for instance, the order total will still re-affect the customer's account when setting the points and also when posting new reviews in this case.i2Paq wrote:Great!
Next!
I ordered for an amount of $600, no points get added.

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Cleaned up this topicstraightlight wrote:Package updated on the extensions page. Several bug fixes have been applied, information module language file added. Documentation added on the extensions page. Everything should be working as expected, now.

I will try later today or tomorrow.
Busy in my kitchen as it will be completely renewed next week and the plasterer will come tomorrow

Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
What else do I need to configure?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Quite of a very vague review there. Could you provide the step-by-step that you did? Also, which OC version are you using?i2Paq wrote:I installed the latest version you send me but I still get no reward points, anywhere.
What else do I need to configure?
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
I'm using 2.2.0.0straightlight wrote:Quite of a very vague review there. Could you provide the step-by-step that you did? Also, which OC version are you using?i2Paq wrote:I installed the latest version you send me but I still get no reward points, anywhere.
What else do I need to configure?
I have uploaded all the files and cleared my vQmod cache.
I then installed the module + created how many points, points worth etc. (see attached image).
Then I registered a new account an placed an order.
Attachments
Screenshot - 13-7-2016 , 15_11_59.png (16.87 KiB) Viewed 3399 times
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
In admin/controller/module/global_reward_point.php file,
find all instances of:
Code: Select all
FILTER_VALIDATE_FLOAT
Code: Select all
FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Are the changed decimals forced to decimal outputs on the text box in the module or they are still being outputted as integers? Could you confirm these results?i2Paq wrote:I've done that but still no points when registering.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
I'm not sure what you mean.straightlight wrote:Are the changed decimals forced to decimal outputs on the text box in the module or they are still being outputted as integers? Could you confirm these results?i2Paq wrote:I've done that but still no points when registering.
Maybe have a look yourself in my Admin?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 1 guest