From 04f69e1ae47c9c787def41caf3b7057cd7bc6cb2 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 9 Feb 2021 16:16:39 +0600 Subject: [PATCH] Update Drupal Commerce --- src/technologies.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index d51aa83e9..a4a70f488 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -5203,9 +5203,28 @@ 6 ], "cpe": "cpe:/a:commerceguys:commerce", - "html": "<[^>]+(?:id=\"block[_-]commerce[_-]cart[_-]cart|class=\"commerce[_-]product[_-]field)", "icon": "Drupal Commerce.png", + "description": "Drupal Commerce is open-source ecommerce software that augments the content management system Drupal.", + "html": "<[^>]+(?:id=\"block[_-]commerce[_-]cart[_-]cart|class=\"commerce[_-]product[_-]field)", + "dom": { + "form.commerce-order-item-add-to-cart-form,form.commerce-add-to-cart": { + "attributes": { + "class": "" + } + }, + "aside#cart-offcanvas": { + "attributes": { + "id": "" + } + } + }, + "scripts": [ + "/modules/(?:contrib/)?commerce/js/conditions\\.js\\;confidence:50", + "/profiles/commerce_kickstart/modules/contrib/commerce/modules/checkout/commerce_checkout\\.js\\;confidence:50", + "/sites/(?:all|default)/modules/(?:contrib/)?commerce/modules/checkout/commerce_checkout\\.js\\;confidence:50" + ], "implies": "Drupal", + "oss": true, "website": "http://drupalcommerce.org" }, "Duda": {