![]() |
what is the main purpose of coupon?
thanks |
Quote:
Also - Quote:
|
The pointmarket_expire bug I already found and fixed. It was just a missing bracket I did by accident before releasing Alpha 4.
I'll look into the other reported little sql bugs, they shouldn't be that difficult to correct. The concept of coupons is for allowing additional discounts for users for certain market items that are based off a set criteria that the administrator decides. So for example, if a user was a member of a certain primary usergroup they might get an additional discount of 25% off an item. Beta 1 comes out this Sunday as I've mentioned several times. In it I'll have all market items fully functional. It doesn't look like I am going to have time to script for the Market Store the ability to purchase items and download them. I also won't get to the coupon listings in this release. Those will come out in a later beta phase. |
Quote:
|
Okay, is there something that I can run to clear out all these thread bans? None of them are expiring.
|
Quote:
|
Quote:
|
And can someone explain the gift cost to me? The price next to the gift says 500.00, but the total up top says 1000.00 - with no real explanation of why the prices are different.
|
Running alpha 4
Bug1 When purchasing a gift market item made by another member : this shows up in header,... Quote:
Bug2 Tried to clear user title color, set to one day expire, ran all maintenance, color will not expire. Will check again tomorrow and report back to see if cron reset it. Bug3 Using the username color/glow/strikethru items purchased,... they work but they also insert html code into the html alt for the avatar image and a couple of other places. And btw, thanks for fixing the maintenance link on thread purchases items. That was bugging the crap out of me. |
Report back on Bug2, color still has not expired. Running other tests.
|
Quote:
|
Quote:
|
This is the official 3.1.0 Beta 1 Release Information:
The beta 1 series has now begun. I have resumed scripting needs to be completed features for the 3.1x series. In this release, all market items should now work with the exception of the vbExperience market item. Also when purchasing the coupon listings, the coupon listing page hasn't been scripted. However, this should not effect the ability to create and use coupons for your forums so users may still use coupons if you have them enabled. Also, I still haven't scripted the market store downloadable purchase item yet. Those are coming within the next beta or so version. Lastly, in this release, the ability to upload has been added so make sure you Chmod /customavatars/ and /images/smilies/ to 777 for uploading permissions. There are several bug fixes in this release. I'm still awaiting to hear on some other bugs so if you feel like you had a bug in Alpha 4, go ahead and test it with the Beta series and if the bug is still not fixed, please rereport it but make sure to give as much detailed information as possible such as what exact page you were viewing, etc. P.S. I got another release in on time :) |
Beta 1 Bug: Under the maintenance section, 'Usertitle Update' hangs on the first page. It never ends, nor moves to another page
|
And does 'Donate to Another User' really expire?
|
Quote:
|
And is there a way that the expiration time of the item couldbe displayed on the purchase page?
|
Thank you for your update ^^
anyway I'm bored of asking the same question over and over, so at least tell me if you gonna put it in the future update or not, because it's essential for me, The question was: can I chose the usergroup for the third "Secondary Usergroup Change" Item I made or not? Best Regards, Sarab |
Quote:
|
Quote:
Quote:
Hello TheMayhem the error still occurs. :( With beta 1: Bug1: Now if you send the purchase-form the page simply reloads and nothing happens. Bug2: templates and phrases are up to date. Code:
The amount you have requested to deposit is less then Code:
Credits Balance: 11 Kind regards Kesandal |
Private message me login details as well as exact links to each page and what browser are you using?
|
So if you have some people who don't want to participate at all. Can you switch them to a different usergroup that doesn't allow the use of credits or something? I have a ton that REALLY want to play and a very select few that want no part of it.
|
Hi,
I am using your product and I cant seem to figure out the primary usergroup stuff. The issue is I have 4 paid usergroups. Your store allows me to put in one price for a primary usergroup purchase but doesnt allow me to specify what they get after they purchase. The option should include a primary usergroup purchase and a selection to pick a usergroup to upgrade them to once they complete the purchase. Primary usergroup: 5000 Usergroup to upgrade to: Platinum or Exclusive etc. It should pull from the usergroups you have setup in the forum already. Also when I try to purchase the item its not deducting from my points. I have a registered user account with 50,000 points. I setup the primary usergroup option at a cost of 10,000 points. It says the item was purchased successfully but it doesnt deduct the points from the overall balance as well as it doesnt upgrade the user to another upgroup. Is this something thats built in already and Im just missing it? I am willing to pay to have this fixed on my system so please PM me. -=DCG=- |
Quote:
Please check your private messages :) I've tested the shop with Firefox 3.5 and IE 8 Regards Kesandal |
Edit: Spoke too soon, found what I was looking for.
|
Quote:
DCG, your right the way I have it setup now doesn't let you add more then 2 primary usergroups total. I'll tell you what, I will fix this for the next release and make it so you can choose which usergroup they go to for an infinite amount of times. :) As for why it's not charging the user, link me to the exact purchase item page that you are looking at that never charges. I'll be able to tell by the id number within the link if this is a bug and where it's at. |
Quote:
|
Ok so, it says there's an images forum market category but I don't see it in the market or in the admincp. How do I add these?
Edit: Btw I upgraded from 3.0.0 RC 3 Edit2: I fixed it by exporting market_transactions table and completely uninstalling then reinstalling. Edit3: Ok items may have shown up but templates are still not correct. Example: Upload options have no upload field, ban user options have no input field for user, etc. http://i.imgur.com/9pb9m.png I completely uninstalled the market and reinstalled it after the update didn't work correctly. |
I get an error when I try to buy any item.
Just got this one trying to buy an item I made myself. Fatal error: Cannot use object of type mysqli_result as array in /usr/home/jappleton/domains/tightjeansforum.com/public_html/pointmarket/market_store_purchase.php on line 30 Get this one trying to buy a Custom User Title Fatal error: Cannot use object of type mysqli_result as array in /usr/home/jappleton/domains/tightjeansforum.com/public_html/pointmarket/market_purchase.php on line 58 |
Quote:
|
Yeah I sent you a PM about it.
|
***editted***
Resolved and thanx, it's a great mod :up: |
Quote:
TheMayham, please help us... :( Edit: I was able to fix the bug by myself. For the other guys encountering the same problem: 1. open /pointmarket/market_store_purchases.php 2. search for Code:
$cid = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_coupons WHERE id ='$getcoupon'"); 3. replace it with Code:
$cid = $vbulletin->db->fetch_array($vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_coupons WHERE id ='$getcoupon'")); Code:
$cid = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_coupons WHERE id='$getcoupon'"); 5. replace with Code:
$cid = $vbulletin->db->fetch_array($db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_coupons WHERE id='$getcoupon'")); After this modification I was able to buy products :) Question to Mayham: shouldn't Code:
$has_purchased = $db->num_rows($db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_store_transactions Code:
$has_purchased = $vbulletin->db->num_rows($db->query_read("SELECT * FROM " . TABLE_PREFIX . "market_store_transactions Best regards Kesandal |
Dont wanna sound rude, but I dont like the 'steal' feature at all it is just plainly retarded to me. Is there a way to globally get rid of all steal functions?
|
Quote:
|
Quote:
As for the number rows report, I believe the vBulletin syntax actually is preferred to use $db->num_rows over $vbulletin->db->num_rows; however, I've never been completely positive on that. |
Is there any way to access a log of who purchased points with real cash via paypal? The problem I see is, someone makes a purchase with real cash and then says that they didn't get the credits, and right now I can't find anywhere at can show me if they did or not.
|
The transactions are stored but for whatever reason I didn't script a way to see them. I'll be sure to rectify this and make it so there is a history log for you to view as an Administrator in the near future!
Also, in the next beta due this Sunday I've scripted it so you can now control which usergroup each primary/secondary usergroup change is. This was based off of requests in this thread so you can theoretically now make an unlimited number of change usergroup forum items and each item can have a different usergroup if you like. |
Code:
Database error in vBulletin 4.1.2: |
You fixed it!
Thank you! |
All times are GMT. The time now is 12:19 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|