vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vBulletin classifieds mod from Panjo (https://vborg.vbsupport.ru/showthread.php?t=300901)

dougdirac 10-26-2013 05:14 AM

I posted how I think the seller payment details should look on vB.com here: http://www.vbulletin.com/forum/forum...65#post4003765

I'd have posted it directly in this thread, but vB.org doesn't support tables. (Though, if I had known how long it would take to get them to work in vB5 on vB.com I wouldn't have bothered.)

compunerdy 10-26-2013 04:06 PM

That is what I would like to see as well..

Panjo 10-28-2013 11:22 PM

Quote:

Originally Posted by Gamelobby (Post 2456262)
Is that 3% on top of PayPal.? (or does Panjo circumvent PayPal)

Panjo recently switched from operating as its own PCI compliant payment processor to using PayPal as the payment processor. Now, sellers pay PayPal's standard 2.9% + $0.30 for successful transactions + any optional fee that you, the forum owner, charge.

Panjo 10-28-2013 11:23 PM

Quote:

Originally Posted by Videx (Post 2456290)
Or, in our case with a local forum, every ad would have that header. Nobody sells anything via mail order.

We are removing the 'local pickup' prefix today (10/28/13).

Panjo 10-28-2013 11:25 PM

Quote:

Originally Posted by compunerdy (Post 2456333)
Some of this info is already outdated since they switched to PayPal.

I have been implementing this and have asked lots of questions, so here is how I understand it.
Panjo currently uses PayPal as the payment processor so the only fee the seller pays is the paypal fee's + and fees imposed by the forums. At this time the PayPal fees are immediately taken out and the seller get the price of the sold item minus paypal fee. What is a little hazy is when the forum owners get paid if they are charging a fee. As I understand it Panjo collects this separately and later from the seller to then pay the forum owners BUT they are working to have this all be part of the paypal system so that at the time of the sale the seller and the forum operator gets paid.

100% correct. Panjo is working on implementing "chained payments" right now. in the meantime, Panjo circles back to the seller post sale to collect any forum fees. Once chained payments are in place, Panjo will be able to collect all forum fees at the time of the sale.

Panjo 11-01-2013 11:10 PM

Panjo will release support for currencies next week. (the first week of November) All Panjo partners will automatically get the currency update. If you are seeking to use Panjo outside the US or your users primarily transact in currencies other than the U.S. dollar, you can install and configure Panjo and you will get the currency update next week.

Panjo 11-07-2013 04:02 PM

Panjo is pleased to announce the release of support for more currencies in its vBulletin classifieds mod. The Panjo marketplace plugin now (or will shortly) supports: U.S. Dollar, Pound Sterling, Singapore Dollar, Australian Dollar, Canadian Dollar, & the Euro.

Spika 11-11-2013 09:00 AM

After Unistall this App from AP -> Plugging & Products I get a lot of database errors and the forum is down!

I am reinstalling the forum again

I don?t understand why Vbulletin Staff permit this


Database error in vBulletin 4.2.2:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_panjo AS phrasegroup_panjo,
language.phrasegroupinfo AS lang_phrasegroupinfo,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep
, user.panjo_selling
FROM vb_user AS user
LEFT JOIN vb_userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN vb_usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN vb_language AS language ON (language.languageid = IF(user.languageid = 0, 4, user.languageid))

WHERE user.userid = 1 LIMIT 1;

MySQL Error : Unknown column 'language.phrasegroup_panjo' in 'field list'
Error Number : 1054
Request Date : Monday, November 11th 2013 @ 10:34:35 AM
Error Date : Monday, November 11th 2013 @ 10:34:35 AM
Script : http://www.gstrail.es/foro/classifieds.php
Referrer : http://www.gstrail.es/foro/classifieds.php?p[mshow]=support
IP Address : xxxxxxxxxxxxx
Username :
Classname : vB_Database_MySQLi



Database error in vBulletin 4.2.2:

Invalid SQL:

SELECT administrator.*,
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_plugins AS phrasegroup_plugins,
language.phrasegroup_cpglobal AS phrasegroup_cpglobal,
language.phrasegroupinfo AS lang_phrasegroupinfo,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep
, user.panjo_selling
FROM vb_user AS user
LEFT JOIN vb_userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN vb_usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN vb_administrator AS administrator ON (administrator.userid = user.userid) LEFT JOIN vb_language AS language ON (language.languageid = IF(user.languageid = 0, 4, user.languageid))

WHERE user.userid = 1 LIMIT 1;

MySQL Error : Unknown column 'user.panjo_selling' in 'field list'
Error Number : 1054
Request Date : Monday, November 11th 2013 @ 10:28:31 AM
Error Date : Monday, November 11th 2013 @ 10:28:31 AM
Script : http://www.gstrail.es/foro/admincp/p...do=productkill
Referrer : http://www.gstrail.es/foro/admincp/p...roductid=panjo
IP Address : 77.231.86.161
Username :
Classname : vB_Database_MySQLi
MySQL Version :

ozzy47 11-11-2013 11:00 AM

Since in both of those errors, there is no username, I would guess that you left the file, classifieds.php in your forum root, and a bot may be hitting it. This is just a guess though.

Panjo 11-12-2013 06:43 PM

We are thrilled to announce support for more currencies. As of today, 11/12/13, Panjo supports the following currencies:

Australian Dollar | AUD
Canadian Dollar | CAD
Czech Koruna | CZK
Danish Krone | DKK
Euro | EUR
Hong Kong Dollar | HKD
Norwegian Krone | NOK
New Zealand Dollar | NZD
Pound Sterling | GBP
Singapore Dollar | SGD
Swedish Krona | SEK
Swiss Franc | CHF
U.S. Dollar | USD

You can learn more about the Panjo classifieds plugin for vBulletin here. You can find example of live sites with Panjo here.


All times are GMT. The time now is 05:38 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
  • Page Generation 0.01205 seconds
  • Memory Usage 1,763KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete