seiger/scommerce

E-commerce tools package for Evolution CMS.

Fund package maintenance!
Ko Fi

Installs: 99

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

Type:evolutioncms-module

v1.0.0 2025-09-15 08:34 UTC

This package is auto-updated.

Last update: 2025-09-15 08:35:10 UTC


README

List of Products Products by Category sCommerce Settings block Latest Stable Version CMS Evolution PHP version License Issues Stars Total Downloads

Welcome to sCommerce!

sCommerce stands as a comprehensive suite of e-commerce tools meticulously crafted for Evolution CMS. Tailored to empower Evolution CMS users, this dynamic package seamlessly integrates with the CMS platform, transforming it into a robust foundation for online commerce. With a focus on delivering all the necessary tools, sCommerce equips users with the essential features required to establish and manage a thriving e-commerce presence. Whether you are a developer, website administrator, or content management enthusiast, sCommerce provides a streamlined solution, unlocking the potential of Evolution CMS for seamless and efficient online commerce.

Features

  • Order Management.
  • Order Status Management.
  • Products Catalog.
  • Product position in each Category.
  • Products Types.
    • Simple Type.
    • Grouped Type.
    • Bundle Type.
    • Variable Type.
    • Optional Type.
    • Downloadable Type.
    • Virtual Type.
    • Service Type.
    • Subscription Type.
    • Preorder Type.
    • Custom Type.
  • Products Attributes.
    • Number Attribute.
    • Checkbox Attribute.
    • Radio Attribute.
    • Select Attribute.
    • Multiselect Attribute.
    • Text Attribute.
    • TextArea Attribute.
    • RichText Attribute.
    • Color Attribute.
    • Date Attribute.
    • DateTime Attribute.
    • Image Attribute.
    • File Attribute.
    • Geolocation Attribute.
    • Constructor Attribute.
    • Custom Attribute.
  • Duplicate Product.
  • Dynamic Filters for Product Search.
  • Dynamic Sort Products in Catalog.
  • AI-Powered Product Search.
  • Customer Reviews and Ratings.
  • Wishlist and Favorites.
  • Checkout.
  • One Click Checkout.
  • Promo Code System.
  • Plugin events.
    • sCommerceManagerAddTabEvent.
    • sCommerceFormFieldRender.
    • sCommerceAfterFormFieldRender.
    • sCommerceAfterOrderSave.
    • sCommerceAfterProductSave.
    • sCommerceAfterProductContentSave.
    • sCommerceAfterProductDuplicate.
  • Javascript events.
    • sCommerceAddedToCart.
    • sCommerceRemovedFromCart.
    • sCommerceSetWishlist.
  • Multi-currency Support (ISO 4217).
  • Integration with Payment Systems.
    • Cash.
  • Integration with Deliveries Methods.
    • Courier.
    • Pickup.
  • Integration with Warehouses.
  • Integration with Trading Platforms.
  • sLang Integration.
  • sGallery Integration.
  • sMultisite Integration.
  • sSeo Integration.
  • Personalized Recommendations.
  • Social Media Integration.
  • Automated Email Marketing.
  • Advanced Analytics and Reporting.

Minimum requirements

  • Evolution CMS 3.2.0
  • PHP 8.2.0
  • Composer 2.2.0
  • PostgreSQL 10.23.0
  • MySQL 8.0.3
  • MariaDB 10.5.2
  • SQLite 3.25.0

Install by artisan package installer

Go to You /core/ folder:

cd core

Run php artisan commands

php artisan package:installrequire seiger/scommerce "*"
php artisan vendor:publish --provider="Seiger\sCommerce\sCommerceServiceProvider"
php artisan migrate

See full documentation here