|
|
|
@ -342,7 +342,19 @@
|
|
|
|
|
6
|
|
|
|
|
],
|
|
|
|
|
"description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
|
|
|
|
|
"dom": "a[href*='/cart'], a[href*='/order'], a[href*='/basket'], a[href*='/trolley'], a[href*='/bag'], a[href*='/shoppingbag'], a[href*='/checkout'], [aria-controls='cart']",
|
|
|
|
|
"dom": [
|
|
|
|
|
"a[href*='/cart']",
|
|
|
|
|
"a[href*='/order']",
|
|
|
|
|
"a[href*='/basket']",
|
|
|
|
|
"a[href*='/trolley']",
|
|
|
|
|
"a[href*='/bag']",
|
|
|
|
|
"a[href*='/shoppingbag']",
|
|
|
|
|
"a[href*='/checkout']",
|
|
|
|
|
"[aria-controls='cart']",
|
|
|
|
|
"*[class*='shopping-bag']",
|
|
|
|
|
"*[class*='shopping-cart']",
|
|
|
|
|
"*[class*='checkout']"
|
|
|
|
|
],
|
|
|
|
|
"icon": "Cart-generic.svg",
|
|
|
|
|
"js": {
|
|
|
|
|
"google_tag_params.ecomm_pagetype": ""
|
|
|
|
@ -2658,4 +2670,4 @@
|
|
|
|
|
"oss": true,
|
|
|
|
|
"website": "https://github.com/zloirock/core-js"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|