Skip to content

Commit

Permalink
Update proshop-de.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BndktCG committed Feb 20, 2025
1 parent 690c067 commit fffc11f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/store/model/proshop-de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const ProshopDE: Store = {
currency: '€',
labels: {
inStock: {
container: 'button[data-form-action="addToBasket"]',
text: ['bestellen'],
container: '#add-to-cart-form > div.row.border-bottom > div > span > strong',
text: ['bestellen', 'Auf Lager'],
},
maxPrice: {
container:
Expand All @@ -23,7 +23,7 @@ export const ProshopDE: Store = {
brand: 'test:brand',
model: 'test:model',
series: 'test:series',
url: 'https://www.proshop.de/Grafikkarte/ASUS-GeForce-RTX-5070-Ti-Prime-16GB-GDDR7-RAM-Grafikkarte/3331054'
url: 'https://www.proshop.de/Handys-Smartphones/ASUS-ROG-Phone-9-Pro-Edition-1TB24GB-Phantom-Black/3316756'
},
{
brand: 'any',
Expand Down

0 comments on commit fffc11f

Please sign in to comment.