Hi,
If you don't set any prices in your products, HikaShop won't display any price for them. It will display by default a "Free" text that you can change to what you want with a translation override:
hikashop.com/download/languages.html#modify
You will however see the price as 0 in the checkout and in the email notifications. It's possible to remove that display there with some CSS code. For example, for the price display on the checkout, you can add such CSS on your website:
.hikashop_checkout_cart tfoot, .hikashop_cart_product_price_title, .hikashop_cart_product_total_title, .hikashop_cart_product_price_value, .hikashop_cart_product_total_value{ display: none !important; }
You can read more about how to add such CSS on this page:
www.hikashop.com/support/support/documen...ize-the-display.html