virtuemart in writer template

GK User
Thu Nov 06, 2014 11:09 am
Good morning, I am doing a website for a writer who wants to make their books and you can add comments. I thought the most accurate template is writer, but also want to make the books so catalago future and create the best online store. Do not know if this template pus install an e-commerce such as virtuemart. Is this possible ?.

Thank you very much.
User avatar
Expert Boarder

GK User
Thu Nov 06, 2014 1:14 pm
You can install VM with this template, but it is not VM ready so there will not be any special styling. Also VM is only available for J2.x branch.
User avatar
Moderator

GK User
Fri Nov 07, 2014 12:48 pm
Thank you very much, is what I wanted to know.

a greeting.
User avatar
Expert Boarder

GK User
Wed Apr 01, 2015 1:57 pm
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!
User avatar
Junior Boarder

GK User
Wed Apr 01, 2015 2:19 pm
Still... we don't support this kind of modification and users do them on their own.
User avatar
Moderator

GK User
Thu Apr 02, 2015 5:42 am
Cyberek wrote:Still... we don't support this kind of modification and users do them on their own.

I know!
User avatar
Junior Boarder

GK User
Thu Apr 02, 2015 3:37 pm
Just mentioning to others ;)
Ps - you did nice job doing it and sharing the solution.
User avatar
Moderator

GK User
Tue Apr 07, 2015 3:49 pm
Thank you very much for sharing the solution :D and show me a little more about joomla and capabilities. :D :D

Every day we learn a little more ... :)

Again thanks and greetings !!!!
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.