mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 11:07:43 +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: {
|
||||
container: '.widget-Container-subContent .widget-ArticlePrice-price',
|
||||
euroFormat: true
|
||||
euroFormat: false
|
||||
},
|
||||
outOfStock: [
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ export const Otto: Store = {
|
||||
],
|
||||
maxPrice: {
|
||||
container: '#normalPriceAmount',
|
||||
euroFormat: false
|
||||
euroFormat: true
|
||||
},
|
||||
outOfStock: {
|
||||
container: 'div.p_message.p_message--hint > strong',
|
||||
|
||||
Reference in New Issue
Block a user