diff --git a/examples/amp-story/amp-story-shopping.html b/examples/amp-story/amp-story-shopping.html index 69bd69b77f88..9cc0228b8487 100644 --- a/examples/amp-story/amp-story-shopping.html +++ b/examples/amp-story/amp-story-shopping.html @@ -48,38 +48,38 @@ { "items" : [ { - "product-id": "lamp", - "product-title": "Brass Lamp", - "product-brand": "Lamp Co", - "product-price": 799.00, - "product-price-currency": "USD", - "product-images": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] + "productId": "lamp", + "productTitle": "Brass Lamp", + "productBrand": "Lamp Co", + "productPrice": 799.00, + "productPriceCurrency": "USD", + "productImages": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] }, { - "product-id": "art", - "product-title": "Abstract Art", - "product-brand": "V. Artsy", - "product-price": 1200.00, - "product-price-currency": "INR", - "product-images": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] + "productId": "art", + "productTitle": "Abstract Art", + "productBrand": "V. Artsy", + "productPrice": 1200.00, + "productPriceCurrency": "INR", + "productImages": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] }, { - "product-id": "chair", - "product-title": "Yellow chair", - "product-brand": "Chair Co.", - "product-price": 1000.00, - "product-price-currency": "BRL", - "product-tag-text": "The perfectly imperfect yellow chair", - "product-images": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] + "productId": "chair", + "productTitle": "Yellow chair", + "productBrand": "Chair Co.", + "productPrice": 1000.00, + "productPriceCurrency": "BRL", + "productTagText": "The perfectly imperfect yellow chair", + "productImages": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] }, { - "product-id": "flowers", - "product-title": "Flowers", - "product-brand": "Very Long Flower Company Name", - "product-price": 10.00, - "product-price-currency": "USD", - "product-icon": "/examples/visual-tests/amp-story/img/shopping/icon.png", - "product-images": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] + "productId": "flowers", + "productTitle": "Flowers", + "productBrand": "Very Long Flower Company Name", + "productPrice": 10.00, + "productPriceCurrency": "USD", + "productIcon": "/examples/visual-tests/amp-story/img/shopping/icon.png", + "productImages": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] } ] } @@ -105,12 +105,12 @@ { "items" : [ { - "product-id": "art", - "product-title": "Abstract Art", - "product-brand": "V. Artsy", - "product-price": 1200.00, - "product-price-currency": "JPY", - "product-images": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] + "productId": "art", + "productTitle": "Abstract Art", + "productBrand": "V. Artsy", + "productPrice": 1200.00, + "productPriceCurrency": "JPY", + "productImages": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] }, ] } @@ -154,39 +154,39 @@ { "items" : [ { - "product-id": "lamp-rtl", - "product-title": "Brass Lamp", - "product-brand": "Lamp Co", - "product-price": 799.00, - "product-price-currency": "AED", - "product-tag-text": " حبا حبا حبا سعادةا سعادة", - "product-images": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] + "productId": "lamp-rtl", + "productTitle": "Brass Lamp", + "productBrand": "Lamp Co", + "productPrice": 799.00, + "productPriceCurrency": "AED", + "productTagText": " حبا حبا حبا سعادةا سعادة", + "productImages": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] }, { - "product-id": "art-rtl", - "product-title": "Abstract Art", - "product-brand": "V. Artsy", - "product-price-currency": "AED", - "product-price": 1200.00, - "product-tag-text": "حبا حب سعادة قط حبا حب سعادة قط ", - "product-images": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] + "productId": "art-rtl", + "productTitle": "Abstract Art", + "productBrand": "V. Artsy", + "productPriceCurrency": "AED", + "productPrice": 1200.00, + "productTagText": "حبا حب سعادة قط حبا حب سعادة قط ", + "productImages": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] }, { - "product-id": "chair-rtl", - "product-title": "Yellow chair", - "product-brand": "Chair Co.", - "product-price": 1000.00, - "product-price-currency": "AED", - "product-images": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] + "productId": "chair-rtl", + "productTitle": "Yellow chair", + "productBrand": "Chair Co.", + "productPrice": 1000.00, + "productPriceCurrency": "AED", + "productImages": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] }, { - "product-id": "flowers-rtl", - "product-title": "Flowers", - "product-brand": "Very Long Flower Company Name", - "product-price": 10.00, - "product-price-currency": "AED", - "product-icon": "/examples/visual-tests/amp-story/img/shopping/icon.png", - "product-images": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] + "productId": "flowers-rtl", + "productTitle": "Flowers", + "productBrand": "Very Long Flower Company Name", + "productPrice": 10.00, + "productPriceCurrency": "AED", + "productIcon": "/examples/visual-tests/amp-story/img/shopping/icon.png", + "productImages": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] } ] } diff --git a/examples/amp-story/shopping/remote.json b/examples/amp-story/shopping/remote.json index 82bdf8ac46f6..028fa22c6883 100644 --- a/examples/amp-story/shopping/remote.json +++ b/examples/amp-story/shopping/remote.json @@ -1,12 +1,12 @@ { "items": [ { - "product-id": "art", - "product-title": "Abstract Art", - "product-brand": "V. Artsy", - "product-price": 1200.0, - "product-price-currency": "JPY", - "product-images": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] + "productId": "art", + "productTitle": "Abstract Art", + "productBrand": "V. Artsy", + "productPrice": 1200.0, + "productPriceCurrency": "JPY", + "productImages": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] } ] } diff --git a/examples/visual-tests/amp-story/amp-story-shopping-lang-de.html b/examples/visual-tests/amp-story/amp-story-shopping-lang-de.html index 6445d291a2b6..408284cb9bf7 100644 --- a/examples/visual-tests/amp-story/amp-story-shopping-lang-de.html +++ b/examples/visual-tests/amp-story/amp-story-shopping-lang-de.html @@ -49,38 +49,38 @@ { "items" : [ { - "product-id": "lamp", - "product-title": "Brass Lamp", - "product-brand": "Lamp Co", - "product-price": 799.00, - "product-price-currency": "USD", - "product-images": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] + "productId": "lamp", + "productTitle": "Brass Lamp", + "productBrand": "Lamp Co", + "productPrice": 799.00, + "productPriceCurrency": "USD", + "productImages": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] }, { - "product-id": "art", - "product-title": "Abstract Art", - "product-brand": "V. Artsy", - "product-price": 1200.00, - "product-price-currency": "INR", - "product-images": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] + "productId": "art", + "productTitle": "Abstract Art", + "productBrand": "V. Artsy", + "productPrice": 1200.00, + "productPriceCurrency": "INR", + "productImages": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] }, { - "product-id": "chair", - "product-title": "Yellow chair", - "product-brand": "Chair Co.", - "product-price": 1000.00, - "product-price-currency": "BRL", - "product-tag-text": "The perfectly imperfect yellow chair", - "product-images": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] + "productId": "chair", + "productTitle": "Yellow chair", + "productBrand": "Chair Co.", + "productPrice": 1000.00, + "productPriceCurrency": "BRL", + "productTagText": "The perfectly imperfect yellow chair", + "productImages": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] }, { - "product-id": "flowers", - "product-title": "Flowers", - "product-brand": "Very Long Flower Company Name", - "product-price": 10.00, - "product-price-currency": "USD", - "product-icon": "/examples/visual-tests/amp-story/img/shopping/icon.png", - "product-images": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] + "productId": "flowers", + "productTitle": "Flowers", + "productBrand": "Very Long Flower Company Name", + "productPrice": 10.00, + "productPriceCurrency": "USD", + "productIcon": "/examples/visual-tests/amp-story/img/shopping/icon.png", + "productImages": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] } ] } @@ -106,12 +106,12 @@ { "items" : [ { - "product-id": "art", - "product-title": "Abstract Art", - "product-brand": "V. Artsy", - "product-price": 1200.00, - "product-price-currency": "JPY", - "product-images": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] + "productId": "art", + "productTitle": "Abstract Art", + "productBrand": "V. Artsy", + "productPrice": 1200.00, + "productPriceCurrency": "JPY", + "productImages": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] }, ] } @@ -155,40 +155,40 @@ { "items" : [ { - "product-id": "lamp-rtl", - "product-title": "Brass Lamp", - "product-brand": "Lamp Co", - "product-price": 799.00, - "product-price-currency": "AED", - "product-tag-text": " حبا حبا حبا سعادةا سعادة", - "product-images": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] + "productId": "lamp-rtl", + "productTitle": "Brass Lamp", + "productBrand": "Lamp Co", + "productPrice": 799.00, + "productPriceCurrency": "AED", + "productTagText": " حبا حبا حبا سعادةا سعادة", + "productImages": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] }, { - "product-id": "art-rtl", - "product-title": "Abstract Art", - "product-brand": "V. Artsy", - "product-price-currency": "AED", - "product-price": 1200.00, - "product-tag-text": "حبا حب سعادة قط حبا حب سعادة قط ", - "product-images": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] + "productId": "art-rtl", + "productTitle": "Abstract Art", + "productBrand": "V. Artsy", + "productPriceCurrency": "AED", + "productPrice": 1200.00, + "productTagText": "حبا حب سعادة قط حبا حب سعادة قط ", + "productImages": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] }, { - "product-id": "chair-rtl", - "product-title": "Yellow chair", - "product-brand": "Chair Co.", - "product-price": 1000.00, - "product-price-currency": "AED", - "product-icon": "/examples/visual-tests/amp-story/img/shopping/nest-home-icon.png", - "product-images": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] + "productId": "chair-rtl", + "productTitle": "Yellow chair", + "productBrand": "Chair Co.", + "productPrice": 1000.00, + "productPriceCurrency": "AED", + "productIcon": "/examples/visual-tests/amp-story/img/shopping/nest-home-icon.png", + "productImages": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] }, { - "product-id": "flowers-rtl", - "product-title": "Flowers", - "product-brand": "Very Long Flower Company Name", - "product-price": 10.00, - "product-price-currency": "AED", - "product-icon": "/examples/visual-tests/amp-story/img/shopping/icon.png", - "product-images": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] + "productId": "flowers-rtl", + "productTitle": "Flowers", + "productBrand": "Very Long Flower Company Name", + "productPrice": 10.00, + "productPriceCurrency": "AED", + "productIcon": "/examples/visual-tests/amp-story/img/shopping/icon.png", + "productImages": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] } ] } diff --git a/examples/visual-tests/amp-story/amp-story-shopping.html b/examples/visual-tests/amp-story/amp-story-shopping.html index a92200bd9eee..4727992933b8 100644 --- a/examples/visual-tests/amp-story/amp-story-shopping.html +++ b/examples/visual-tests/amp-story/amp-story-shopping.html @@ -47,38 +47,38 @@ { "items" : [ { - "product-id": "lamp", - "product-title": "Brass Lamp", - "product-brand": "Lamp Co", - "product-price": 799.00, - "product-price-currency": "USD", - "product-images": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] + "productId": "lamp", + "productTitle": "Brass Lamp", + "productBrand": "Lamp Co", + "productPrice": 799.00, + "productPriceCurrency": "USD", + "productImages": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] }, { - "product-id": "art", - "product-title": "Abstract Art", - "product-brand": "V. Artsy", - "product-price": 1200.00, - "product-price-currency": "INR", - "product-images": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] + "productId": "art", + "productTitle": "Abstract Art", + "productBrand": "V. Artsy", + "productPrice": 1200.00, + "productPriceCurrency": "INR", + "productImages": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] }, { - "product-id": "chair", - "product-title": "Yellow chair", - "product-brand": "Chair Co.", - "product-price": 1000.00, - "product-price-currency": "BRL", - "product-tag-text": "The perfectly imperfect yellow chair", - "product-images": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] + "productId": "chair", + "productTitle": "Yellow chair", + "productBrand": "Chair Co.", + "productPrice": 1000.00, + "productPriceCurrency": "BRL", + "productTagText": "The perfectly imperfect yellow chair", + "productImages": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] }, { - "product-id": "flowers", - "product-title": "Flowers", - "product-brand": "Very Long Flower Company Name", - "product-price": 10.00, - "product-price-currency": "USD", - "product-icon": "/examples/visual-tests/amp-story/img/shopping/icon.png", - "product-images": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] + "productId": "flowers", + "productTitle": "Flowers", + "productBrand": "Very Long Flower Company Name", + "productPrice": 10.00, + "productPriceCurrency": "USD", + "productIcon": "/examples/visual-tests/amp-story/img/shopping/icon.png", + "productImages": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] } ] } @@ -104,12 +104,12 @@ { "items" : [ { - "product-id": "art", - "product-title": "Abstract Art", - "product-brand": "V. Artsy", - "product-price": 1200.00, - "product-price-currency": "JPY", - "product-images": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] + "productId": "art", + "productTitle": "Abstract Art", + "productBrand": "V. Artsy", + "productPrice": 1200.00, + "productPriceCurrency": "JPY", + "productImages": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] }, ] } @@ -153,40 +153,40 @@ { "items" : [ { - "product-id": "lamp-rtl", - "product-title": "Brass Lamp", - "product-brand": "Lamp Co", - "product-price": 799.00, - "product-price-currency": "AED", - "product-tag-text": " حبا حبا حبا سعادةا سعادة", - "product-images": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] + "productId": "lamp-rtl", + "productTitle": "Brass Lamp", + "productBrand": "Lamp Co", + "productPrice": 799.00, + "productPriceCurrency": "AED", + "productTagText": " حبا حبا حبا سعادةا سعادة", + "productImages": ["https://source.unsplash.com/Ry9WBo3qmoc/500x500"] }, { - "product-id": "art-rtl", - "product-title": "Abstract Art", - "product-brand": "V. Artsy", - "product-price-currency": "AED", - "product-price": 1200.00, - "product-tag-text": "حبا حب سعادة قط حبا حب سعادة قط", - "product-images": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] + "productId": "art-rtl", + "productTitle": "Abstract Art", + "productBrand": "V. Artsy", + "productPriceCurrency": "AED", + "productPrice": 1200.00, + "productTagText": "حبا حب سعادة قط حبا حب سعادة قط", + "productImages": ["https://source.unsplash.com/BdVQU-NDtA8/500x500"] }, { - "product-id": "chair-rtl", - "product-title": "Yellow chair", - "product-brand": "Chair Co.", - "product-price": 1000.00, - "product-price-currency": "AED", - "product-icon": "/examples/visual-tests/amp-story/img/shopping/nest-home-icon.png", - "product-images": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] + "productId": "chair-rtl", + "productTitle": "Yellow chair", + "productBrand": "Chair Co.", + "productPrice": 1000.00, + "productPriceCurrency": "AED", + "productIcon": "/examples/visual-tests/amp-story/img/shopping/nest-home-icon.png", + "productImages": ["https://source.unsplash.com/DgQGKKLaVhY/500x500"] }, { - "product-id": "flowers-rtl", - "product-title": "Flowers", - "product-brand": "Very Long Flower Company Name", - "product-price": 10.00, - "product-price-currency": "AED", - "product-icon": "/examples/visual-tests/amp-story/img/shopping/icon.png", - "product-images": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] + "productId": "flowers-rtl", + "productTitle": "Flowers", + "productBrand": "Very Long Flower Company Name", + "productPrice": 10.00, + "productPriceCurrency": "AED", + "productIcon": "/examples/visual-tests/amp-story/img/shopping/icon.png", + "productImages": ["https://source.unsplash.com/SavQfLRm4Do/500x500"] } ] } diff --git a/extensions/amp-story-shopping/0.1/amp-story-shopping-attachment.js b/extensions/amp-story-shopping/0.1/amp-story-shopping-attachment.js index d39218af2196..beb6f52d8890 100644 --- a/extensions/amp-story-shopping/0.1/amp-story-shopping-attachment.js +++ b/extensions/amp-story-shopping/0.1/amp-story-shopping-attachment.js @@ -136,20 +136,20 @@ export class AmpStoryShoppingAttachment extends AMP.BaseElement {