PrestaShop icon indicating copy to clipboard operation
PrestaShop copied to clipboard

Amount issue in Bankwire confirmation

Open PrestaEdit opened this issue 1 year ago • 2 comments

Prerequisites

Describe the bug and add attachments

When you set the group to show the prices as tax excluded, once your order with bankwire confirmation, you get the tax included price du to this use : $totalToPaid = $params['order']->getOrdersTotalPaid() - $params['order']->getTotalPaid();

Expected behavior

Having the right amount in the bankwire details.

Steps to reproduce

  1. Set the group to show excluded prices
  2. Order with bankwire method
  3. See the details of amount in the payments infos.

PrestaShop version(s) where the bug happened

n/d

PHP version(s) where the bug happened

n/d

If your bug is related to a module, specify its name and its version

ps_bankwire

Your company or customer's name goes here (if applicable).

No response

PrestaEdit avatar Jun 24 '24 12:06 PrestaEdit

I think it's normal. The amount you must pay should include tax anyway, whether it's 0% or some other amount.

kpodemski avatar Jun 25 '24 07:06 kpodemski

FYI @PrestaShop/product-council

paulnoelcholot avatar Jun 27 '24 09:06 paulnoelcholot

I couldn't find anything wrong.

Steps:

  1. Shopping cart: https://capture.dropbox.com/qiglWGUZnyQ0zAjk
  2. Bank wire confirmation: https://capture.dropbox.com/2ntxhTprcfJ9He5R

I am closing this issue, if you are sure @PrestaEdit that there is a bug somewhere, please do let me know more details.

kpodemski avatar Jul 03 '24 08:07 kpodemski

It's seems there is something not followed there : Set the group to show excluded prices

You need to put your customer into a group that doesn't show the price with taxes.

PrestaEdit avatar Jul 03 '24 08:07 PrestaEdit

@PrestaEdit I did, visible on the first screenshot.

kpodemski avatar Jul 03 '24 10:07 kpodemski