Skip to content

Commit

Permalink
Add mediamarkt.be
Browse files Browse the repository at this point in the history
Mediamarkt.be already works using the same code as for mediamarkt.es.

Signed-off-by: Raphaël Mélotte <[email protected]>
  • Loading branch information
rmelotte committed Dec 4, 2024
1 parent ec3e094 commit 30dd745
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions database/seeders/StoreSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@ public function run(): void
'currency_id'=>Currency::firstOrCreate(['code'=>''])->id,
'slug'=>'mediamarkt_es'
],
[
'name'=>'Media Markt Belgium',
'domain'=>'mediamarkt.be',
'image'=>'mediamarkt.png',
'currency_id'=>Currency::firstOrCreate(['code'=>''])->id,
'slug'=>'mediamarkt_be'
],
[
'name'=>'Best Buy',
'domain'=>'bestbuy.com',
Expand Down
8 changes: 8 additions & 0 deletions public/js/stores.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,14 @@ const stores={
currency:'€',
color:'red',
},
{
id:44,
name:'Mediamarkt be',
url:'https://www.mediamarkt.be/fr/product/product_id.html',
image:'mediamarkt.png',
currency:'€',
color:'red',
},

],

Expand Down

0 comments on commit 30dd745

Please sign in to comment.