I installed Ubercart 2.2 on Drupal 6.15. I have read installation Guide before installing, but I have some questions about modules necessary for card functioning. The required module is Token. And six modules are used for default image support:
Required module
- Token
Default image support
- CCK (Content) 12
- FileField
- ImageAPI (ImageAPI, ImageAPI GD2)
- ImageCache
- ImageField
- Thickbox
When installed, most of these modules has severals components inside: which from them must be checked (enabled)? For example, CCK has 12 checkboxes. And for Token: should be Token actions and TokenSTARTER enabled?
Another question: I prefer use Highslide JS, not Thickbox. There is Highslide module for Drupal. Is it possible to replace Thickbox with Highslide in Ubercart?
Comments
=
Many of these modules have dependencies on other modules. As you set up Ubercart, you will be informed of these dependencies and asked if you wish to enable the relevant modules. Start by enabling (a) Token and (b) Content in CCK, and go from there.
You probably can use Highslide -- Thickbox works out of the box with UC -- but you will need to do some tweaking to make it work, in all likelihood. I cannot say for sure because I have never used it.
the rest things is not
the rest components is not required for basic store building and functioning?
- FileField
- ImageAPI (ImageAPI, ImageAPI GD2)
- ImageCache
- ImageField
- Thickbox
-
Those are for creating and managing images to go with your products. If you want images, you should activate all of them.