Startup + Virtuemart

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Nov 04, 2012 12:03 pm
Reply with quote
Report this post
Hi,
How can I incorporate the Gk Bike virtuemart theme to GK Startup, please advise.
User avatar
Fresh Boarder

GK User
Sun Nov 04, 2012 1:41 pm
Reply with quote
Report this post
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
User avatar
Platinum Boarder

GK User
Sun Nov 04, 2012 7:38 pm
Reply with quote
Report this post
Hi Seichinha,

Thank you so much for the quick respond, you guys are the best, that is why I am going to renew my membership for the fifth time, you create beautiful/functional templates and your support is awesome.

Thanks,
User avatar
Fresh Boarder

GK User
Sun Nov 04, 2012 8:44 pm
Reply with quote
Report this post
That's excellent news ;)
User avatar
Platinum Boarder

GK User
Sun Nov 04, 2012 9:03 pm
Reply with quote
Report this post
I just have 2 minor issues, the add to cart button shows the "Green Default" one the product page and Current Stock Level doesn't show up on the category page, even though I copied the vm folder to images folder, please advise.
User avatar
Fresh Boarder

GK User
Sun Nov 04, 2012 10:00 pm
Reply with quote
Report this post
Go to Virtuemart settings > Templates and make sure that you have "Using the VirtueMart CSS" parameter disable.
User avatar
Platinum Boarder

GK User
Sun Nov 04, 2012 11:06 pm
Reply with quote
Report this post
Thanks
User avatar
Fresh Boarder


cron