I have a vendor who wants to point to his products on my marketplace from his website for specific categories. I can give him the URL to the category (www.example.com/some_category) which he can embed on his site, but then he runs the risk of customers seeing products from competing vendors in the same category.
Is there a way to create a URL which is an AND of vendor_name and product_category?
I have a vendor who wants to point to his products on my marketplace from his website for specific categories. I can give him the URL to the category (www.example.com/some_category) which he can embed on his site, but then he runs the risk of customers seeing products from competing vendors in the same category.
Is there a way to create a URL which is an AND of vendor_name and product_category?
thanks
Ajay
Hello!
Try such URL: ?dispatch=companies.products&category_id=93&company_id=1 with the necessary company ID and category ID. You can build the URL in this way: go to vendor catalog page (?dispatch=companies.products&company_id=1) at the storefront, there will be category filter, just select the category you need.