You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a logged in customer wishes to use their rewards point to pay fully or partially for goods in the basket.
The apply rewards points button does not redirect back to the cart.
original line from catalog/controller/checkout/reward.php
$json['redirect'] = $this->url->link($this->request->post['redirect']);
Changed with line from catalog/controller/checkout/shipping.php
$json['redirect'] = $this->url->link('checkout/cart');
seem to have fixed it for me as points are now deducted from total.
could this be check by someone who knows what they are doing.
The text was updated successfully, but these errors were encountered:
i have no complaints from anyone else nor have you actually reported any problem here. you have only said that the cart is not redirecting back to the cart page after applying points.
yet the only place to enter reward points is the cart page.
If a logged in customer wishes to use their rewards point to pay fully or partially for goods in the basket.
The apply rewards points button does not redirect back to the cart.
original line from catalog/controller/checkout/reward.php
$json['redirect'] = $this->url->link($this->request->post['redirect']);
Changed with line from catalog/controller/checkout/shipping.php
$json['redirect'] = $this->url->link('checkout/cart');
seem to have fixed it for me as points are now deducted from total.
could this be check by someone who knows what they are doing.
The text was updated successfully, but these errors were encountered: