![]() |
Quote:
|
Ringleader, can you please update this to work with 3.7.0?
Thanks |
A very nice hack, With 3.7, I found a issue though.
I made the security fix above, so the token works, but when I apply a coupon, the values of the subscription are not updated, can anyone give me some help for this to be fixed? I have attached a photo of the test board. |
I applied the token-fix but it still says that the token is missmatched, what did I wrong?!
edit: i edited the wrong template :D |
Just say I wanted to make a subscription free, so I took the full price of the subscription off. It now says ?0.
But when you complete your owner, It says: Quote:
|
Quote:
You can do this is using the promotions system. I'm off work in a week, so i'll get on to the problems listed here then. Hope that's okay with folks :) |
there's any tutorial on how to use VBCoupon?
|
thanks nice product
|
i entered the coupon code and stuff in the box then it says check your updated prices but the prices didnt change then when i check the adminpanel the value for Number of uses each coupon has goes to 0 and when i set it to 1 again the prices updates any idea why?
|
I use the % system and I try to give 30% discount which works so far ok, but when it goes to paypal payment paypal gives an error and says that the ammount for the payment is not right.
what is this?! edit: i installed everything from the scratch but version 1.3 wont work with paypal, paypal always complains that the amount is not right. what's going wrong? edit2: the version 1.4 does the same, paypal wont accept the payment: The link you have used to enter the PayPal system contains an incorrectly formatted item amount edit3: as I see at the source the form contains <input type="hidden" name="amount" value="7,00" /> put it must be a "." instead of a ",": <input type="hidden" name="amount" value="7.00" /> how can I change this?! |
seems like the problem is bigger.
thx. for the support :-( |
Anyone using this successfully with VB 3.7.x??
|
I got it working just make sure that the security token is in place, and be careful, of the phrasings.
Link to security token post 152. |
I am having a slight problem with this...the payment goes through and everything, but I have setup so that upon purchasing a subscription, a user's usergroup changes to "Paid Members" instead of "Registered". But the thing is, the subscriptions are not going through successfully. I get the payment in Paypal, however the user does not get updated.
I checked transaction log, and this is what it states: HTML Code:
vb_error_code invalid_payment_amount |
Hi,
I had pretty much the same issue, but found out it wasnt the coupon mod, but a mis-setting in the paypal subscription API. This thread helped me: http://www.vbulletin.com/forum/showthread.php?t=255511 I had inadvertently changed my paypal primary email & didnt update it thru the VB subscription options. BTW, this mod is working fine on 3.7 Thank you! |
Really appreciate your reply redg8r, and I read that forum - it seems as if I'm abiding by all those rules.
Thing is that payments that a coupon wasn't used on are working fine, but when a coupon is used - it doesn't go through. Says invalid amount as I pasted above. (I receive the payment, however Vbulletin does not activate the user). Any help would be greatly appreciated. Thanks |
Quote:
|
Yes, I also have the same problem.
The problem is vbulletins system checks the paid amount against the amount you have set in your paid subscription to make sure they match (sort of a security check). The coupon changes the value of the amount making them not match. Has anyone found away around this yet? |
Hey guys, I've been reading the posts and keeping up with the bug reports on this thread, but I've been snowed under with work for the past while (new job and all that jazz).
I will be free in about 2 weeks to begin working on this again immediately. Thanks for supporting the mod! Apologies for not getting the time to respond earlier. |
Quote:
|
I just installed this mod and find the max value for a coupon is 99. I need three digits because we deal with larger ticket items. Is there a quick mod? Also, I can't get rid of the not accepted currencies in the subscription cost listing. I know this is somewhat unrelated but need advice.
Update: I tinkered and now it is accepting three digit reductions. Nice little mod. Now if I could get rid of the unwanted currencies that are showing in the subscription section :) |
uuhm i just discovered a bug.
If you put 2 options in 1 subscription Like $15 for 1 month and $50 for 3 months then there wont be a discount on any of thoose 2. Could you please fix this ringleader. Or does any1 else know how to fix this? |
Ringleader,
I realize that this mod is currently limited to subtracting a discount from a subscription price, but adding just one piece of functionality outside that scope would make this mod perfect for me: In payments.php, if you could add a check that when the cost is empty AND a coupon is used, then instead of issuing an error that the wrong currency was chosen, it simply skips payment, and goes to the next step, where the user is added to whatever group goes with the subscription. Also, your latest posted version of vbcoupon was last April. You were hoping to get to several user requests at around the beginning of September. How's that coming? I want to install the mod, but will hold off if you're preparing for another release soon. |
Quote:
We are using PayPal and made the following edits in includes/paymentapi/class_paypal.php: Find: PHP Code:
Add 'user.userid' to the select so that it now looks like this: PHP Code:
Find: PHP Code:
Add this code right before it: PHP Code:
|
ringleader, any news?
|
Quote:
Also i have seen a few people say they have the pro version where is this located. Im running 3.7.2 |
Anyone?
|
Can you make it so the coupon can only be used 1 time for only 1 certain paid subscription that will be unbuyable?
|
ringleader you still supporting this one?
|
Quote:
I would love to have this functionality also, as it would work perfectly with some free subscriptions I would look to put out, yet keep some paid subscriptions active also. |
:( walks around head down awaiting support
|
I got this error;
Your submission could not be processed because a security token was missing. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. |
too bad this would be a great add on
|
Quote:
I also discover a bug when i tried to set a coupon for a one-time only use. Apparently, if I set the coupon use to 1, the coupon will not work. But if I want it to be used for only one time, I have to set the value to 2. Anyone face this same issue? |
this looks like a great mod, any chance of making one for vbulletin 3.8?
|
Quote:
|
Quote:
Looks promising. Would like to take a look at it. However, seems Ringleader has gone AWOL - which should be an invite to someone else to take this over? I wish I could... Would love to get this Mod up-and-running... |
Ditto, Ditto!! for 3.8.x:D
|
It Works With 3.8.2!
Download it and read all the instructions and do what it says then: Fine Template vbcoupons Templates > Expand > vbCoupons_couponbit > Edit > Find The First Form: Code:
</form> Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> Code:
</form> Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> This should now work if you followed these steps and the steps in the installation file. Test Board: http://forums.jetgaming.org Pics: http://i233.photobucket.com/albums/e...ler/coupon.jpg http://i233.photobucket.com/albums/e.../couponadd.jpg |
1.4 version?
Are you sure its actually working have you tried to use it to see if it deduct when you actually have to make the payment thru paypal or which ever service. thats where i ran into issues it looked as if it was working but it wouldn't recalculate when it went through the payment api. I cant see the pics im at work photobucket is blocked, so ill look when i get home. I wish ringleader would port this to 3.8 or any coder for that matter. |
All times are GMT. The time now is 07:41 PM. |
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:
|