Marketplace Multi-Vendor - Admin View - Adding Supplier Name to Product Page


Supplier Name on Product Page

Back to User Guides

The Marketplace extension allows suppliers to place their Supplier Name on the Product Page. 

To add Supplier Name to the Product Page, please input the snippet code below to the Product Page template file: magento\module-catalog\view\frontend\templates\product\view\review.phtml

Snippet code for Supplier Name:

<?php echo $block->getReviewsSummaryHtml($block->getProduct(), false, true)?>

$block->getLayout()->createBlock('Cminds\Marketplace\Block\Catalog\Product\Supplier\Name')->toHtml();

<?php echo $block->getLayout()->createBlock('Cminds\Marketplace\Block\Catalog\Product\Supplier\Name')->toHtml(); ?>

Get more information about the Marketplace Multi-Vendor for Magento®2.

Find other Magento products at the CreativeMinds Magento Store.

Let us know how we can Improve this Product Documentation Page.

To open a Support Ticket visit our support center.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.