-
Notifications
You must be signed in to change notification settings - Fork 24
Not working as expected #40
Comments
If am using color attribute in configuration also not working. |
What is the error you get. You can't place the order? |
There is no error occurred, order placed successfully. But the order not divided, it places as single order. |
Hello! Thanks! |
Hi! In frontend I have added two products in cart one product only has color attribute, refer below screenshot, 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. |
Hi, @vignesvaran. |
Hi, @williankeller |
Same issue here on 2.3.4 , I've tried playing with following settings with no luck : use product flat catalog / single store mode. |
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? |
Another module, or this one. Doesn't matter I think. |
still not working on my end. did both tbh. |
Hello everyone! |
Im currently using CE 2.3.4 |
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.
The text was updated successfully, but these errors were encountered: