mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
fix(store): update euroFormat for expert and otto (#1108)
This commit is contained in:
@@ -10,7 +10,7 @@ export const Expert: Store = {
|
|||||||
],
|
],
|
||||||
maxPrice: {
|
maxPrice: {
|
||||||
container: '.widget-Container-subContent .widget-ArticlePrice-price',
|
container: '.widget-Container-subContent .widget-ArticlePrice-price',
|
||||||
euroFormat: true
|
euroFormat: false
|
||||||
},
|
},
|
||||||
outOfStock: [
|
outOfStock: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export const Otto: Store = {
|
|||||||
],
|
],
|
||||||
maxPrice: {
|
maxPrice: {
|
||||||
container: '#normalPriceAmount',
|
container: '#normalPriceAmount',
|
||||||
euroFormat: false
|
euroFormat: true
|
||||||
},
|
},
|
||||||
outOfStock: {
|
outOfStock: {
|
||||||
container: 'div.p_message.p_message--hint > strong',
|
container: 'div.p_message.p_message--hint > strong',
|
||||||
|
|||||||
Reference in New Issue
Block a user