1 (edited by nakome 2015-02-11 02:08:32)

Topic: Minishop cart module now in Github

Note: This plugin will not have more updates


Minishop cart module  version 2.0

New Features:

  • Working in Monstra 3.0.1

  • Bootstrap id required

  • Languages Spanish and English.

  • Replace shopitem and shopitems to item and items

  • Added Cash on delivery paid method

New features comming soon

Preview demo
Github Repo


Install:
Copy minishop folder in plugins folder.
Copy theme templates in theme folder.
Create 3 pages like this.

  • Shop ( slug = shop ) - products.template.php

    • Product ( slug = item ) - product.template.php

    • Total ( slug = items ) - total.template.php

Add Cart code in menu in header or wherever you want

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Minishop cart module now in Github

hi nakome
You can doing this plugin in morfy?
tnx

Re: Minishop cart module now in Github

Sorry this is only for Monstra.

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Minishop cart module now in Github

i got problem with this plugin on localhost
http://sour\public/shop/large/img1_4c1d599158b06ec5.jpg this is how my links look like
instead of http://sour/public/shop/large/img1_4c1d599158b06ec5.jpg
and i cant open my item http://sour\shop\item/?id=1
even if i make it the link like this http://sour/shop/item/?id=1 it says 404 error

(с) Roman Art
So far So good wink

RomanArt's Website

Re: Minishop cart module now in Github

Ok i test this in my localhost to see the problem and fix this.

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Minishop cart module now in Github

Try to change  in views/frontend/products or product  the links with DS ( DIRECTORY_SEPARATOR ) like this:

Before:

href="'.Option::get('siteurl').DS.miniShop::$shop.DS.'item?id='.$item['id'].'

After:

href="'.Option::get('siteurl').'/'.miniShop::$shop.'/'.'item?id='.$item['id'].'
..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Minishop cart module now in Github

okay thanks, have to change all

.DS.

to

.'/'.

everywhere huh T_T

(с) Roman Art
So far So good wink

RomanArt's Website

Re: Minishop cart module now in Github

i set the tax to 0 and tax on delivery to 0 click "save" and it return to the old "0.16" and "€5"

5mins later:
okay i cant change tax from 0.16 to 0, but i can change to 0.00 T_T
but with tax on delivery (cash on delivery) €5 cant change even to €6 or €0 or anything

(с) Roman Art
So far So good wink

RomanArt's Website

Re: Minishop cart module now in Github

You are right ,   i need add  tax shipping true or false and the correct tax number is 0.00 i can't change this  is part of Paypal
if you need change for now go to views/backend/script.view.php line 38 to set true or false.

Thanks for the comment, when I have more time I will update the plugin, to many projects and not time.  From January only give you support these plugins

Minishop plugin
MyContact plugin
Cms Morfy ( Already in development )

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Minishop cart module now in Github

Thanks for your post

Re: Minishop cart module now in Github

nakome is Your plugin by now ready to be use on online site? or maybe it still has to be rechecked before real use?

Re: Minishop cart module now in Github

From what i know, its ready to work!

So you can download and install it, but do not forget to Backup all your system before, in case if something goes wrong wink

http://monstracreative.com - themes, plugins and snippets for monstra cms

:: ATTENTION ::
Need help? Login at your account at: http://monstracreative.com/users/login. -> You have a excellent support center at our website! wink

wormsunited's Website

Re: Minishop cart module now in Github

I have one Q I can`t figure it out
I install it and by the way its so cool cms and so good minishop plugin
Just i can`t make my Shop page to display the itmes by Desc not by ASE
whatever I try
can U help me plz?