Long Watch Studio - Code Faeries
Forum Replies Created
-
Forum: Plugins
In reply to: [MyRewards] How to hide (or change location) My Rewards buttonHi,
This button comes from wployalty plugin.
Not MyRewards. You should ask for wployalty support.
Best regardsForum: Plugins
In reply to: [MyRewards] How to hide (or change location) My Rewards buttonHi,
What MyRewards button are you talking about?
Our plugin shows no specific icon out of his own admin pages and nothing on frontend by his own, only shortcodes are provided.
Best regardsForum: Plugins
In reply to: [MyRewards] Error when a coupon is appliedHi,
Edit the earning points method «Spend money» and toggle on the option «Use amount after discount».
Best regards,Forum: Plugins
In reply to: [MyRewards] Give access to clients pageHi,
We are sorry but there is no such feature in the free version.
Anyway, you can export the user meta containing points from database. The meta_key starts by ‘lws_wre_points_’.
If you want to gives access only to the customers admin page to a user, you can add this snippet in your functions.php file.\add_filter(‘lws_adminpanel_pages_woorewards’, function($pages){
$pages[‘wr_customers’][‘rights’] = ‘my_custom_capability’;
return $pages;
}, 20);Then, add the capability (in the example above ‘my_custom_capability’) to all users (or user roles) that had to see that page.
Best regardsForum: Plugins
In reply to: [MyRewards] Placing an order doesn’t deduct any pointsHello,
You can add the status “onhold” in the settings.
For the free version, go to MyRewards→Settings→Other Settings
in Order Statuses to consume used pointsBest regards,
Forum: Plugins
In reply to: [MyRewards] Give access to clients pageHello,
The user capability is named “manage_rewards”. However, giving it to your client will give him access to all MyRewards settings. There’s no capability specific to the users points page.
Forum: Plugins
In reply to: [MyRewards] Edit the text “EVERY POINT YOU USE IS WORTH …”Hello,
You can use a translation plugin like Loco Translate to translate this.
Look for the sentence “Every %s you use is worth %s” and you’ll be able to translate it.
Thanks for the comment about the plugin.
Forum: Plugins
In reply to: [MyRewards] Collecting points does not workGreat, I’ll close this issue then.
Forum: Plugins
In reply to: [MyRewards] Refferal Code in Checkout PageHello,
The Referral Code you see on our plugin’s cart page isn’t part of this plugin. It’s part of our “Referral Codes” plugin that you can find on the same website.Forum: Plugins
In reply to: [MyRewards] Collecting Points when claiming couponHello,
the free version does not offer this feature.
But we have backdoors that allow you to do this in the pro version.
we can provide you with a snippet of code to add to your website to do what you want with the Premium version (WooRewards 5)Forum: Plugins
In reply to: [MyRewards] Collecting Points when claiming couponHello,
can you explain a bit more what happen ?
If she collected the points it’s normal behavior. It will just exclude all coupons and discounts from points calculation, not the price of the product itself, that will generate points.
Best regards,Forum: Plugins
In reply to: [MyRewards] Collecting points does not workHi,
I guess the amount for points is computed excluding taxes.
Can you look at MyRewards → Settings → Other settings page.
Ensure the Includes taxes option is toggled on and save changes.
Best regardsForum: Plugins
In reply to: [MyRewards] Collecting Points when claiming couponHello,
Go to MyRewards → Settings and edit the method to earn points “Spend Money”.
Inside the popup, check the “Use amount after discount” checkbox. This will exclude all coupons and discounts from points calculation.
Forum: Plugins
In reply to: [MyRewards] Dont receive point when registered with refferal linkHello,
In the free version, referrers can only earn points when a referee places an order. They can’t earn points when a referee registers (this feature is only available in the pro version).
More information on our documentation :
https://plugins.longwatchstudio.com/kb/wr-mr-loyalty-settings/Forum: Plugins
In reply to: [MyRewards] High-Performance Order Storage Compatibility HPOSHPOS support is now live. You can update the plugin.