• Resolved jakobneander

    (@jakobneander)


    After updating to the latest version today, 2.1.11, the payment tab in admin stopped working. Seems to be related to the new processing fee rules.

    On line 60 in wp-content/plugins/jigoshop-ecommerce/src/Jigoshop/Admin/Settings/PaymentTab.php there is a call to

    ‘processingFeeRule’ => Render::get(‘admin/settings/payment/processingFeeRules/processingFeeRule’, [

    But there is no such templates, if I change it to

    ‘processingFeeRule’ => Render::get(‘admin/settings/payment/processingFeeRules’, [

    it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The same thing happened to me so I reverted back to the previous version. What happened is a white screen when I click on the payments tab under settings.

    Should be fixed in the latest release – sorry for the inconvenience.
    Please update your Jigoshop eCommerce version when it’s available to you – it should be in a matter of minutes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Payment tab broken after update to 2.1.11’ is closed to new replies.