mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
@@ -8,15 +8,19 @@ export const Asus: Store = {
|
|||||||
inStock: {
|
inStock: {
|
||||||
container: '#item_add_cart',
|
container: '#item_add_cart',
|
||||||
text: ['add to cart']
|
text: ['add to cart']
|
||||||
|
},
|
||||||
|
outOfStock: {
|
||||||
|
container: '#off_sale',
|
||||||
|
text: ['sold out']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
brand: 'test:brand',
|
brand: 'test:brand',
|
||||||
itemNumber: '202007AM020000005',
|
itemNumber: '202006AM260000003',
|
||||||
model: 'test:model',
|
model: 'test:model',
|
||||||
series: 'test:series',
|
series: 'test:series',
|
||||||
url: 'https://store.asus.com/us/item/202007AM020000005'
|
url: 'https://store.asus.com/us/item/202006AM260000003'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
brand: 'asus',
|
brand: 'asus',
|
||||||
|
|||||||
Reference in New Issue
Block a user