-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Woocommerce Variation product #73
Comments
How do you have the products with variants in erpnext? |
Disable this, just have a product master, let erpnext count everything.
To prevent the IDs from being changed you must delete the purge part in the doctype sync_products.
You only have to press and synchronize once the sync_ID and let it automatically do the process every hour, otherwise it will give you these problems. |
Sorry what's meaning delete the purge part in the doctype sync_products.do you mean delete field or what |
Do you know programming? |
Thanks for replying I know little but I will search this paragraph on the doctype and comment it after that let you know but I must search first on this paragraph |
sorry not working def sync_woocommerce_ids():"Enqueue longjob for syncing woocommerce"enqueue("woocommerceconnector.sync_products.add_w_id_to_erp", queue='long', timeout=1500)frappe.msgprint(_("Queued for syncing. It may take a few minutes to an hour if this is your first sync.")) |
any solution please |
I tested it on a test system of ERPNEXT v14.29.1 and the Woocommerce connector of Libracore for the synchronization of variants, everything is functional the only error I found so far is something related to taxes and the version of MariaDB when synchronizing the order I'm reviewing and images in ERPNEXT that I must add the correct URL. |
i have variation products on woocommerce but if anyone order only post the main product not post variation product on erpnext
thanks
The text was updated successfully, but these errors were encountered: