Title: Setting
Last modified: March 28, 2023

---

# Setting

 *  Resolved [hector7](https://wordpress.org/support/users/hector7/)
 * (@hector7)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/)
 * Hi,
   As I have set the plugin, the customer can have 10% cashback on orders and
   can use the cashback after 350 euros amount of orders.I see well in the basket
   the amount of points I can use, and I can use them.After that I pay for the order,
   less the cashback amount of course.But where can I see the points I won with 
   this order ? Into the summary I see on the line of the order only the points 
   I spent.Shouldn’t have a line to show the points I won ?
 * Also, if I want to see the order into the summary, the link points to my-account/
   view-order/XXX, but the permalinks of my Woocommerce are mon-compte/voir-commande/
   XXX, so I link to a 404 page.
   How can I fix this ?
 * Thanks !!
    -  This topic was modified 3 years, 2 months ago by [hector7](https://wordpress.org/support/users/hector7/).
    -  This topic was modified 3 years, 2 months ago by [hector7](https://wordpress.org/support/users/hector7/).

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/setting-20/page/2/?output_format=md) [→](https://wordpress.org/support/topic/setting-20/page/2/?output_format=md)

 *  Plugin Author [calliko](https://wordpress.org/support/users/calliko/)
 * (@calliko)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16604349)
 * points accrual history only in PRO version
 *  Thread Starter [hector7](https://wordpress.org/support/users/hector7/)
 * (@hector7)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16607044)
 * and about the links ?
 *  Plugin Author [calliko](https://wordpress.org/support/users/calliko/)
 * (@calliko)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16607294)
 * file bonus-for-woo/classes/BfwHistory.php line 93-97
 * change the code.
 *     ```wp-block-code
       else{
                           $getorderz = '<a href="/my-account/view-order/'.$bfw->orderz.'">'.__('Заказ', 'bonus-for-woo').' №'.$bfw->orderz.'</a> ';
   
                       }
       ```
   
 * on that:
 *     ```wp-block-code
       else{
       $vieworderenpoint =  get_option( 'woocommerce_myaccount_view_order_endpoint', 'view-order' );
       $getorderz = '<a href="/my-account/'.$vieworderenpoint.'/'.$bfw->orderz.'">'.__('Order', 'bonus-for-woo').' №'.$bfw->orderz.'</a> ';
        }
       ```
   
 * This will be fixed in the next update.
    -  This reply was modified 3 years, 2 months ago by [calliko](https://wordpress.org/support/users/calliko/).
 *  Thread Starter [hector7](https://wordpress.org/support/users/hector7/)
 * (@hector7)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16607394)
 * Ok thanks.
   I suppose because it’s a link, in my case the code is this one
 *     ```wp-block-code
       $getorderz = '<a href="/mon-compte/'.$vieworderenpoint.'/'.$bfw->orderz.'">'.__('Order', 'bonus-for-woo').' №'.$bfw->orderz.'</a> ';
       ```
   
    -  This reply was modified 3 years, 2 months ago by [hector7](https://wordpress.org/support/users/hector7/).
 *  Plugin Author [calliko](https://wordpress.org/support/users/calliko/)
 * (@calliko)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16611395)
 * In the next version 5.5.0, my-account will also be generated as it should
 * “Shouldn’t have a line to show the points I won ?” It should be like in the screenshot:
   all points and + and –
 * [https://skr.sh/sJ600nqF9H5](https://skr.sh/sJ600nqF9H5)
 *  Thread Starter [hector7](https://wordpress.org/support/users/hector7/)
 * (@hector7)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16611517)
 * ![](https://i0.wp.com/www.momolehomard.com/wp-content/uploads/2023/03/points.
   png?ssl=1)
 * This is what I see.
   On line 1, it’s ok I can see the points I won with this orderOn
   line 2, I see the points of the previous order that I used for the new orderbut,
   this new order had a superior amount of the points, so the points won on this
   order should be visible no ?
 *  Plugin Author [calliko](https://wordpress.org/support/users/calliko/)
 * (@calliko)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16611533)
 * I can not say why the points received from the last order were not displayed.
   There may be many reasons. If this is an isolated case, then you can manually
   add a point to the client in the user editor.
 *  Thread Starter [hector7](https://wordpress.org/support/users/hector7/)
 * (@hector7)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16615051)
 * It seems to have a bug somewhere.
   Points seem not to add to client account when
   a coupon is applied in the order.Yesterday I received an order from someone who
   has a coupon, and the points that the customer should have collected is totaly
   invisible.
 *  Plugin Author [calliko](https://wordpress.org/support/users/calliko/)
 * (@calliko)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16615082)
 * I checked. When using coupons, cashback is credited.
 *  Thread Starter [hector7](https://wordpress.org/support/users/hector7/)
 * (@hector7)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16615137)
 * Unfortunately not in my case
 *  Plugin Author [calliko](https://wordpress.org/support/users/calliko/)
 * (@calliko)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16615144)
 * Have you checked it? Can you reset the plugin settings? I’ll check with your 
   settings.
 *  Thread Starter [hector7](https://wordpress.org/support/users/hector7/)
 * (@hector7)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16615165)
 * Is the issue can come from this :
 * ![](https://i0.wp.com/www.momolehomard.com/wp-content/uploads/2023/03/points2.
   png?ssl=1)
 *  Plugin Author [calliko](https://wordpress.org/support/users/calliko/)
 * (@calliko)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16615182)
 * No. This is how points are awarded. Post a screenshot of the first tab settings.
 *  Thread Starter [hector7](https://wordpress.org/support/users/hector7/)
 * (@hector7)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16622519)
 * Sorry for delay, here it is :
 * ![](https://i0.wp.com/www.momolehomard.com/wp-content/uploads/2023/04/points3.
   png?ssl=1)
 *  Plugin Author [calliko](https://wordpress.org/support/users/calliko/)
 * (@calliko)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/#post-16622531)
 * Points are awarded, but were not displayed in the history? Or no points?

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/setting-20/page/2/?output_format=md) [→](https://wordpress.org/support/topic/setting-20/page/2/?output_format=md)

The topic ‘Setting’ is closed to new replies.

 * ![](https://ps.w.org/bonus-for-woo/assets/icon.svg?rev=3442739)
 * [Bonus for Woo](https://wordpress.org/plugins/bonus-for-woo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bonus-for-woo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bonus-for-woo/)
 * [Active Topics](https://wordpress.org/support/plugin/bonus-for-woo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bonus-for-woo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bonus-for-woo/reviews/)

 * 19 replies
 * 2 participants
 * Last reply from: [hector7](https://wordpress.org/support/users/hector7/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/setting-20/page/2/#post-16653025)
 * Status: resolved