I do not have a "Product" content type option under "Create Content" and thus cannot create any products. What did I miss?
// Readme.txt //
6. Create new products via:
> Create content > Product
Fresh install of 6.x-4.0-rc6 on Drupal 6.11, I can create Product types and config all settings, just no products.
Comments
Comment #1
csc4 commentedI think you've hit the same problem I did.
I'm guessing a lot - but I think you need to change admin/ecsettings/ptypes (New node types product conversion setting:) to something other than never, then on the node types you've selected a new fieldset products appears
Comment #2
gordon commentedThanks I have now fixed it. It is currently in dev, and will be in the next rc
Comment #3
derekoakley commentedI too installed the RC6 version and found that the product content type is missing.
I tried csc4's fix but still cannot get it to appear.
I installed the dev version as gordon says its fixed and when I tried to enable the Common and anonymous purchases modules I receive the following error:
--
Fatal error: Call to undefined function ec_product_ptypes_get() in /etc/drupal/6/sites/all/modules/ecommerce/ec_anon/ec_anon.install on line 63
--
Any ideas?
Comment #4
gordon commentedI have fixed this error in dev. It will be in the next rc
Comment #5
snackmaster commentedThanks!