Apptha / Marketplace-M2

Apptha Marketplace extension used to sell multi-vendors products into single store. It's allows sellers to add/edit/delete their products and customer buy multi-vendors product in single store. Seller can add different types of product. Also admin will get commission based on seller products.
35 stars 48 forks source link

Checkout Page Error [ Class Apptha\Marketplace\Block\Onepage does not exist ] #11

Open it-sumanp opened 5 years ago

it-sumanp commented 5 years ago

Getting this error while going to checkout page Exception #0 (Magento\Framework\Exception\LocalizedException): Invalid block type: Apptha\Marketplace\Block\Onepage Exception #1 (ReflectionException): Class Apptha\Marketplace\Block\Onepage does not exist

VarunContus commented 5 years ago

Hi,

We have downloaded the code from the Github and installed the extension. We tried to reproduce the error by placing an order and unfortunately, we can't reproduce the error. So, let us know whether you are customizing the Apptha extension? or have you overwritten any files?

godilite commented 4 years ago

same issue my checkout page shows nothing, when I check the system.log I see the same critical warning Class Apptha\Marketplace\Block\Onepage does not exist

godilite commented 4 years ago

Getting this error while going to checkout page Exception #0 (Magento\Framework\Exception\LocalizedException): Invalid block type: Apptha\Marketplace\Block\Onepage Exception #1 (ReflectionException): Class Apptha\Marketplace\Block\Onepage does not exist

How did you solve this???

godilite commented 4 years ago

Please @VarunContus

lima195 commented 4 years ago

Looks like the app/code/Apptha/Marketplace/Block/Onepage.php is really missing.

Also, the 'onepage.phtml' file is missing too.

I've copied those 2 files from core and placed in module dir, seems work, but probably should lost some data.

godilite commented 4 years ago

@lima195 please I have a problem here, after installation of the marketplace, I cannot see the option for the vendor to post products from frontend, when I click manage products I only see a page title "My account"

godilite commented 4 years ago

Nothing is shown on the page, is it a bug? I don't see any errors

orloopssolutions commented 4 years ago

https://github.com/Apptha/Marketplace-M2/issues/26#issue-562118828

ghost commented 4 years ago

@godilite this compatibility issue with Magento version since I was installed Magento version 2.3 and the extention support only magneto 2.2.x, use magento version 2.2.x.

ghost commented 4 years ago

@VarunContus could you please told me which Magento version you are using that this issues doesn't happen?

ghost commented 4 years ago

@it-sumanp @godilite I used magento version 2.2.2 and the issue not happens.

Thnaks All

VarunContus commented 4 years ago

@mrashour I used Magento Version 2.2.2. We suggest using the Magento version from 2.2.0 to 2.2.3

clion007 commented 4 years ago

The most simple fix method is delete the module layout checkout_index_index.xml file.

arham-dastagir-tech commented 4 years ago

I cannot see the option for the vendor to post products from frontend, when I click manage products I only see a page title "My account"

@godilite did you find any solutio? I am facing same issue