Shopsystem for cotonti

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


1. DemptD  2009-03-15 04:14
NICE! Good job!
2. eslund  2009-03-28 20:59
Problem is that I cant get it to work.. Just ends up with a blank page..
3. oms1005  2009-04-01 05:33
Yes, I also can't get it to work. Any tutorials?
4. timi11  2009-04-01 19:06
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.
5. aiwass  2009-04-18 16:14
Is this still in Development or is it a "Turn-key-Plugin" (in regards to previous comments above) ??
6. Clever  2009-04-21 00:37
Publish, please, full the instruction on installation
7. Oughtem  2009-04-30 14:40
Если сайт на УТФ, чё таблицы то в ЛАТИНЕ делать?
sql-file_121.txt в УТФ
8. Inten  2009-05-15 05:25
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
9. Oughtem  2009-05-26 20:19
At me the sections of shop are not deleted. Button to "Delete" (dagger) does not simply work.

У меня не удаляются разделы магазина. Кнопка "Удалить" (крестик) просто не работает.
10. 3axap  2009-07-24 03:15
bad link....
whos can upload this plugin?

Линк дохлый, у кого остался плагин?
11. SparrozzoIT  2009-08-01 20:42
link don't work......
12. dasknix  2009-08-17 13:20
link not work..

plz update!.. =\
13. 3axap  2010-01-31 01:38
Потестил, плагин очень сырой... просто очень. Не стал бы делать магазинов на таком. С надеждой на лучшее...
14. sboy  2010-08-14 01:06
no database stuff in this !!!!!
15. fedai  2010-10-02 21:18
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;

Toplam: 20, on page: 15 12>>>

Sadece kayıtlı kullanıcılar yeni yorum yapabilir.