Auto Add Reward Points add product rewards points to customer immediately after purchase finished. Usually in OpenCart website admin have to add reward point to customer manually by clicking on link as show in below screenshot.
You can do what you are asking for with this extension: Auto Reward Points
. It does what it says and the cost is minimum. Works with OpenCart 1.5.x & OpenCart 2.x.x
Related
Anyone know solution of this Problem in Opencart,
when I add anything to shopping cart and go to register new user to buy that item, it show's me this , and don't go to next step.
Please you need to check these support link :
http://forum.opencart.com/viewtopic.php?f=190&t=162066#p617203
http://forum.opencart.com/viewtopic.php?f=190&t=162066#p618051
I want to have example.com/special and there list products with special price, what is the best way to do that ?
Requirements: 1.
have url /specials/
use category.tpl template
My idea: create new page in information, in controller send parms to catalog/category to fetch specials products, maybe exist more clear way ?
Special page is available by default in OpenCart. When You will set “old price – new price” for product. So, It product will automatically added in special page.
You can see in default OpenCart special page demo. Click Here
For example a product may have cost $200, but using the specials option in OpenCart you can set the price to $150. That way customers see the “old price – new price” difference.
Here’s how to set up a specials in OpenCart
From your OpenCart admin interface, hover over the Catalog tab and
click Products.
This is the list of products you have on your website. Find the
product you want to discount and click Edit.
Click on the Special tab.
Click Add Special in order to fill in the information for your
special price. Again, you have a number of options almost identical
to the discount page:
How to add reward points for new registration and social media likes in opencart, I am using opencart version 1.5x. I want to assign reward points to customers on registration and also assign them reward points for social media likes and share. Please can anyone help me out with this query?
Set a default user group , when a new customer registered they will on that group.
Now you can edit that group setting in the admin panel.
Have a good read through this: http://forum.opencart.com/viewtopic.php?t=56030 there's quite detailed instruction on how to do what you want.
How to add fixed Prescription charge in Prestashop
Something similar to
http://www.vusionglasses.com/58-men-women-eyewear-endis-eyeglass-frames-bold-rectangular.html?id_combination=46
What Vusionglasses is doing is passing additional cost as per prescription and then in controller adding it to the product price.
I'm not able to figure out exactly where should I put my additional price code?
in my site. There are 4 packages and user has to select one and that much additional cost should be added to product while adding it to cart.
Adding this using combinations and inbuilt features is impossible for all products!
please help.
Solved this problem by
1. Creating a customization field for each product while importing.
2. Create a custom form on product page as per requirement.
3. Before adding the product to cart, save the custom form data through Product Customization field.
This will add the customization throughout the shopping process.
Hi I have just installed Opencart to test it.
But I see a very irritating thing in it, that many products have the same price displayed, even if they have different price set from the admin panel.
I have also cleared the mozilla and chrome browser cache, and the cache of opencart as well. Nothing helped.
It'd be good to know which version you are using, if you're using the demo data, and which products are affected.
One thing is might be is that products have another price set under the "Option", "Discount" or "Special" tabs on the product screen under admin. These can all override the price under the "Data" tab.