[Solved] MyStore Quickstart K2 Only

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Wed May 25, 2011 2:22 pm
Hi,

I want to use MyStore Template without Virtue Mart as It's complicated component for me.
K2 Categories and K2 Store is enough for the small eCommerce shop I want to develop, but how to accomplish it using the quickstart? I uninstalled virtuemart component,plugins. and modules, but the site is broken.

Any Idea how to make look like the quickstart using fresh install of Joomla and MyStore Templates? but no virtuemart?

Thanks.
User avatar
Junior Boarder

GK User
Wed May 25, 2011 5:21 pm
Hi

After installing the Quickstart package i don't see any problem if you remove VM Component and all Vm extensions. MyStore template is not stick on VM. :huh:

You might only need to disable "VirtueMart support" on template parameters > Features.

Cheers ;)
User avatar
Platinum Boarder

GK User
Wed May 25, 2011 7:25 pm
I tried to turn off the VM Features under template settings, still I'm getting this error:

Warning: require_once(C:xampphtdocspaulotemplatesgk_mystorehtmlmod_gk_image_show/../../../../components/com_virtuemart/virtuemart_parser.php) [function.require-once]: failed to open stream: No such file or directory in C:xampphtdocspaulotemplatesgk_mystorehtmlmod_gk_image_showcontent.php on line 19

Fatal error: require_once() [function.require]: Failed opening required 'C:xampphtdocspaulotemplatesgk_mystorehtmlmod_gk_image_show/../../../../components/com_virtuemart/virtuemart_parser.php' (include_path='.;C:xamppphppear') in C:xampphtdocspaulotemplatesgk_mystorehtmlmod_gk_image_showcontent.php on line 19

I think this content.php has something to do with virtuemart but I tried to comment on that line, another code breaks happen, as of now, I'm a novice in php code ^_^ any helps are greatly appreciated.
User avatar
Junior Boarder

GK User
Wed May 25, 2011 8:35 pm
Oh sorry. i forgot that Image Show engine built for myStore needs VM.
Maybe in future version we try to avoid this.

To avoid this problem you need to enter administrator, find Image Show module and change "Module style" to "Image with Thumbnails block" and use (i.e.) this settings:

Code: Select all
thumbs_margin=15px 15px 20px 0;
thumbs_padding=3px;
thumbs_border=;
thumbs_border_width=1;
thumbs_rows=2;
thumbs_cols=5;
thumbs_position=right;
thumbs_tooltips=true;
image_margin=0 20px 0 0;
image_padding=0 0 0 0;
image_border=;
image_border_width=0;
show_text_block=true;
text_block_height=100;
text_block_bgimage=false;
text_block_bgcolor=#555;
text_block_opacity=0.65;
text_block_position=bottom;
clean_xhtml=true;
readmore_button=true;
title=true;
wordcount=30;
title_link=true;
readmore_text=See details;
slide_links=true;
preloading=true;
animation_speed=500;
animation_interval=5000;
autoanimation=true;
animation_type=opacity;


This should look like this:
screen_2011-05-25.png


Cheers
User avatar
Platinum Boarder

GK User
Wed May 25, 2011 9:14 pm
:) Thanks a lot for a very quick response.
Yes it works now and look the same in the image you've attached.
Thanks Mr. Seichinha
User avatar
Junior Boarder


cron