Skip to content
Advertisement

How to fix this magento 2 apptha marketplace issue?

1 exception(s):

JavaScript

After adding 10 products in magento 2 Apptha marketplace it is throwing exception like this…

Advertisement

Answer

It’s default package issue, in block file the page limit set to ’10’,

JavaScript

(line number : 114) in file /app/code/Apptha/Marketplace/Block/Product/Manage.php

If you are increasing the limit to above 10 means the products will display(Per page) based on the limit.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement