mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 04:07:36 +00:00
fix(smythstoys): add out of stock label
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -9,6 +9,10 @@ export const SmythsToys: Store = {
|
||||
maxPrice: {
|
||||
container: '.price_tag',
|
||||
euroFormat: false
|
||||
},
|
||||
outOfStock: {
|
||||
container: '.instoreMessage',
|
||||
text: ['out of stock']
|
||||
}
|
||||
},
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user