[XFA] RM Marketplace

[XFA] RM Marketplace [Paid] 3.9.6

No permission to buy (€8.00)
Yes, I think the issue comes from the fact that you set 99 years, it's too high.
One question, did you do that to make it unlimited ? In which case, put 0.
I changed it, and it fixed one issue. But now gives me this:

HTTP 500 error
That's odd... Microsoft Edge can’t find this page

This page can’t be displayed, because this site’s server might be under maintenance or there could be a programming error.

Try this
 
Hum, you are the only one to have that much issues.

Do you have any error in your server error logs ?
 
Hum, you are the only one to have that much issues.

Do you have any error in your server error logs ?
Code:
Server Error Log
Error Info
ErrorException: Fatal Error: main(): Failed opening required 'PPConfiguration.php' (include_path='/home/rpgmaker/public_html/library:.:.:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php') - library/XFA/ThirdParty/Paypal/PPBootStrap.php:8
Generated By: Test, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(71) "https://rpgmakermv.co/resources/test-purchase.984/market-place-purchase"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["xfa_agree"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfConfirm"] => string(1) "1"
  }
}
 
Did you really followed the FAQ I pointed out ?

It seems that you didn't rename PPConfiguration.php.txt to PPConfiguration.php.

Clément
 
Alright, so the tutorial/FAQ is outdated with paypal. And if you haven't caught on yet, I'm kind of slow to this whole thing... So, "Request API Credentials" isn't an option when you go to the API Credentials. Instead it shows:

upload_2016-8-10_17-35-0.webp

Now, I clicked API Signature, which brought me to what I assume is the new version of what you're talking about. However, when I go to place to download the thing I need, I don't see the download section. Instead I see:

upload_2016-8-10_17-31-41.webp

How do I download the thing to upload it to my FTP?
 
Alright, so the tutorial/FAQ is outdated with paypal. And if you haven't caught on yet, I'm kind of slow to this whole thing... So, "Request API Credentials" isn't an option when you go to the API Credentials. Instead it shows:

Now, I clicked API Signature, which brought me to what I assume is the new version of what you're talking about. However, when I go to place to download the thing I need, I don't see the download section. Instead I see:

How do I download the thing to upload it to my FTP?

I think paypal did change the layout, I would have to update it indeed.
In any case, what you see on the third screenshot is the signature version of the API (you know there is signature and certificate).

So you can either user the api signature version (the FAQ explains) or get the certificate I think through remove on the third page then grant api access on the second and select certificate.

Hope it's clear ?
 
So you can either user the api signature version (the FAQ explains)
I added the signature, but I still get this error:

RPG Maker MV - Error
We couldn't initialize the communication with Paypal, please contact our staff.
 
Do you have a marketplace.log (not sure of the name) at your forum root ?
If so please send me by pm.
 
XFA updated [XFA] RM Marketplace with a new update entry:

Bug fixes and new features

Corrected bugs:
  • Terms and conditions still not visibile on edit
  • Button still not displayed in discussion
  • User with right to view all sales couldn't see shipment info
  • Error with threads of deleted resources: Undefined index: resource XenForo_Application::handlePhpError() in XFA/RMMarketPlace/Listener/Template.php at line 39

New feature:
  • New grid layout for the resources list display: configurable either globally or per category with image upload feature...

Read the rest of this update entry...
 
Hello,

how are managed shipping costs for physical products?
In case of a user buy two different physical product how the shipping costs are managed?
 
Hello,

how are managed shipping costs for physical products?
In case of a user buy two different physical product how the shipping costs are managed?

This is very basic, currently shipping cost should be integrated to the item pricing.
Btw, there is no multiple article purchase currently so the question regarding the two products doesn't seem relevant.
 
xfa_rmmp/upgrade
error ?

An exception occurred: Mysqli prepare error: MySQL server has gone away in /var/www/html/library/Zend/Db/Statement/Mysqli.php on line 77

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
  5. XenForo_Model->fetchAllKeyed() in XenForo/Model/AdminNavigation.php at line 31
  6. XenForo_Model_AdminNavigation->getAdminNavigationEntries() in XenForo/Model/AdminNavigation.php at line 405
  7. XenForo_Model_AdminNavigation->getAdminNavigationForDisplay() in XenForo/Dependencies/Admin.php at line 227
  8. XenForo_Dependencies_Admin->_getNavigationContainerParams() in XenForo/Dependencies/Admin.php at line 205
  9. XenForo_Dependencies_Admin->getEffectiveContainerParams() in XenForo/FrontController.php at line 637
  10. XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
  11. XenForo_FrontController->run() in /var/www/html/admin.php at line 13
 
Hello,

Seems like you had an issue with your server while upgrading (sql connection lost).

Has the upgrade run ok ?

Clément
 
I would be very seriously interested in this if it had:
1. A "Cart" capability i.e. a user can buy several physical products at once placing them into the shopping cart and then paying for them together
2. Auto calculate shipping cost based on each product's weight combined and then auto looks up the shipping cost e.g. auto looks up shipping cost from Australia Post
3. Different credit card payment gateways

Item's 2 and 3 above could be chargeable addon modules. For example I would pay an extra price to have an Australia Post shipping module and pay extra for a Westpac Bank Credit Card Payment Gateway - both I could provide the developer code for
 
1. A "Cart" capability i.e. a user can buy several physical products at once placing them into the shopping cart and then paying for them together$

That's something I am thinking at but it's quite complicated due to the multi seller aspects.
Though, thanks to paypal I would be able to perform it as it accepts up to 10 receivers (so I could limit to up to 9 different receivers - as 1 is needed for the percentage on sales).

This is a complicated feature to implement though so I have not yet planned it.

2. Auto calculate shipping cost based on each product's weight combined and then auto looks up the shipping cost e.g. auto looks up shipping cost from Australia Post

First that would only work if the seller is unique.
However, this is a very complex feature and I am not currently going to consider such a feature at the moment.

3. Different credit card payment gateways

At some point I am planning on adding compatibility with [bd] Paygate, not sure if that would answer your need ?
However this would not be compatible with a multi seller configuration with percentage on sales retrieval.

Item's 2 and 3 above could be chargeable addon modules. For example I would pay an extra price to have an Australia Post shipping module and pay extra for a Westpac Bank Credit Card Payment Gateway - both I could provide the developer code for

That's not a bad idea to consider this as separate add-ons.
Interested in getting the code but I am unsure I'll implement that in a short time frame as adding support for additional payment methods would mean getting big changes to the current code architecture.
 
Thanks mate...I am looking at it as a single seller shop environment. Currently I use CS-Cart at www.clearprop.com.au but it isn't integrated with my forums. A single integrated shop addon for XF selling physical products is my aim but are looking at ways I could use alternative solutions
 
Back
Top Bottom