By default none usergroup has permissions to use vbfclassifieds, so you need to give permissions to any group. Goto AdminCP->Usergroups->Usergroup Manager and edit any usergroup you like to give permissions.
If you've installed vbSEO, Login into vbSEO Control Panel, click "Custom Rewrite Rules", insert rewrite rules (attached in vbseo-rules.txt to not lose formatting) and save settings.
4.- Copyright
The script cannot be redistributed, reproduced, or published in any way. Modifying this
script and sharing or publishing your modification anywhere without the author's written permission is not allowed, but you can modify it as you want but just for your
own use.
In addition to above restrictions you can't develop and share addons for 3nd party scripts (eg for vBadvanced).
Removal of our copyright link is strictly prohibited.
I want to use this so that members of the forum can post their own items for sale. However, when they try to buy something, PayPal is trying to pay the email account defined in AdminCP as the PayPal Merchant Account email address.
Why doesn't this script provide PayPal the email address that the seller provides when they place the ad? This would solve the problem.
Also, if an email address is not defined within the ad, the "Buy It!" option should be disabled.
Why doesn't this script provide PayPal the email address that the seller provides when they place the ad? This would solve the problem.
Are you sure for it? Because I've checked it on my own. Of course I must admit that I checked it with the commercial version, but I don't think that Olympic has touched any part of the code there. I'll be back after rechecking it.
Quote:
Originally Posted by JamesC70
Also, if an email address is not defined within the ad, the "Buy It!" option should be disabled.
You're right, and this is totally my faulty approach. I added this restriction, but following wrong condition (if the price=0 and not if the email is empty). I'll correct it and we'll post an update. Sorry for troubles.
Are you sure for it? Because I've checked it on my own. Of course I must admit that I checked it with the commercial version, but I don't think that Olympic has touched any part of the code there. I'll be back after rechecking it.
I am sure.
Turn Sandbox off (I don't have a Sandbox account).
Put a specific email address in AdminCP, something that you'll recognize in a minute.
Edit an existing ad to show a second email address. Theoretically this is who PayPal should send payment to.
Try to buy the item in this ad, and enter a third email address.
On my end, the third email address is trying to pay the first email address, not the second. I can screenshot all this and email it to you if you like.
I added this restriction, but following wrong condition (if the price=0 and not if the email is empty). I'll correct it and we'll post an update. Sorry for troubles.
I split my replies, as these are two different problems.
I think a "Buy It!" should be allowed if price=0, as someone could be giving something away. Just thought I'd put my two cents in before you change your code.