bionico78 wrote:Thank you very much, is what I wanted to know.
a greeting.
You can download any GK template with virtuemart support.
Put com_virtuemart html files to your template.
Next step putt vm.css to css folder on your template.
Next go to layouts/blocks folder. Find and edite head.php
add this after 25:
- Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/vm.css');
Also you get like this
- Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/font-awesome.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/normalize.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/layout.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/joomla.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/system/system.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/template.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/menu.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/vm.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/gk.stuff.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/style'.$template_style.'.css');
Have a nice day! Thanks for developers the ability to easily work with their templates!