There is no message or button to redeem point in the cart or the checkout or anywhere.
Theme is avada, everything is updated.
Any help appreciated
Hello,
All my plugins are compatible with Woocommerce High-Performance order storage (HPOS), except this one. This prevents me from improving the performance of my website.
Is there any plan to make it compatible ? If not, simply say so, and I will disable this plugin (otherwise very nice actually) and find another one,
Thanks,
Jay
]]>When a customer buy a product, the points are not assigned tu the user, why?
]]>Hi!
The customer does not see the amount of points in his accoint page.
There is section BONUS POINTS on the left, but when it is clicked there is nothing shown on the right. It is just empty field.
As far as I see the customer should be able to see its points even in the free version.
Regards,
Delyan
]]>Customer points are not attached to their account. Points are being logged but cannot be used.
]]>Hello,
I’ve set my points to 20 € = 1 point, but it does not calculate it correctly.
Every article/product above 9,00 euro gets a point. What am i doing wrong?
]]>“You have 975 Drip token. You can redeem 393 for a $393.00 discount!?Click here to redeem”
the link to redeem points is not working but it used to, nothing changed… its just a dummy link that goes to #
]]>hello, we have a function that disables certain products from being eligible for coupon discounts.
when a person buys one of this products, no points are added to their account.
is there a way to overcome this?
the code used:
1// Create and display the custom field in product general setting tab
2add_action( 'woocommerce_product_options_general_product_data', 'add_custom_field_general_product_fields' );
3function add_custom_field_general_product_fields(){
4 global $post;
5?
6 echo '<div class="product_custom_field">';
7?
8 // Custom Product Checkbox Field
9 woocommerce_wp_checkbox( array(
10 'id' => '_disabled_for_coupons',
11 'label' => __('Disabled for coupons', 'woocommerce'),
12 'description' => __('Disable this products from coupon discounts', 'woocommerce'),
13 'desc_tip' => 'true',
14 ) );
15?
16 echo '</div>';;
17}
18?
19// Save the custom field and update all excluded product Ids in option WP settings
20add_action( 'woocommerce_process_product_meta', 'save_custom_field_general_product_fields', 10, 1 );
21function save_custom_field_general_product_fields( $post_id ){
22?
23 $current_disabled = isset( $_POST['_disabled_for_coupons'] ) ? 'yes' : 'no';
24?
25 $disabled_products = get_option( '_products_disabled_for_coupons' );
26 if( empty($disabled_products) ) {
27 if( $current_disabled == 'yes' )
28 $disabled_products = array( $post_id );
29 } else {
30 if( $current_disabled == 'yes' ) {
31 $disabled_products[] = $post_id;
32 $disabled_products = array_unique( $disabled_products );
33 } else {
34 if ( ( $key = array_search( $post_id, $disabled_products ) ) !== false )
35 unset( $disabled_products[$key] );
36 }
37 }
38?
39 update_post_meta( $post_id, '_disabled_for_coupons', $current_disabled );
40 update_option( '_products_disabled_for_coupons', $disabled_products );
41}
42?
43// Make coupons invalid at product level
44add_filter('woocommerce_coupon_is_valid_for_product', 'set_coupon_validity_for_excluded_products', 12, 4);
45function set_coupon_validity_for_excluded_products($valid, $product, $coupon, $values ){
46 if( ! count(get_option( '_products_disabled_for_coupons' )) > 0 ) return $valid;
47?
48 $disabled_products = get_option( '_products_disabled_for_coupons' );
49 if( in_array( $product->get_id(), $disabled_products ) )
50 $valid = false;
51?
52 return $valid;
53}
54?
55// Set the product discount amount to zero
56add_filter( 'woocommerce_coupon_get_discount_amount', 'zero_discount_for_excluded_products', 12, 5 );
57function zero_discount_for_excluded_products($discount, $discounting_amount, $cart_item, $single, $coupon ){
58 if( ! count(get_option( '_products_disabled_for_coupons' )) > 0 ) return $discount;
59?
60 $disabled_products = get_option( '_products_disabled_for_coupons' );
61 if( in_array( $cart_item['product_id'], $disabled_products ) )
62 $discount = 0;
63?
64 return $discount;
65}
]]>
I get this error:
This plugin is incompatible with the enabled WooCommerce feature ‘High-Performance order storage’, it shouldn’t be activated.?
]]>Hello, Is it possible to assign points based on the product value?
For example:
5$-10$ = 10 points
10$-20$ = 20 points
20$-40$ = 30 poionts
Thanks a lot!!!
]]>Hi,
unfortunately, the redemption of points does not work either at the checkout or at the cart page.
What could be the problem? Updates but does not deduct points.
The settings are correct and coupons are enabled.
]]>Hello,
So I realized that an important feature is missing, the plugin doesn’t give you the possibility to set a maximum limit of points to be applied.
Let’s say the value of the cart is 100$ although the user has points in value of 200$ I want to restrict the user to only spend points of maximum 25% from the order total, so in this case the cart can only be reduced by a maximum of 25$.
Can you implement this feature? Or can you give me guidelines on how to implement this feature?
Have a nice day and thank you for your help!
]]>Dear, The redeem button is no longer visible in the shopping cart page and also not on the checkout page. How do I solve this? Regards
]]>Did you know how to solve it !
]]>I get this error:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /home/bilvardsexperten/public_html/wp-includes/class-wpdb.php on line 2153
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /home/bilvardsexperten/public_html/wp-includes/plugin.php on line 511
]]>is there is a option to make a button and collect points through that button?
]]>Hi, I’ve recently installed this plugin on my site and noticed that it doesn’t add all previous customers. So customers who registered before this plugin was installed don’t seem to have accounts.
How do you add those customers to the point system? As I find it a bit unfair that only new customers can be on the point system.
]]>Hello! Thank you very much for the awesome plugin!
The points icon is not displayed in the list of the contents of the account page.
I see this on css:
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link–nrp-points a:before {
content: ‘\f06b’;
}
Any ideas?
Thank you in advance!
]]>I dont see the message cause i use custom cart and checkout page.
Can you please share shortcode?
Hello guys, is there a way to allow a user to redeem their points and not have to settle a balance if they have enough points?.
For example, a user has 100 points worth £10, they buy something at £6.99 but the way the discount is working it’s only applying a discount of, say, £6.90 which means they have to pay £0.09p. Can’t this be applied to simply take, say, £7 and deduct 70 points
Cheers
Marko
Dear Sir coupon text string i want to display this text on shop page also its possible or not??
]]>This notice here -> Login or Create an Account to earn {points} {points_label} worth {points_value} with this purchase.
I am trying to link Login and Create an Account to My Account Page so they can login or create an account. However when I save, it is stripping the HTML. Is it possible to allow HTML in this notice?
Appreciate the amazing work btw on this plugin, thank you. C
Cheers.
]]>Hi,
Can I fix the discount of the redemption without multiplying? I just want to give a fix discount when someone has earned a specific amount of point.
Thank you
]]>Is there an option to get points on specific amounts?
e.g. 1 point on a purchase 20€-29€ / 5 Points on a purchase 30-49€ / 8 Points on a purchase of 50-79€ …
On default it’s just multiplying the min order value.
Thank you
]]>I want to give double points on days of low sales at the pizzeria to encourage customers to buy. Can you implement something like a points multiplier on certain days of the week?
]]>Hi,
In the idea of migrating a web site from one platform to WooCommerce, I was wondering if it is possible to manually set points to customers, one by one.
Because the ‘from’ platform already has a loyalty program and the clients already have gained points.
Thanks
Patrick
Hi there! I’m trying to rename the tab created in the “My Account” page. Right now, it only says []Points. I can’t find the right code snippet that changes the label. I’d also like to change the padding on the points information. Right now it runs right up to the top of my container, and I’d like to add some padding. Any help would be greatly appreciated!
]]>Separation of users in database
Hello,
Is it possible to realize a separation of actual customers with an account and other users. Now the database is growing rapidly because other users e.g. subscribers to our newsletter are also included in the points logging.
Thanks in advance.
Wout Krooswijk
Dutch Turtle Center
Dear Nujo,
I installed the plugin in my staging website. And I did the test that the “Redeem Now” button not displayed at check out. Only the notice:
You have xxx point, you can redeem xxx point for $x discount.
I wonder if you could help to resolve it?
Regards,
Andre
]]>We installed and is workign great, just the points cannot be redemmed when a coupon that is marked as “Individual use onlycoupon” is applied to the cart.
Is there a way to avoid this and allow points to be used even when the cart contains a exclusive coupon?
Thanks in advance!
]]>