woocommerce-orders-google-sheets-integration icon indicating copy to clipboard operation
woocommerce-orders-google-sheets-integration copied to clipboard

Connect and sync order data from your WooCommerce store to Google sheets automatically. A free alternative to Zapier-WooCommerce integration that saves new WooCommerce order details to google sheets....

Results 30 woocommerce-orders-google-sheets-integration issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to loop pages, basically what I did is (ignore some custom headers): `function fetch_orders(sheet_name) { var ck = '****' var cs = '****' var website = SpreadsheetApp.getActiveSpreadsheet().getSheetByName(sheet_name).getRange("B3").getValue();...

how do i pull list of all orders with google App script

Hello, how are you? I would like to know if you have any code or opensorce option for integrating and synchronizing Woocommerce products and Google Sheets Let it also be...

Hello, how are you? I would like to know if you have any code or opensorce option for integrating and synchronizing Woocommerce products and Google Sheets. I need a solution...

I'd like to have every item listed in new row, Instead of: Name1 Surname1 OrderID1 Item1,Item2,Item3 Expectation: Name1 Surname1 OrderID1 Item1 Name1 Surname1 OrderID1 Item2 Name1 Surname1 OrderID1 Item3 etc....

Hi! Thanks a lot for this work. It's great. I was wondering if there's a way to only add yesterday's orders to the sheet. This way it wouldn't have to...

Is this possible? Am willing to pay if needed. Please let me know as soon as possible

Hello there, This is a very nice script. I'd like to ask if you could help me by editing the script to sync products instead of orders. Best regards to...

enhancement
help wanted

How am I able to integrate Product Image Address Link when exporting to google sheets from Woocommerce. Are you able to provide me with an email or number I will...

Hi, I am getting this type error. Could you please help what could be the error for and how can I change this with a new variable/property or so. Thank...