mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +00:00
feat(playstation): add outOfStock label (#812)
This commit is contained in:
@@ -4,8 +4,12 @@ import fetch from 'node-fetch';
|
||||
export const PlayStation: Store = {
|
||||
labels: {
|
||||
inStock: {
|
||||
container: '.productHero-info .button-placeholder',
|
||||
container: '.productHero-info .add-to-cart:not(.hide)',
|
||||
text: ['Add']
|
||||
},
|
||||
outOfStock: {
|
||||
container: '.productHero-info .out-stock-wrpr:not(.hide)',
|
||||
text: ['Out of Stock']
|
||||
}
|
||||
},
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user