I tries adding custom product attribute.
Version 2.3.3 Community Edition
I have created a attribute seller_id and assigned this attribute in admin. But the order is not splitting. No errors thrown. But when I use default attribute SKU it shows issue in console log that customer is not authenticated issue in payment-information rest api.
Thank you for your report. We will look into this and back to you as soon as we have any feedback.
Thank you for your report. We will look into this and back to you as soon as we have any feedback.
Hi, Please support me on this. Your modules splits the order perfectly but getting issue while placing order.
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!
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!
Hi,
I have attached some screenshots. Pls check.
Admin page

Checkout page

On clicking place order error message

Actual error in console. But The API is allowed for all guest and customer in admin

Hello Everyone,
I got a solution for split order by using custom product attributes, Kindly add the following code under your module etc folder.
Filename: 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="attribute_code"/> </group> </config>
Thanks.
Hello @rajesh-magento, Can you confirm the version you are running there?