Product List In Multivendor Checkout

Hi

So in Multivendor checkout, There is a list of the vendors that the customer has choosen to buy products from.

On the right is the cart with product names and amounts, totals etc.

So when a customer chooses to ship to a location that one of the suppliers does not ship to it tells them that that vendor does not ship to that location.

But when they look at the cart, they can not possibly know which products belong to that seller to remove them as the Vendor name dose not show in the Cart.

How can I add the seller name to the Cart.?

design/themes/responsive/templates/blocks/checkout/products_in_cart.tpl

try to use the products:product_additional_info hook here to add the following code

{$product.company_id|fn_get_company_name}

(!) Not tested

design/themes/responsive/templates/blocks/checkout/products_in_cart.tpl

try to use the products:product_additional_info hook here to add the following code

{$product.company_id|fn_get_company_name}

(!) Not tested

Just go service unavailable in checkout.

Thanks.

It works on my local installation. Looks like you copied the text incorrectly