The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
IShop - Simple, Flexible, and Integrateable. Details »» | |||||||||||||||||||||||||||
IShop - Simple, Flexible, and Integrateable.
Developer Last Online: Jul 2018
Version 1.1.4 RELEASE
Now with AJAX! IShop YOU NEED AN EXTERNAL CASH HACK FOR THIS TO WORK! OMG YES IT WORKS WITH 3.6.X!!! Works best with ICASH (also made by me) I can actually give you support on the integration with ICash By Blaine0002 With help from: Siradrian Zachariah eXtremetim Ggiersdorf Zero Tolerance 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 +ICash Or EBux Integrated +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 Upgrade from Ultra Imageshop To IShop: 1. Back up as normal 2. Delete all files that came with Ultra Imageshop, and rename 'Itemshop' directory to 'ishop' 3. upload all new files 4. upload XML file opting to overwrite 5. RE-SET options in ISHOP OPTIONS. 6. Re-do below template edit, if done. Upgrade from V1.0.1 to V1.1.0! Reupload all files, Reimport XML, Prompt to overwrite. WARNING: In the previous version there was a bug where it would not add stock back to the shop when an item was sold. If your Stock and Sold do not add up to your original stock for that item, you may upload countupdate.php from your DO NOT UPLOAD folder to your forum root. MAKE SURE YOU BACK UP YOUR DATABASE. Run the php from your browser , then DELETE IT! WARNING: This will reset ALL of your items stock to 50! and then subtract items sold from this number. if your items did not have a stock of 50, you may want to edit the file and change the number, or edit the numbers in your database via PHPMYADMIN. CLICK INSTALL! Thanks! Too add this to your navbar open navbar template find: PHP Code:
PHP Code:
Show Your Support
|
Comments |
#692
|
|||
|
|||
installed this on 3.7.x with minor problems.. Found the bugs pretty quickly..
All you have to do is find this in the ishop_cat_row template : Code:
<tr> <td class='alt2' align='center'><b><a href='?showshop={$cat['cid']}'>{$cat['cname']}</a></b></td> <td class='alt2' align='center'>{$cat['citems']}</td> </tr> Code:
<tr>
<td class='alt2' align='center'><b><a href='ishop.php?showshop={$cat['cid']}'>{$cat['cname']}</a></b></td>
<td class='alt2' align='center'>{$cat['citems']}</td>
</tr>
Code:
$items['BuyLink'] = "<a href='?$session[sessionurl]do=BuyItem&id={$items['id']}'>Buy</a>"; Code:
$items['BuyLink'] = "<a href='ishop.php?$session[sessionurl]do=BuyItem&id={$items['id']}'>Buy</a>";
|
#693
|
|||
|
|||
Thank you kindly.
|
#694
|
|||
|
|||
Quote:
|
#695
|
|||
|
|||
I didn't add them all at once...just a few at a time. I guess it comes down to what you're willing to deal with.
|
#696
|
|||
|
|||
Quote:
@deezelpope : lolz me too , but It would be good to make it more easier , like the uploading smiles option of VBB ^^ |
#697
|
|||
|
|||
Quote:
hence changing the link from "?do=buy" to "ishop.php?do=buy" |
#698
|
|||
|
|||
I'm getting this error trying to view ishop.php:
Quote:
I dunno why that is happening, but when I remove Quote:
The item rearranging doesn't work anyways right? |
#699
|
||||
|
||||
It currently does not. im not sure why sajax would be adding any cookies. probably some javascript stuff. im not very good at it
|
#700
|
|||
|
|||
is it possible then to use the old method of rearranging the items, using the order numbering system?
|
#701
|
|||
|
|||
installed
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|