Thank you for your reply.
i entered the following...
echo $this->element->vendor->vendor_terms;
in product / show.php view file.
The therms show fine inside the product details page, but the page now shows the following error:
function hikashop_product_form_check() { var d = document, el = d.getElementById('hikashop_product_quantity_main'); if(!el) return true; var inputs = el.getElementsByTagName('input'); if(inputs && inputs.length > 0) return true; var links = el.getElementsByTagName('a'); if(links && links.length > 0) return true; return false; }
Can you please advise?