
Originally Posted by
lizar5-
i just noticed this is because probably from my easy populate module, i sell virtual items but when i uploaded my products, the attributes for selecting a "product is virtual" and "always free shipping" are unselected for all my products. Is there anyway to mass edit these instead of doing one by one??
You could try pasting this into Admin->Tools->Install SQL Patch, and click Send:
Code:
update products set products_virtual=1, product_is_always_free_shipping=1;
This will affect *ALL* of your products.