StoreHippo allows you to add related products. By default in the StoreHippo themes, the products within the same category are shown automatically as the related products. Along with that, you can also specify the related products manually while adding or editing the product.
To add the related products, follow the steps mentioned below:
To make the related products visible on the product page of your store, then you need to make few changes in the design theme. Follow the steps mentioned below:
<div ms-widget="ms.entity" ms-data-entity="ms.products"
ms-data-alias="related_products"
ms-data-filters='[{"field":"sku","value":{{product.related_products}},"operator":"in"}]'>
Now, the related products will be displayed on the product page of your store.