Giter Site home page Giter Site logo

order's Introduction

Vanilo Order Module

Tests Packagist version Packagist downloads MIT Software License

This is the standalone Order module from the Vanilo E-commerce framework

Installation

(As Standalone Component)

  1. composer require vanilo/order
  2. Create the file config/concord.php with the following content:
    <?php
    
    return [
        'modules' => [
            \Konekt\Address\Providers\ModuleServiceProvider::class,
            \Konekt\User\Providers\ModuleServiceProvider::class,
            \Vanilo\Order\Providers\ModuleServiceProvider::class,
        ]
    ];
  3. php artisan migrate

Usage

See the Vanilo Order Documentation for more details.

order's People

Contributors

fulopattila122 avatar stylecibot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

order's Issues

Create order

TypeError
Return value of Konekt\Concord\Proxies\EnumProxy::targetClass() must be of the type string, null returned
Help please !

Package stability

I was looking for a package like this for Laravel and this seems to be the best looking option!

I was wondering how stable it is as I have seen some comments inside suggesting it may get changes in future.

Address type constraint mismatch

Am using Checkout and Order module,
When I submit the checkout data (I think some data format is error, and will redirect back to checkout page) ad appear this error:
Vanilo\Order\Models\Billpayer::getBillingAddress(): Return value must be of type Vanilo\Contracts\Address, Konekt\Address\Models\Address returned
https://flareapp.io/share/67OXRQJ5

My concord table :

+----+-------------------------------+--------+---------+--------------------+--------------------+
| #  | Name                          | Kind   | Version | Id                 | Namespace          |
+----+-------------------------------+--------+---------+--------------------+--------------------+
| 1. | Vanilo Cart Module            | Module | 3.8.0   | vanilo.cart        | Vanilo\Cart        |
| 2. | Vanilo Checkout Module        | Module | 3.8.2   | vanilo.checkout    | Vanilo\Checkout    |
| 3. | Vanilo Order Module           | Module | 3.8.0   | vanilo.order       | Vanilo\Order       |
| 4. | Konekt Address Module         | Module | 2.8.0   | konekt.address     | Konekt\Address     |
| 5. | Konekt User Module            | Module | 2.8.0   | konekt.user        | Konekt\User        |
| 6. | Vanilo Adjustments Module     | Module | 3.8.2   | vanilo.adjustments | Vanilo\Adjustments |
| 7. | Vanilo Payment Module         | Module | 3.8.0   | vanilo.payment     | Vanilo\Payment     |
| 8. | Braintree Payments for Vanilo | Module | 1.6.0   | vanilo.braintree   | Vanilo\Braintree   |
+----+-------------------------------+--------+---------+--------------------+--------------------+

CheckoutController.php is same like doc

I try to add this code to AppServiceProvider, but still apear this error.

$this->app->bind(
            \Vanilo\Contracts\Address::class,
            \Konekt\Address\Models\Address::class
        );

use Order out of vanilophp

im trying to use this module out of vanilophp but there is no migration
1- is it fine to use order as standalone model ?
2- where i can find migrations ? this model does not have it's own migration
thanks you for the hard work .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.