Quote:
Originally Posted by Merriweather
I used your template changes to show their Classified ratings on their profile. But not all of my usergroups have access to the Classifieds, so a user without access would obviously have a rating of 0. What I want to do is if the user is in a group that does not have permission to use the classifieds, can the profile field be set to not show the stats?
|
The feedback is kept in the user table so as the script is written there is no special query needed to show this. To make it so that the database would be searched for rights to use the classifieds would add an extra process that is not in the script (as you mentioned).
Quote:
Originally Posted by Merriweather
I just "bought" an item via my ads (using Paypal) but the ad is still active. Did I miss a step of the setup, or did I misunderstand something? i thought once Paypal was used, the ad was removed from the DB. But now that I think about it, that would require Paypal IPN, so I am probably wrong in my assumptions and the seller has to remove the ad once it's been sold -- correct?
|
The lite version does not have IPN... IPN is built into the vBClassified script however... The process of interacting with the payment processor requires a lot of extra work such as creating a unique invoice, passing the values to paypal, and getting the result back from paypal. Then, there is the issue of dealing with uncleared payments (e-checks). The premium version does all of this but the lite one does not.
Quote:
Originally Posted by swiss
Is there an option to only allow set user groups to list ?
Yet still let other groupd view only?
|
Not currently... the lite version allows you to disable access but when they have access they can sell.
Quote:
Originally Posted by Glynn58
excellent add on just 1 problem for us is that the paypal is a .com
we are UK based and would like .co.uk so we are using our own currency is there a way to change this
thanks
|
The PayPal code is in the ViewAd template so you can edit this to what you need. You would need to verify that the rest of the data sent to paypal matches the layout in the template as written but I would not expect that you would have problems.
Now, I assume your UK paypal addresses would work with the paypal.com domain, right?