diff --git a/src/store/model/playstation.ts b/src/store/model/playstation.ts index 6ae57ef..62b38dd 100644 --- a/src/store/model/playstation.ts +++ b/src/store/model/playstation.ts @@ -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: [