This brand new shopplugin for cotonti provides your with all the necessary stuff to open your own online store and offer whatever you want. You can create an infinite number of categories and items and easily provide the system with an own skin if you want to. The layout is completely modifyable.
You can create different payment styles e.G. for Moneybooker, Paypal or bank transfers. They optionally demand the input of bank account information if you want them to. The shop plugin furthermore allows you to define different shipping options, so you can offer products that need to be sent via FedEx or UPS or you may provide a download-delivery or email-sending, if you offer software.
The shop administration allows you to define your local VAT, currency symbol and your email-settings to receive email notification when orders have arrived.
Comments are welcome...
timi11 - cotonti.de
Sorry man, i just work on it! This is a cotonti Part. In seditio = $mainurl in cotonti is this a other way. I´m work on it.
Is this still in Development or is it a "Turn-key-Plugin" (in regards to previous comments above) ??
Just put the content in a map called shop or what you want.. upload it to the /plugins folder and install it in Admin panel /plugins
At me the sections of shop are not deleted. Button to "Delete" (dagger) does not simply work.
У меня не удаляются разделы магазина. Кнопка "Удалить" (крестик) просто не работает.
bad link....
whos can upload this plugin?
Линк дохлый, у кого остался плагин?
Потестил, плагин очень сырой... просто очень. Не стал бы делать магазинов на таком. С надеждой на лучшее...
Sql tables:
CREATE TABLE `sed_products_itemcat` (
`prdct_catid` int(11) NOT NULL auto_increment,
`prdct_title` varchar(255) NOT NULL,
`prdct_desc` varchar(255) NOT NULL,
PRIMARY KEY (`prdct_catid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=71 ;
CREATE TABLE `sed_products_items` (
`prdct_id` int(11) unsigned NOT NULL auto_increment,
`prdct_state` tinyint(1) unsigned NOT NULL default '0',
`prdct_price` varchar(255) NOT NULL,
`prdct_amount` varchar(255) NOT NULL,
`prdct_extra1` varchar(255) NOT NULL,
`prdct_extra2` varchar(255) NOT NULL,
`prdct_extra3` varchar(255) NOT NULL default '',
`prdct_extra4` varchar(255) NOT NULL default '',
`prdct_extra5` varchar(255) NOT NULL default '',
`prdct_extra6` varchar(255) NOT NULL,
`prdct_extra7` varchar(255) NOT NULL,
`prdct_extra8` varchar(255) NOT NULL,
`prdct_extra9` varchar(255) NOT NULL,
`prdct_extra10` varchar(255) NOT NULL,
`prdct_title` varchar(255) default NULL,
`prdct_desc` varchar(255) default NULL,
`prdct_info` text,
`prdct_ownerid` int(11) NOT NULL default '0',
`prdct_date` int(11) NOT NULL default '0',
`prdct_update` int(11) NOT NULL,
`prdct_img` varchar(255) default NULL,
`prdct_cat` varchar(255) NOT NULL,
PRIMARY KEY (`prdct_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=44 ;
CREATE TABLE `sed_products_sold` (
`id` int(11) NOT NULL,
`prdct_id` int(11) unsigned NOT NULL,
`prdct_state` tinyint(1) unsigned NOT NULL default '0',
`prdct_buyerid` tinyint(1) default '0',
`prdct_amount` varchar(255) NOT NULL,
`prdct_date` int(11) NOT NULL default '0',
PRIMARY KEY (`prdct_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
NICE! Good job!