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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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

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.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package imagina/icommerce-module contains the following files

Loading the files please wait ....