ant-hq / magento-module

MIT License
0 stars 0 forks source link

Order Synching Doesn't Work with Unsupported Product Types #13

Open PivitParkour94 opened 5 years ago

PivitParkour94 commented 5 years ago

If an order has any products that aren’t Simple or Configurable, the order won’t be synchronised. If an order has items that aren’t already in Ant, the order won’t be synchronised.

We might need to add support for the different product types, or simply have a notice on the Magento 1 module so the store owners know they won't receive some orders and we can put the effort into the up and coming Magento 2 module.

PivitParkour94 commented 5 years ago

Just a thought: A quick fix could be to store the product data for the other product types and just not have the ability to create/edit the data in ant, just using it as a way to sync between ecommerce platform a and ecommerce platform b

so you wouldn't need to make a separate UI page for the other types of data, but then the data could still be synchronised from Magento to Vend for example