I need to make an ecommerce site but have no idea how. Ive read a lot about commerce kickstart, however I do not want to use the default theme with kickstart which i think is omega. With kickstart am I able to install drupal contrib themes, subtheme these and modify them like i can with non-ecommerce kickstart sites?

Or is there a better way to create a drupal ecommerce site other than using the kickstart package that has drupal core built into it.

Im just a bit stuck of the best way to create an ecommerce site that has a custom theme design

thanks

Comments

Pedja Grujić’s picture

Your best bet is to create a sub theme and styled it the way you like.

You can find multiple guides and videos on how to do this: https://www.google.com/#bpcl=35466521&hl=en&q=drupal+how+to+create+a+sub...

Pedja
Drupal Geek at New Target Inc.
http://www.newtarget.com

nevets’s picture

The Omega theme also has tools for created a sub-theme based on omega.

VM’s picture

With kickstart am I able to install drupal contrib themes, subtheme these and modify them like i can with non-ecommerce kickstart sites?

yes.

carlbowles100’s picture

thanks for replies

ahillio’s picture

I create subthemes this way:
drush en omega_tools
drush omega-subtheme "New Awesome Theme" --base=omega_kickstart
drush en new_awesome_theme
drush vset --yes theme_default new_awesome_theme