We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991e2c6 commit 9cd3fe5Copy full SHA for 9cd3fe5
Components/ChronopostLimpet.cs
@@ -34,6 +34,8 @@ public void UpdateShippingCost()
34
if (ChronofreshOnly)
35
{
36
SelectedProductCode = "2R";
37
+ CartInfo.SetXmlProperty("genxml/pickuppointref", "");
38
+ CartInfo.SetXmlProperty("genxml/pickuppointaddr", "");
39
}
40
else
41
@@ -44,6 +46,11 @@ public void UpdateShippingCost()
44
46
SelectedProductCode = ProductCodeList().First().Key;
45
47
48
49
+ if (SelectedProductCode != "86") // if not Relais, clear previous value.
50
+ {
51
52
53
+ }
54
55
56
0 commit comments