Giter VIP home page Giter VIP logo

Comments (14)

vignesvaran avatar vignesvaran commented on June 8, 2024

If am using color attribute in configuration also not working.

from magento2-split-order.

rameshkrr652 avatar rameshkrr652 commented on June 8, 2024

If am using color attribute in configuration also not working.

What is the error you get. You can't place the order?

from magento2-split-order.

vignesvaran avatar vignesvaran commented on June 8, 2024

There is no error occurred, order placed successfully. But the order not divided, it places as single order.

from magento2-split-order.

williankeller avatar williankeller commented on June 8, 2024

Hello!
Thank you for reporting this issue. Can you share more details? Screenshots, messages, logs, etc.
Can you confirm you have the extension enabled, activated, and configured at the admin?

Thanks!

from magento2-split-order.

vignesvaran avatar vignesvaran commented on June 8, 2024

Hi!
I have installed split order extension and configured refer below screenshot,

split-order-1

In frontend I have added two products in cart one product only has color attribute, refer below screenshot,

split-order-2

After placing order, in success page I have only one order number. It has two order items. The order is not splits the order items into separate orders.

split-order-3

from magento2-split-order.

williankeller avatar williankeller commented on June 8, 2024

Hi, @vignesvaran.
Both products should have a color attribute, and they have to be different from each other.
I guess this is the issue. There is nothing to compare between the items, and this is what the extension does, grouping the products by their attribute.

from magento2-split-order.

vignesvaran avatar vignesvaran commented on June 8, 2024

Hi, @williankeller
I have tried that too but no luck.

from magento2-split-order.

pastanislas avatar pastanislas commented on June 8, 2024

Same issue here on 2.3.4 , I've tried playing with following settings with no luck : use product flat catalog / single store mode.

from magento2-split-order.

barryvdh avatar barryvdh commented on June 8, 2024

Not all attributes are loaded by default in the quote, but if you add this to a module, it will load it:

Vendor/Module/etc/catalog_attributes.xml

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/catalog_attributes.xsd">
    <group name="quote_item">
        <attribute name="your_attribute_code"/>
    </group>
</config>

from magento2-split-order.

TsumTsums avatar TsumTsums commented on June 8, 2024

Not all attributes are loaded by default in the quote, but if you add this to a module, it will load it:

Vendor/Module/etc/catalog_attributes.xml

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/catalog_attributes.xsd">
    <group name="quote_item">
        <attribute name="your_attribute_code"/>
    </group>
</config>

In which part this should be added? on the plugin itself or another module?

from magento2-split-order.

barryvdh avatar barryvdh commented on June 8, 2024

Another module, or this one. Doesn't matter I think.

from magento2-split-order.

TsumTsums avatar TsumTsums commented on June 8, 2024

Another module, or this one. Doesn't matter I think.

still not working on my end. did both tbh.

from magento2-split-order.

williankeller avatar williankeller commented on June 8, 2024

Hello everyone!
We will address this issue in our next release. I can see a comment with version 2.3.4
Can you confirm the version you're running there?

from magento2-split-order.

TsumTsums avatar TsumTsums commented on June 8, 2024

Hello everyone!
We will address this issue in our next release. I can see a comment with version 2.3.4
Can you confirm the version you're running there?

Im currently using CE 2.3.4

from magento2-split-order.

Related Issues (20)

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.