Hoping someone can figure this out. My bundle doesn't check to see if an item is in stock (0 inv). This is a problem.
ok so we sell hats, shirts and stickers. I MUST have the system track inventory accurately.
so i have several hats using variations:
Hat#1
BJPennSignatureHatGroundSmallMedium,50.00,4.00,0,Ground Shipping,S/M,
BJPennSignatureHatGroundLargeXL,50.00,4.00,0,Ground Shipping,L/XL,
Hat #2 etc
BlackandGreenTruckerHatGroundSmallMedium,25.00,3.00,0,Ground Shipping,Adjustable Size,
I also have Shirts:
Shirt item#1
MOFClassicLogoT-ShirtGroundSmall,25.00,8.00,0,Ground Shipping,Small,
MOFClassicLogoT-ShirtGroundMedium,25.00,8.00,10,Ground Shipping,Medium,
MOFClassicLogoT-ShirtGroundLarge,25.00,8.00,3,Ground Shipping,Large,
MOFClassicLogoT-ShirtGroundXL,25.00,8.00,18,Ground Shipping,XL,
MOFClassicLogoT-ShirtGroundXXL,25.00,8.00,6,Ground Shipping,XXL,
Shirt item #2 etc
KauaiNoKeaT-ShirtGroundSmall,30.00,8.00,3,Ground Shipping,Small,
KauaiNoKeaT-ShirtGroundMedium,8.00,1.00,16,Ground Shipping,Medium,
KauaiNoKeaT-ShirtGroundLarge,30.00,8.00,1,Ground Shipping,Large,
KauaiNoKeaT-ShirtGroundXL,30.00,8.00,0,Ground Shipping,XL,
KauaiNoKeaT-ShirtGroundXXL,30.00,8.00,0,Ground Shipping,XXL,
and some stickers that don't have variants.
THE PROBLEM IS is when I create a new item/button such as "BECOME A MEMBER, get 3 items"
and I use the
"Package files from other product, affect their inventory"
i choose my items for the bundle, but when I use the bundle button, it does not check to see if the shirt or hat chosen is in stock.
am i doing it wrong? thx