I used this module to import a tonne of products without noticing there is the option to import them as 'shipable products'. Now I don't have access to inventory control on those items and they are missing the add to cart link. Is there anyway of enabling those nodes as 'shipable products'.

I went thru and made changes to them after importing them and don't want to have to do it all over again...

Comments

goodeit’s picture

Are you looking to mark them as shippable on a subsequent import? Or are you looking to make the ones that are already imported "shippable"?

If you're looking to mark them as shippable in subsequent imports, make sure you are using Oliver Coleman's latest release of uc_product.inc for node_import and make a column in your CSV file full of "1"s, or "y"s, etc etc. If you're looking to change what's already imported, you should look into the MySQL tables directly and see if you can find where they are marked as shippable or not shippable.

Good luck!

mdowsett’s picture

I'm looking to change existing imported ones as shippable.

And I don't user ubercart...and I am assuming that is what the uc_product.inc is for, right?

goodeit’s picture

Yes, I'm sorry, uc_product is for Ubercart. I'm afraid I don't have much experience with (ecommerce?) or whatever you are using. My suggestion would still be to look around the MySQL tables and see where that is stored.

good luck!

mdowsett’s picture

Category: support » bug

I can't find anything......they are all (working products and not working product) flagged as 'tangible' so there is nothing to alter.

I'm changing this to a bug report as I think it is one.