<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : shop system fix</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 21:50:20 -0000</pubDate>

		<item>
			<title>lukgoh</title>
			<description><![CDATA[Yeah thanks Koradhil, I think I saw something about that when I was searching the forums earlier. I know there are a couple of these plugins around but their creators are selling them only.]]></description>
			<pubDate>Fri, 12 Nov 2010 06:03:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6010&d=0#post26986]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[A complete e-commerce/shop plugin is being developed by Kilandor if I'm not mistaking. I'm not sure if he'll release it as open-source though.]]></description>
			<pubDate>Fri, 12 Nov 2010 05:23:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6010&d=0#post26984]]></link>
		</item>
		<item>
			<title>lukgoh</title>
			<description><![CDATA[Edit: Updated.<br />
<br />
Just saw this in the main file:<br />
<br />
<pre class="code"># TODO LIST:
#
#   -&gt; add textboxer
#   -&gt; security?
#   -&gt; main run over all sed functions! what can be done better?
#   -&gt; Shopping cart
#   -&gt; notify special user by mail or PM when new item is purchased
#   -&gt; add some &quot;NEW!&quot; to recently added products 
#   -&gt; maybe change the deletion process to reduce files...
#   -&gt; automated shopping process (email to user, email to admin, paying methods?, ...)</pre>
<br />
Maybe the description for the plugin should be changed so people know that it is not a fully functioning shop?<br />
<br />
Thanks,<br />
<br />
Luke.]]></description>
			<pubDate>Thu, 11 Nov 2010 23:52:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6010&d=0#post26977]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Maybe add this in the comment of the plugin-page: <a href="http://www.cotonti.com/downloads/plugins/ecommerce/145">http://www.cotonti.com/downloads/plugins/ecommerce/145</a>]]></description>
			<pubDate>Thu, 11 Nov 2010 23:51:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6010&d=0#post26976]]></link>
		</item>
		<item>
			<title>lukgoh</title>
			<description><![CDATA[Hello guys, <br />
<br />
 I just downloaded the shop system plugin to discover it did not work and I can see a lot of people are having the same problem without an easy to find solution, so here it is:<br />
<br />
 <div class="highlight"><pre class="mysql">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;</pre></div>
<br />
 was found in the comments for the plugin by fedai <br />
<br />
 I noticed that in shopsystem.php it was trying to enter the wrong information into the database.<br />
<br />
I have attached the fixed php file.<br />
<br />
Thanks,<br />
<br />
Luke.<br />
<br />
<a href="https://www.cotonti.com/datas/users/shopsystem_1089.zip">shopsystem_1089.zip</a><br />
<br />
<strong>EDIT: Ok here is the new fix, just to warn you before downloading:<br />
<br />
There is NO cart system or anyway of actually buying anything from the shop, its pointless. Also the easiest way of fixing the initial problem:<br />
 <pre class="code">Fatal error : SQL error : Unknown column 'prdct_url' in 'field list'</pre>
<br />
 is to change the sql table to the right names... :\</strong>]]></description>
			<pubDate>Thu, 11 Nov 2010 23:40:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6010&d=0#post26974]]></link>
		</item>
	</channel>
</rss>