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