• Resolved hector7

    (@hector7)


    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 1 year, 8 months ago by hector7.
    • This topic was modified 1 year, 8 months ago by hector7.
Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author calliko

    (@calliko)

    points accrual history only in PRO version

    Thread Starter hector7

    (@hector7)

    and about the links ?

    Plugin Author calliko

    (@calliko)

    file bonus-for-woo/classes/BfwHistory.php line 93-97

    change the code.

    else{
                        $getorderz = '<a href="/my-account/view-order/'.$bfw->orderz.'">'.__('Заказ', 'bonus-for-woo').' №'.$bfw->orderz.'</a> ';
    
                    }

    on that:

    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 1 year, 7 months ago by calliko.
    Thread Starter hector7

    (@hector7)

    Ok thanks.
    I suppose because it’s a link, in my case the code is this one

    $getorderz = '<a href="/mon-compte/'.$vieworderenpoint.'/'.$bfw->orderz.'">'.__('Order', 'bonus-for-woo').' №'.$bfw->orderz.'</a> ';
    • This reply was modified 1 year, 7 months ago by hector7.
    Plugin Author calliko

    (@calliko)

    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

    Thread Starter hector7

    (@hector7)

    This is what I see.
    On line 1, it’s ok I can see the points I won with this order
    On line 2, I see the points of the previous order that I used for the new order
    but, this new order had a superior amount of the points, so the points won on this order should be visible no ?

    Plugin Author calliko

    (@calliko)

    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

    (@hector7)

    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

    (@calliko)

    I checked. When using coupons, cashback is credited.

    Thread Starter hector7

    (@hector7)

    Unfortunately not in my case

    Plugin Author calliko

    (@calliko)

    Have you checked it? Can you reset the plugin settings? I’ll check with your settings.

    Thread Starter hector7

    (@hector7)

    Is the issue can come from this :

    Plugin Author calliko

    (@calliko)

    No. This is how points are awarded. Post a screenshot of the first tab settings.

    Thread Starter hector7

    (@hector7)

    Sorry for delay, here it is :

    Plugin Author calliko

    (@calliko)

    Points are awarded, but were not displayed in the history? Or no points?

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Setting’ is closed to new replies.