williankeller / magento2-split-order

[DEPRECATED] This extension allows your Magento store to split the order into an order for each item in the cart.
https://magestat.com/extensions/magento2-split-order
Open Software License 3.0
65 stars 24 forks source link

Not working as expected #40

Open vignesvaran opened 4 years ago

vignesvaran commented 4 years ago

Magento version Version 2.3.3-p1

Magento edition:

I have installed this extension and enabled this in configuration. Added some products in cart and proceed checkout but its not splits the order.

Note: I didn't choose any attribute in configuration.

vignesvaran commented 4 years ago

If am using color attribute in configuration also not working.

rameshkrr652 commented 4 years ago

If am using color attribute in configuration also not working.

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

vignesvaran commented 4 years ago

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

williankeller commented 4 years ago

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!

vignesvaran commented 4 years ago

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

williankeller commented 4 years ago

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.

vignesvaran commented 4 years ago

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

pastanislas commented 4 years ago

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

barryvdh commented 3 years ago

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>
TsumTsums commented 3 years ago

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?

barryvdh commented 3 years ago

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

TsumTsums commented 3 years ago

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

still not working on my end. did both tbh.

williankeller commented 3 years ago

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?

TsumTsums commented 3 years ago

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