My first post - You know its going to be a DFU fault.

I've installed magento and everything works fine. i've added the drupal extension and setup the "Magento Extend API" under System > Configuration as suggested here: http://drupal.org/node/468036.

I'm now trying to install the drupal modules. they installed fine but I cannot activate them under Administer › Site building.

Does anyone have experience with this

please help

thanks

Comments

coreyp_1’s picture

Make sure that you put the modules under sites/all/modules/.

Make sure that you don't have any missing dependencies. for the modules that you are trying to enable.

-Corey

animammal’s picture

Hi coreyp_1

thanks for the speedy reply!

I have now installed the module in sites/all/modules/ as it was in public_html/modules.

No change - do i need to refresh the cache or something similar?

I have looked for required dependencies on the module page here:http://drupal.org/project/modules?text=magento and http://drupal.org/node/468036 but could not find any listed. Is there a specific place I should look?

onejam’s picture

Perhaps you haven't installed all the module dependencies needed for Magento module?

See: http://duvien.com/modules-needed-for-magento.png

Also, check that you have permissions to the setting pages.

-----------------------------------------------------------------
We build engaging websites and intuitive designs that will benefit your business.
Duvien

animammal’s picture

I'm pretty sure your both right.

the screenshot below shows magento modules with lots of missing stuff.

http://www.systemsavvi.co.uk/Untitled.png

does most of the missing stuff come under one main module like views or similar?

Edit: Ha, sorry i'm being a bit stupid. i'll install the LISTED dependancies!

animammal’s picture

Ok, i've installed most but i'm unable to find the following modules:

Content
Number
Text
Optionwidgets

could someone tell me which module includes these or provide links if you know where they are

thanks so far btw.

onejam’s picture

That all comes from CCK: http://drupal.org/project/cck

You need to activate them in the modules settings page.

-----------------------------------------------------------------
We build engaging websites and intuitive designs that will benefit your business.
Duvien

coreyp_1’s picture

http://drupal.org/project/cck

[EDIT] I was too slow...[/EDIT]

-Corey

animammal’s picture

All sorted thanks!

i've now got to work out how to use all this stuff... You up for hire?;)

Do I need to mark this thread as solved or like?

onejam’s picture

A Note of caution: You will be able to add products in Drupal using the product content-type but don't do this since products added in Drupal will not be sync with Magento. You must add all your products using Magento and let Drupal pull this data into it's DB. So this integration really is using Drupal as the frontend and Magento to handle all the ecommerce part except for displaying products.

I suggest you set a permission to disallow all users to use product content-type.

-----------------------------------------------------------------
We build engaging websites and intuitive designs that will benefit your business.
Duvien

animammal’s picture

Thanks for the heads up duvien, think i'll do like you say - a better safe than sorry approach.