Version: 1.1.5, by Blaine0002
Developer Last Online: Jul 2018
Category: Major Additions -
Version: 3.7.x
Rating:
Released: 11-16-2009
Last Update: Never
Installs: 33
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
iShop
for 3.7.X and 3.8.X
Developed using SirAdrians vBulletin Development Environment. Props.
YOU NEED AN EXTERNAL CASH HACK FOR THIS TO WORK!
By
Blaine0002
allows:
Your users to buy images with their money for their postbit or to have their own inventory
Features
+Multiple Shop Categories
+Unlimited Items
+Little Queries!
+Stock
+Detailed items/categories/shops stats(number of sold items, Stock)
+Item Donation
+Postbit Inventory and cash display
+Users sort items using AJAX
+Users may own multiple items of the same type
+Admin limits viewable icons in postbit!
+recipiant and admin notification on buy/sell/donate!
Database Tables
*[itemshop_cat]-Itemshop Categories stored here
*[itemshop_items]-Items That go in the categories
*[itemshop_stock]-Items left to buy
Installation
1.BACK UP YOUR DATABASE.
2.Import included XML file in main folder
3.Upload all files as is
4.Name Money field in VBulletin Options
5.Link to ishop.php
To upgrade from a previous version, simply overwrite all files, and reupload product!
CLICK INSTALL!
Thanks!
Too add this to your navbar
open navbar template
find:
I've been looking at all the shop for 4.x and to be honest this is probably the one that comes closer to what I really want, I had a shop but it had so many option adding an item was way to complex and when we had a lot of categories it started to get all buged. Your store has pretty much what I want, but I'm on 4.x. Reading your previous post I'm glad you're working on a 4.x version, do you know how long would it take? Thanks!
I've been looking at all the shop for 4.x and to be honest this is probably the one that comes closer to what I really want, I had a shop but it had so many option adding an item was way to complex and when we had a lot of categories it started to get all buged. Your store has pretty much what I want, but I'm on 4.x. Reading your previous post I'm glad you're working on a 4.x version, do you know how long would it take? Thanks!
Me too. This is my favorite shop mod. It is very simple and easy to use.
Blaine, I use the postbit (horizontal) and not the postbit_legacy (vertical - old style). With this 3.7 version it was perfect because I could put up to 7 items in the postbit and it wouldn't break. Can you do that again for this version?
I'm getting this error uploading the product, any ideas?
Database error in vBulletin 3.7.3:
Invalid SQL:
CREATE TABLE IF NOT EXISTS itemshop_cat (
cid int(11) NOT NULL auto_increment,
cname text NOT NULL,
cdescr text NOT NULL,
csold int(11) NOT NULL default '0',
cprofit int(11) NOT NULL default '0',
citems int(11) NOT NULL default '0',
PRIMARY KEY (cid)
) TYPE=MyISAM;
for all of you having troubles installing this greate mod just open the prodcut file and change TYPE=MyISAM to ENGINE=MyISAM (3 times)
it's due to changes of SQL syntaxes in newer versions