Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

Search results

  1. F

    Bug Fixed 2.1.1 version have 'name' can not get right info bug

    result: order can not finish after purchase and display 'name' Fields are require code public function getName() { $inputData = \XF::app()->inputFilterer()->filterArray($this->result, [ 'PAYMENTREQUEST_0_SHIPTONAME' => 'str' ]); return...
  2. F

    Bug Resolved rm 5.4.0 bug

    when customer have finish order ,can not return success data. and order can not change status to paid
  3. F

    Bug Resolved rm 5.4.0 bug

    peError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, class XFA\RMMarketplace\Pub\Controller\Order does not have a method "setupPurchaseInfoCreate"
  4. F

    Bug Not a bug Featured Issue for XF2.3

    file default code: public function canBuyFeaturing() { if ($this->Category->canPurchaseFeaturing() && $this->isForSaleInMarketplace() && (!$this->Featured || !$this->Featured->feature_date) && $this->user_id ==...
  5. F

    Bug Fixed RM makretplace issue Call to a member function isForSaleInMarketplace()

    Error: Call to a member function isForSaleInMarketplace() on null src/addons/XFA/RMMarketplace/XFRM/Pub/Controller/ResourceItem.php:322 Generated by: Unknown account and i view this page code like: public function actionMove(ParameterBag $params) { $response =...
  6. F

    Suggestion RM marketplace code

    RMMarketplace\XFRM\Entity\ResourceItem.php code : suggestion from public function isForSaleInMarketplace() { if (($this->xfa_rmmp_type == 'none') || ($this->Category->xfa_rmmp_conf == 0)) { return false; } if...
  7. F

    Bug Fixed RM marketplace purchase form bug

    when i config coupon for free product selling .it have not form to write address and have tip ,can not submit order.it is a physical selling. when use cash payment to check ,it is have display address form in frontend ,but others can not display address informaiton form. if i change payment to...
  8. F

    Bug Fixed RM marketplace purchase form bug

    when have coupon was config product price with 0.00 ,can not to purchase .no form for first name and last name etc
  9. F

    Bug Resolved RM Marketplace SQL query was too much

    check canview was request to get resource,maybe change to usergroup permission check ,is it better than now?
  10. F

    Bug Resolved RM Marketplace SQL query was too much

    hello ,i think you need to rewrite code about class extensions XFA\RMMarketplace\XF\Entity\Thread i think it have issue about search more query in all website all page include homepage .thread etc. maybe only resource page or resource related thread // Get resource $resource =...
  11. F

    Bug No Answer when invoice was active,have issue

    upload logo in invoice page and preview pdf have this tip: An exception occurred: [ErrorException] [E_WARNING] Undefined variable $info in src/addons/XFA/RMMarketplace/vendor/fpdf/fpdf.php on line 1265 version 5.3.0
  12. F

    Upcoming RM Marketplace 5.0.0, price increase and what's to expect

    nice work~ when it is open ,please tell me know !
Top