magento2-split-order icon indicating copy to clipboard operation
magento2-split-order copied to clipboard

I tries adding custom product attribute.

Open rameshkrr652 opened this issue 5 years ago • 7 comments

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.

rameshkrr652 avatar May 19 '20 16:05 rameshkrr652

Thank you for your report. We will look into this and back to you as soon as we have any feedback.

williankeller avatar May 19 '20 19:05 williankeller

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.

rameshkrr652 avatar May 22 '20 11:05 rameshkrr652

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!

williankeller avatar May 26 '20 12:05 williankeller

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!

rameshkrr652 avatar May 26 '20 14:05 rameshkrr652

Hi, I have attached some screenshots. Pls check. Admin page Admin

Checkout page checkout page

On clicking place order error message Screenshot from 2020-05-26 19-34-00

Actual error in console. But The API is allowed for all guest and customer in admin Screenshot from 2020-05-26 19-34-16

rameshkrr652 avatar May 26 '20 14:05 rameshkrr652

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.

rajesh-magento avatar Aug 03 '20 08:08 rajesh-magento

Hello @rajesh-magento, Can you confirm the version you are running there?

williankeller avatar Dec 09 '20 14:12 williankeller