Download the PHP package gp247/shop without Composer
On this page you can find all versions of the php package gp247/shop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package shop
Short Description Process shopping cart for gp247 Ecommerce with Laravel
License MIT
Homepage https://gp247.net
Informations about the package shop
Free e-commerce system for businesses
composer require GP247/Shop
Introduction
GP247/Shop is one of the core packages in the GP247 ecosystem, transforming GP247 into a powerful online store for businesses. This package provides comprehensive e-commerce functionality while inheriting all the features of the GP247 ecosystem.
Key Features
E-commerce Features
- Product Management
- Product categories and attributes
- Product variants and options
- Inventory management
- Bulk import/export
- Order Management
- Order processing and tracking
- Multiple payment gateways
- Shipping methods integration
- Order status management
- Customer Management
- Customer profiles and accounts
- Address management
- Order history
- Customer groups and discounts
- Marketing Tools
- Promotions and discounts
- Coupon management
- Newsletter integration
- Product reviews and ratings
- Shopping Features
- Shopping cart
- Wishlist
- Product comparison
- Recently viewed products
- Multi-vendor Support
- Vendor dashboard
- Commission management
- Vendor product management
- Vendor order tracking
GP247 Ecosystem Features
- Page Content Management
- Flexible Template System
- Extensible Plugin System
- Navigation & Link Management
- Integrated Contact & Subscription Forms
- Multi-language Support
- SEO Optimization
- Mobile Responsive Design
- Security Features
- Backup and Restore
Installation
Option 1: New Installation with GP247 CMS
-
Install gp247/cms (Includes Laravel, GP247/Core, GP247/Front)
-
Install gp247/shop package
-
Register the service provider in
bootstrap/providers.php
(add to the end of the array) - Install and create sample data
Option 2: Using S-Cart Source Code
S-Cart already includes all the necessary components. You can view the full details at S-Cart GitHub repository.
-
Install the package
- Install data



Customization
Admin Views Customization
To customize admin views, run the following command:
The views will be published to resources/views/vendor/gp247-shop-admin
Front Views Customization
To customize and update front views, run:
The views will be stored in app/GP247/Templates/Default
If you are not using the Default
template, you need to manually copy the views from vendor/gp247/shop/Views/front
to your new template directory.
Documentation
- For complete GP247 system documentation, visit https://gp247.net
- For specific e-commerce features documentation, visit https://s-cart.org
License
The GP247/Shop is open-sourced software licensed under the MIT license.