Download the PHP package imagina/icommerce-module without Composer
On this page you can find all versions of the php package imagina/icommerce-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package icommerce-module
Icommerce Imagina
Icommerce is an e-commerce module for Asgard CMS open source fully customizable for entrepreneurs around the world. Go beyond the limits of traditional e-commerce solutions and be limited only by your own imagination.
Email Configurations Backend
1. Go to Settings
2. Click on Icommerce
3. Add "Webmaster Email"
Email Configurations Frontend (Theme)
You can modify the header,footer and style
Instructions:
1. Create a folder in your theme with the name "icommerce".
Example: YourTheme/views/icommerce/
2. Create a folder inside of "icommerce" with the name "emails".
Example: YourTheme/views/icommerce/emails
3. If you want just edit the header, so copy only the header file
from the module in your folder in the theme:
(copy this file)
Example: Module/Icommerce/Resources/views/emails/base/header.blade.php
(Paste it here)
Example: YourTheme/views/icommerce/emails/header.blade.php
and so with the files that you want to edit.
Seeder
run php artisan module:seed Icommerce
API
End Points Cart
Get all carts
N: filter optional =
Get a cart
N: replace n for id`s cart
Get all the products of all the cars
N: filter optional =
Add products to cart
End Points Order
Create order
Success Response
Get all orders
Success Response
Get an order (n = order_id)
Success Response
Update an order
Success Response
End Points Tags
Get all Tags
Get a Tag
Create Tag (all data inside "attribute" array)
Update Tag
Delete Tag
End Points Categories
Get all Categories
N: include optional =
Get a Category
Create Category (all data inside "attribute" array)
Update Category
Delete Category
End Points Currencies
Get all Currencies
Get a Currency
Create Currency (all data inside "attribute" array)
Update Currency
Delete Currency
End Points Payment Methods
Get all Payment Methods
Get a Payment Method
Create Payment Method
All payment methods have a Seeder to create
Update Payment Method
End Points Shipping Methods
Get all Shipping Methods
Get a Shipping Method
Get all Calculations from Shipping Methods
Parameters
- Options (array) - countryCode,country,zone,postalCode ... anything else
- Products (array) - cart_id
Create Shipping Method
All shipping methods have a Seeder to create
Update Shipping Method
Coupons
Get discount of the coupon in cart
This route require authentication
Request:
Response:
MESSAGE | |
---|---|
coupon not exists | |
coupon inactive | |
coupon no started | |
coupon expired | |
maximum used coupons | |
maximum coupons per user used | |
cart not exists | |
cart without items | |
coupon whit discount for order | |
coupon whit discount for product | |
coupon whit discount for category |
End Points XXXXX
All versions of icommerce-module with dependencies
PHP Build Version
Package Version
No informations.
The package imagina/icommerce-module contains the following files
Loading the files please wait ....