mmarsching
Gut bekanntes Mitglied
Wawi-Version : 1.5.47.4
Shopware-Version : v6.4.6.0 Stable
Konfiguration: Wawi mit einem JTL- Shop und einem SW6-Shop.
Onlineshop-Anbindung für den SW6- Connector heißt "Shopware 6" (surprise!).
Preise sollen unterschiedlich gepflegt werden für JTL-Shop und SW6.
Standard-Preis zum Test auf 79,91 EUR gestellt.
Preis im Reiter "Shopware 6" auf "fester abweichender Preis gestellt".
sieht dann so aus:
dann Abgleich gemacht... und in SW6-Backend landet:
Aaaaalso fix ins Log geguckt und siehe da... erst pushed er den korrekten Shop-Preis und dann nochmal den "falschen" allgemeinen Preis der Wawi hinterher:
>>> product_price.push: {
"method": "product_price.push",
"params": [{
"customerId": ["",0],
"items": [{
"productPriceId": ["",16178],
"quantity": 0,
"netPrice": 67.14285714285714
}],
"customerGroupId": ["cfbd5018d38d41d8adca10d94fc8bdd6",1],
"sku": "201821018",
"vat": 19.0,
"id": ["",16178],
"productId": ["",80223]
},
{
"customerId": ["",0],
"items": [{
"productPriceId": ["",0],
"quantity": 0,
"netPrice": 67.15126050420168
}],
"customerGroupId": ["",0],
"sku": "201821018",
"vat": 19.0,
"id": ["",0],
"productId": ["",80223]
}
],
"jtlrpc": "2.0",
"id": "432c720821f2460d8049a16aaeb130b5"
}
Wie kriege ich ihn dazu, meinen "richtigen und einzig wahren" "Shopware 6"-Preis zu nehmen?
--
Michele
Shopware-Version : v6.4.6.0 Stable
Konfiguration: Wawi mit einem JTL- Shop und einem SW6-Shop.
Onlineshop-Anbindung für den SW6- Connector heißt "Shopware 6" (surprise!).
Preise sollen unterschiedlich gepflegt werden für JTL-Shop und SW6.
Standard-Preis zum Test auf 79,91 EUR gestellt.
Preis im Reiter "Shopware 6" auf "fester abweichender Preis gestellt".
sieht dann so aus:
dann Abgleich gemacht... und in SW6-Backend landet:
Aaaaalso fix ins Log geguckt und siehe da... erst pushed er den korrekten Shop-Preis und dann nochmal den "falschen" allgemeinen Preis der Wawi hinterher:
>>> product_price.push: {
"method": "product_price.push",
"params": [{
"customerId": ["",0],
"items": [{
"productPriceId": ["",16178],
"quantity": 0,
"netPrice": 67.14285714285714
}],
"customerGroupId": ["cfbd5018d38d41d8adca10d94fc8bdd6",1],
"sku": "201821018",
"vat": 19.0,
"id": ["",16178],
"productId": ["",80223]
},
{
"customerId": ["",0],
"items": [{
"productPriceId": ["",0],
"quantity": 0,
"netPrice": 67.15126050420168
}],
"customerGroupId": ["",0],
"sku": "201821018",
"vat": 19.0,
"id": ["",0],
"productId": ["",80223]
}
],
"jtlrpc": "2.0",
"id": "432c720821f2460d8049a16aaeb130b5"
}
Wie kriege ich ihn dazu, meinen "richtigen und einzig wahren" "Shopware 6"-Preis zu nehmen?
--
Michele