Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
IShop - Simple, Flexible, and Integrateable. Details »»
IShop - Simple, Flexible, and Integrateable.
Version: 1.1.4, by Blaine0002 Blaine0002 is offline
Developer Last Online: Jul 2018 Show Printable Version Email this Page

Version: 3.5.8 Rating:
Released: 03-04-2006 Last Update: 08-01-2007 Installs: 257
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files  
No support by the author.

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:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td
Add after:
PHP Code:
<td class="vbmenu_control"><a href="ishop.php$session[sessionurl_q]">iShop</a></td

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #392  
Old 05-02-2007, 06:34 PM
Err0r404 Err0r404 is offline
 
Join Date: Feb 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh im also gettign this error

Database error in vBulletin 3.6.5:

Invalid SQL:

UPDATE itemshop_stock
SET iorder =
CASE
ELSE uid
END
WHERE uid IN ();

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ELSE uid
END
WHERE uid IN ()' at line 4
Error Number : 1064
Date : Wednesday, May 2nd 2007 @ 02:33:06 PM
Script : http://www.the-pr0xz.com/forums/isho...=doupdateorder
Referrer : http://www.the-pr0xz.com/forums/ishop.php
IP Address : Xx.XXx.XxX.
Username : Err0r404
Classname : vb_database


any ideas?
Reply With Quote
  #393  
Old 05-02-2007, 11:18 PM
4newbies 4newbies is offline
 
Join Date: Feb 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still need help with the following:

Does this replace Ultra Itemshop by the same developer? If not, what are the differences?

Also, I have installed iCash mod to my forum to work with iShop system. However, I don't really need to sell images that will showup in user's postbit. What I need is a page where people can redeem the points they have earned for real prizes and money. Like they go to the redemption page and say they want to purchase a mug with their points. Then the system deducts the points and notifies me that a user has purchased a mug. Is this possible to do with iShop?

So how often does the developer show up on this thread? Maybe him or someone else has some tips about how this can be done. I guess the more important priority for me at this point is to have the mod send a notification PM or automated post in the staff area every time someone purchases an item from the shop. This way I know instantly when I need to award a prize to someone.
Edit/Delete Message


It's been 7 days since my original post and no help. Are there any other Point / Store system alternatives available that I can download from somewhere?
Reply With Quote
  #394  
Old 05-03-2007, 12:46 PM
AzzidReign's Avatar
AzzidReign AzzidReign is offline
 
Join Date: Apr 2006
Posts: 497
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not yet, but I've been informed that there will be. I'm keeping my eye out for it. I believe the point system will be called "PointIt", so you can be on the look out. I'll assume that the bank and store and labeled "StoreIt" and "BankIt"...but I'm only guessing.
Reply With Quote
  #395  
Old 05-04-2007, 12:20 AM
jonnycrick jonnycrick is offline
 
Join Date: Apr 2007
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Err0r404 View Post
oh im also gettign this error

Database error in vBulletin 3.6.5:

Invalid SQL:

UPDATE itemshop_stock
SET iorder =
CASE
ELSE uid
END
WHERE uid IN ();

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ELSE uid
END
WHERE uid IN ()' at line 4
Error Number : 1064
Date : Wednesday, May 2nd 2007 @ 02:33:06 PM
Script : http://www.the-pr0xz.com/forums/isho...=doupdateorder
Referrer : http://www.the-pr0xz.com/forums/ishop.php
IP Address : Xx.XXx.XxX.
Username : Err0r404
Classname : vb_database


any ideas?
I'm getting the same error too. Help appreciated!

Let me know if you work it out
Reply With Quote
  #396  
Old 05-05-2007, 12:27 AM
Susp3nc3 Susp3nc3 is offline
 
Join Date: May 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any thought of putting up a message while giving a gift! other than that this thing is awesome! Only needs the personalized messages and it would be even cooler.
Reply With Quote
  #397  
Old 05-05-2007, 09:52 AM
deezelpope deezelpope is offline
 
Join Date: Feb 2007
Posts: 1,272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My members either send PMs or reputation to notify the recipient.
Reply With Quote
  #398  
Old 05-05-2007, 09:30 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

same as mine
Reply With Quote
  #399  
Old 05-06-2007, 09:08 AM
rabbits slayer rabbits slayer is offline
 
Join Date: Mar 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get these errors when pressing the "update order" button:

Code:
Warning: Invalid argument supplied for foreach() in /ishop.php on line 95

Warning: array_keys() [function.array-keys]: The first argument should be an array in /ishop.php on line 100

Warning: implode() [function.implode]: Bad arguments. in /ishop.php on line 100
This only happen when there's nothing in inventory. Help pls? Other than that, it works fine.
Reply With Quote
  #400  
Old 05-07-2007, 12:29 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

database error

Code:
Invalid SQL:

      UPDATE itemshop_stock
      SET iorder =
          CASE
                       WHEN uid = 8 THEN
                       WHEN uid = 9 THEN
                       WHEN uid = 11 THEN
                       WHEN uid = 19 THEN
                       WHEN uid = 21 THEN
                       WHEN uid = 31 THEN
                       WHEN uid = 50 THEN
                       WHEN uid = 69 THEN
                       WHEN uid = 75 THEN
                       WHEN uid = 76 THEN
                       WHEN uid = 88 THEN 1
              ELSE uid
          END
      WHERE uid IN (8,9,11,19,21,31,50,69,75,76,88);

MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHEN uid = 9 THEN
                       WHEN uid = 11 THEN
                       WHEN uid = 19 THEN
Error Number : 1064
Date         : Sunday, May 6th 2007 @ 11:51:21 AM
Script       : http://www.dancehallareaz.com/forum/ishop.php?do=doupdateorder
Reply With Quote
  #401  
Old 05-08-2007, 09:02 AM
rungok's Avatar
rungok rungok is offline
 
Join Date: Mar 2007
Location: Oslo
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to identify who the donation is from in CP or shop?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:57 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08597 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete