mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
feat(ps5): add console and digital edition (#709)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
import {Store} from './store';
|
||||
|
||||
export const Walmart: Store = {
|
||||
labels: {
|
||||
inStock: {
|
||||
container: '#ProductPrimaryCTA-cta_add_to_cart_button',
|
||||
text: ['Add to cart']
|
||||
},
|
||||
maxPrice: {
|
||||
container: 'span[class*="price-characteristic"]'
|
||||
}
|
||||
},
|
||||
links: [
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 console',
|
||||
series: 'sonyps5c',
|
||||
url: 'https://www.walmart.com/ip/PlayStation5-Console/363472942'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 digital',
|
||||
series: 'sonyps5de',
|
||||
url: 'https://www.walmart.com/ip/PlayStation5-Console/363472942'
|
||||
}
|
||||
],
|
||||
name: 'walmart'
|
||||
};
|
||||
Reference in New Issue
Block a user