Merge pull request #5760 from nurbek91/carro

Add Carro / shopify apps #5748
main
Elbert Alias 3 years ago committed by GitHub
commit 02cc81352a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.1425 22.9517C23.7676 22.9517 25.0851 21.6343 25.0851 20.0092C25.0851 18.3841 23.7676 17.0667 22.1425 17.0667C20.5174 17.0667 19.2 18.3841 19.2 20.0092C19.2 21.6343 20.5174 22.9517 22.1425 22.9517Z" fill="#D9495A"/>
<path d="M9.34253 22.9517C10.9676 22.9517 12.2851 21.6343 12.2851 20.0092C12.2851 18.3841 10.9676 17.0667 9.34253 17.0667C7.71742 17.0667 6.4 18.3841 6.4 20.0092C6.4 21.6343 7.71742 22.9517 9.34253 22.9517Z" fill="#F18E39"/>
<path d="M28.5425 14.4184C30.1676 14.4184 31.4851 13.101 31.4851 11.4759C31.4851 9.85075 30.1676 8.53333 28.5425 8.53333C26.9174 8.53333 25.6 9.85075 25.6 11.4759C25.6 13.101 26.9174 14.4184 28.5425 14.4184Z" fill="#9B4093"/>
<path d="M15.7425 14.4184C17.3676 14.4184 18.6851 13.101 18.6851 11.4759C18.6851 9.85075 17.3676 8.53333 15.7425 8.53333C14.1174 8.53333 12.8 9.85075 12.8 11.4759C12.8 13.101 14.1174 14.4184 15.7425 14.4184Z" fill="#668194"/>
<path d="M2.94253 14.4184C4.56764 14.4184 5.88506 13.101 5.88506 11.4759C5.88506 9.85075 4.56764 8.53333 2.94253 8.53333C1.31742 8.53333 0 9.85075 0 11.4759C0 13.101 1.31742 14.4184 2.94253 14.4184Z" fill="#749C82"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -446,6 +446,25 @@
"scriptSrc": "/cargo\\.",
"website": "https://cargo.site"
},
"Carro": {
"cats": [
100
],
"description": "Carro connects participating Shopify stores together to enable cross-store selling or the ability for like-minded partners to directly sell each other products without the need for inventory, managing returns, or minimum order quantities.",
"icon": "Carro.svg",
"requires": "Shopify",
"scriptSrc": [
"\\.getcarro\\.com/",
"/carro\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
],
"saas": true,
"pricing": [
"freemium",
"low",
"recurring"
],
"website": "https://getcarro.com"
},
"Cart Functionality": {
"cats": [
6

Loading…
Cancel
Save