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

I tries adding custom product attribute. #39

Open rameshkrr652 opened 4 years ago

rameshkrr652 commented 4 years ago

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.

williankeller commented 4 years ago

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

rameshkrr652 commented 4 years ago

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.

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!

rameshkrr652 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!

rameshkrr652 commented 4 years ago

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

rajesh-magento commented 4 years ago

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"?>

` Thanks.
williankeller commented 3 years ago

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