File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -195,9 +195,7 @@ function createProductCard(productModel) {
195195function createShopButton ( productModel ) {
196196 return `
197197 <div class="text-center mb-4">
198- ${ getAmazonASIN ( productModel ) ? `<a href="https://www.amazon.com/dp/${ getAmazonASIN ( productModel ) } " target="_blank" class="btn btn-success btn-lg">
199- Shop ${ productModel } on Amazon
200- </a>` : '' }
198+
201199 ${ geteBayItemNoUs ( productModel ) ? `<a href="https://www.ebay.com/itm/${ geteBayItemNoUs ( productModel ) } " target="_blank" class="btn btn-success btn-lg">
202200 Shop ${ productModel } on eBay US
203201 </a>` : '' }
Original file line number Diff line number Diff line change 1010
1111 const container = document . querySelector ( '.container' ) ;
1212 container . innerHTML += createShopButton ( 'E02H24' ) ;
13- container . innerHTML += createGallerySection ( 'E02H24' , '' , 7 ) ;
13+ container . innerHTML += createGallerySection ( 'E02H24' , '' , 4 ) ;
1414 container . innerHTML += createManualSection ( 'E02H24' ) ;
1515 // container.innerHTML += createInstallGuideSection('YOUR_E02H24_VIDEO_ID');
1616
2323
2424</ body >
2525</ html >
26-
27-
You can’t perform that action at this time.
0 commit comments