Hi,
I have a situation where I might be missing some setting, but I'm unsure what is misconfigured.
It concerns a dw 9.15.10 solution connected to BC14 via LiveIntegration, there the Live Prices are enabled, and ERP Controls discounts is checked.
In BC a "Sales Price Agreement" has been setup to add a 20% discount to a specific Article.
When i view a certain product that has a discount in BC, I see the original price without a discount, this is the response:
11-14-2023 10:50:43.416 : DebugInfo: Response GetProductsInfo received: '<?xml version="1.0" encoding="utf-8"?>
<tables version="1.2.0.19_NAV14.6.36463">
<table tableName="EcomProducts">
<item table="EcomProducts">
<column columnName="ProductId"><![CDATA[ART03976]]></column>
<column columnName="ProductVariantId"><![CDATA[]]></column>
<column columnName="ProductIdentifier"><![CDATA[ART03976..LANG3]]></column>
<column columnName="ProductNumber"><![CDATA[ART03976]]></column>
<column columnName="ProductName"><![CDATA[Nebla Verdejo 75cl]]></column>
<column columnName="ProductPrice"><![CDATA[5.49]]></column>
<column columnName="ProductStock"><![CDATA[71]]></column>
<column columnName="ProductCurrencyCode"><![CDATA[]]></column>
</item>
</table>
</tables>'.
When I order the product, throughout the checkout flow the price is still 5,49.
But on the order confirmation, the discount is applied as expected:
What could be the reason the discount is not applied before this? I need the discount to show also on the detail page and basket/checkout ofcourse.
Thanks for any help.
Justin