Hi all,
I'm looking to add a product scroller to a product page that would feature products "from this vendor"
So for example you click on a chocolate bar and it takes you to the product page, and at the bottom of the page is a scroller which shows all the products that vendor sells and just scrolls through them automatically.
The only option I can find is for "similar" products in the scrollers, but that shows all of the products similar to that one regardless of vendor, I would like to show that specific vendors other products.
Is there any way to do this?
Thanks!
Hi all,
I'm looking to add a product scroller to a product page that would feature products "from this vendor"
So for example you click on a chocolate bar and it takes you to the product page, and at the bottom of the page is a scroller which shows all the products that vendor sells and just scrolls through them automatically.
The only option I can find is for "similar" products in the scrollers, but that shows all of the products similar to that one regardless of vendor, I would like to show that specific vendors other products.
Is there any way to do this?
Thanks!
Our Vendor Product Page Pro addon will solve this problem. Please feel free to have a check.
app/addons/bestsellers/schemas/block_manager/blocks.post.php
try to add
'company_id' => '%COMPANY_ID%',
before the following line of code
'main_product_id' => '%PRODUCT_ID%'
Then clear cache and check the result
(!) Not tested