Merge pull request #4728 from nurbek91/Sellfy

Add Sellfy / ecommerce #4655
main
Elbert Alias 3 years ago committed by GitHub
commit d79d0b3777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.387 1.51874C30.7286 3.89576 30.9848 6.28432 31.1555 8.6798C31.3263 11.0753 31.4117 13.4777 31.4117 15.8801C31.4117 18.2802 31.3286 20.6826 31.1578 23.0781C30.9871 25.4736 30.7309 27.8621 30.3894 30.2415C29.2055 30.433 28.0192 30.6061 26.8307 30.7561C25.6399 30.9084 24.4491 31.0376 23.2537 31.1484C22.0605 31.2592 20.8651 31.3492 19.6674 31.4161C18.4696 31.4854 17.2719 31.5338 16.0718 31.5615C14.8695 31.5338 13.6671 31.4877 12.4671 31.4184C11.2647 31.3492 10.067 31.2592 8.86924 31.1507C7.6715 31.04 6.47376 30.9084 5.28063 30.7584C4.08751 30.6061 2.89668 30.433 1.71048 30.2415C1.36892 27.8621 1.11276 25.4736 0.94198 23.0781C0.600313 18.2847 0.600313 13.4731 0.94198 8.6798C1.11276 6.28432 1.36892 3.89576 1.71048 1.51874C4.08288 1.16565 6.46682 0.90025 8.86 0.722551C11.2521 0.545217 13.6501 0.456691 16.0488 0.457155C18.4466 0.457155 20.8443 0.544851 23.2375 0.722551C25.6284 0.90025 28.0146 1.16565 30.387 1.51874ZM15.5526 25.2889C20.0735 25.2889 23.0852 22.9304 23.1798 19.4456C23.1798 16.9463 21.7213 15.3424 18.4235 14.4008L15.2203 13.4569C14.0918 13.1731 13.5725 12.8431 13.5725 12.0422C13.5725 11.193 14.3272 10.6253 16.0695 10.6253C16.5403 10.6391 17.0111 10.6807 17.4773 10.7499C18.412 10.8852 19.327 11.1324 20.2028 11.4861C20.6413 11.6615 21.0682 11.8622 21.4836 12.0884L22.7067 8.22055C22.199 7.98977 21.6774 7.78438 21.149 7.60899C20.6182 7.4336 20.0805 7.2859 19.5335 7.1682C18.9889 7.0482 18.4373 6.95819 17.8811 6.89819C17.3273 6.83819 16.7688 6.80588 16.2103 6.80588C11.3616 6.80588 9.00539 9.25675 9.00539 12.3215C9.00539 14.867 10.4662 16.4709 13.5748 17.3202L16.4942 18.1233C17.955 18.4994 18.5204 18.9725 18.5204 19.7733C18.5204 20.9065 17.4357 21.4719 15.6472 21.4719C15.1418 21.4603 14.6387 21.4142 14.1425 21.3311C13.644 21.248 13.1525 21.1303 12.6725 20.9803C12.1901 20.828 11.7194 20.6434 11.2647 20.4264C10.8101 20.2072 10.3693 19.958 9.94928 19.6787L8.91309 23.7358C9.43003 23.9827 9.96082 24.202 10.5008 24.3912C11.0409 24.5828 11.5924 24.742 12.1486 24.8735C12.7071 25.0051 13.2702 25.1043 13.8402 25.1759C14.4079 25.2451 14.9802 25.2843 15.5526 25.2936V25.2889Z" fill="#00B140"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

@ -828,6 +828,24 @@
"saas": true, "saas": true,
"website": "https://www.sellacious.com" "website": "https://www.sellacious.com"
}, },
"Sellfy": {
"cats": [
6
],
"description": "Sellfy is an ecommerce platform designed specifically for selling digital products, such as music, illustrations, photos, books or videos in digital files.",
"icon": "Sellfy.svg",
"js": {
"_sellfy.version": "([\\d\\.]+)\\;version:\\1"
},
"scripts": "sellfy\\.com/js/",
"saas": true,
"pricing": [
"recurring",
"low",
"freemium"
],
"website": "https://sellfy.com"
},
"Sellingo": { "Sellingo": {
"cats": [ "cats": [
6 6

Loading…
Cancel
Save