kkmixs Posted February 18, 2020 Share Posted February 18, 2020 Hello Friends I need a help Here are the few changes that I wish to make on my Prestashop Store ( Selling downloadable products online). 1. I want to show the earned loyalty points on the top header of the website and at check out points. I wish my customer should know how much points are available with him or her . 2. How to limit purchase of product (say three products per specific category) per customer? I want my customer can checkout only three free product per week. Yes, all the free products will be categorize in one specific category called 'Free Designs'. 3. How to combine login of my Prestashop Store and SMF Forum? I don't mind if registration will remain different. 4. I am looking for a modification or plugin that will change the category of the specific product at every 5 minutes. Actually, I am planning to launch a treasure hunt on my site. If my customer find the product then they will get it free. 5.How to add integrate custom Google Search box on my store? I request to please suggest me the best option or share right direction to implement these changes on my site. My prestashop store is 'EmbroideryShristi'. Thanks in advance. Link to comment Share on other sites More sharing options...
Gerardo Martinez G Posted February 18, 2020 Share Posted February 18, 2020 You should open a post for each question, they are too many in one. For changing the category product every 5 minutes, it occurs to me that you should make a script to run with crontab and make a mysql query every 5 minutes, deleting the product and adding it to another ... ps_category_product Link to comment Share on other sites More sharing options...
kkmixs Posted February 19, 2020 Author Share Posted February 19, 2020 6 hours ago, Gerardo Martinez G said: You should open a post for each question, they are too many in one. For changing the category product every 5 minutes, it occurs to me that you should make a script to run with crontab and make a mysql query every 5 minutes, deleting the product and adding it to another ... ps_category_product Thank you. I will give a try to it Link to comment Share on other sites More sharing options...
ms_hassan Posted February 19, 2020 Share Posted February 19, 2020 1. I suppose you are using a module for loyalty points. In that module you will have to add script for hook header and hooks for checkout page in core file. That script will just show the points as you want them. 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