Hi
1)
Copy this directories:
../gk_bikestore/html/com_virtuemart/
../gk_bikestore/html/mod_virtuemart_cart/
../gk_bikestore/html/mod_virtuemart_category/
../gk_bikestore/html/mod_virtuemart_currencies/
../gk_bikestore/html/mod_virtuemart_search/
into ../gk_startup/html/
2)
Copy also template vm css files
../gk_bikestore/css/vm.css
../gk_bikestore/css/vmframe.css
into ../gk_startup/css/
3)
Identify all vm classes on:
../gk_bikestore/css/style1.css
../gk_bikestore/css/style2.css
../gk_bikestore/css/style3.css
and reproduce them on the startup style files (naturally colors must be changed).
4)
Next open the following file:
../gk_startup/layouts/blocks/head.php
and replace this line:
- Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/gk.stuff.css');
with:
- Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/gk.stuff.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/vm.css');
5)
Be sure that you have "Use Joomla default" theme on "Select the default template for your Shop" and "Category Template " Virtuemart parameters on Configurations > Templates.
Basic should work now, but it might need css adjustments on override classes.
Cheers