The solution for your Magento store. The new SuiteCRM Magento bridge lets you integrate and access all the major features of Magento allowing your accounting and sales teams to have a complete view of your customers and orders within Magento right from SuiteCRM.
#4271 - Issue Syncing Orders and Products
Hi guys, today I've installed the new extension in suitecrm 7.12.2 Products syncronization is working ok but limited to only 50 products, and Orders are not working checking Logs I can see this: https://www.screencast.com/t/xc4WtHV77g also the default call to magento is wrong, so I've changed
From: $this->url = $this->magento_url . "/rest/all/V1/order/orderlist?date_from=" . $start_date . "&date_to=" . $end_date . "&pagesize=" . $limit;
To: $this->url = $this->magento_url . "/rest/V1/orders?searchCriteria[filter_groups][0][filters][0][field]=created_at&searchCriteria[filter_groups][0][filters][0][condition_type]=from&searchCriteria[filter_groups][0][filters][0][value]=" . $start_date . "&searchCriteria[filter_groups][1][filters][0][field]=created_at&searchCriteria[filter_groups][1][filters][0][condition_type]=to&searchCriteria[filter_groups][1][filters][0][value]=" . $end_date . "&pagesize=" . $limit;
But I'm receiving this error: https://www.screencast.com/t/xc4WtHV77g can you please help me? Also Customers are not syncing I want to think will sync after the orders.
Let me know if you can help me please, thanks.
2 years ago
Hi any update? can you please help me to fix this issue?
2 years ago
Using the magento extension in magento 2.4.3-p1 is showing this error: https://www.screencast.com/t/bfL9ciYUT you have any fix for this?
2 years ago
Hello Jose,
Sorry for the incovenience.
Yes, We are syncing products in batch so your crontab must be on and a product sync scheduler has to be created.
For contacts, everything is working fine.
For Orders, there is one minor change in a package. So please download the latest package and give it a try.
For Magento Extension, After installing the package in Magento you need to run some commands, php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
For reference, https://demo.aurocrm.dev/InstallationAndSettings.webm https://demo.aurocrm.dev/MagentoExecution.webm
If you need any further assistance, please let us know.