Rohan
Forum Replies Created
-
Thanks for looking into this, but sorry it doesn’t generate any errors, either in the console or in the logs. I was trying to find the issue on my local build but didn’t have much luck. Thinking it’s something in the JS/Ajax.
Forum: Plugins
In reply to: [WooCommerce Square] Square altering Woo stock on syncJust a follow up, it seems to sync ok in small batches, but If I try to sync a few 100, that’s when the inventory issues show up. Possibly due to product images – as the staging site doesn’t have any images – but it could be anything really.
I’m doing batches of 5 at the moment and so far so good, but it’ll take a while to do 1600+ products 5 at a time!
Forum: Plugins
In reply to: [WooCommerce Square] Square altering Woo stock on syncHey sorry for the delay. As it’s a production site I had to roll back the changes straight away.
Since then I setup a staging site where the products generally synced ok, Stock did not change on the Woo side.
However, when going back to production, many products had their stock changed to 0 in Woo (and on square).
Do you have a private ticket system for support? I’d rather not paste the system report publicly.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Deleting Object in Salesforce does not syncThanks heaps for your help. Turned out it was my object_sync_for_salesforce_pull_object_allowed filter. I didn’t realise this could also stop deletes. Modified and now deleting as it should.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Deleting Object in Salesforce does not syncJust a little bit more context, we have a custom post type Event that’s mapped to an Event Object in Salesforce. When an Event Object in Salesforce is deleted, it doesn’t trigger the delete of the Event post in WordPress. There’s no mention in the logs, error or otherwise. Bit of an odd one