From 57021eca52f1413db7143b01605c4c407f31ec27 Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Sun, 4 Dec 2016 21:01:45 -0500 Subject: [PATCH] Fix silly default. Most things can be bought in quantities >1. --- wooify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wooify b/wooify index 88254c7..a81ec92 100644 --- a/wooify +++ b/wooify @@ -44,7 +44,7 @@ WOO_IMP_EXP_FIELDS = [ ("Width", ""), ("Height", ""), ("Unit", "in"), - ("Sold Individually", "yes"), + ("Sold Individually", "no"), ("Manage Stock", "no"), ("Stock", ""), ("Backorders Allowed", "false"), -- GitLab