-- HikaShop version -- : 4.2.1
-- Joomla version -- : 3.9.8
-- PHP version -- : 7.2.14
Hello, I would like to use labels on product page for product price (and for product code as well). Because of this I edited view for product/show_tabular.php and added code:
echo JText::_('MY_TEXT');
before code
$this->row =& $this->element;
$this->setLayout('listing_price');
echo $this->loadTemplate();
as it was suggested on following forum thread:
link
and this solution works when the product page is loaded first time but when I choose any of product variants (related with product characteristic) price label is disappearing
I would like to ask for a hint how keep price/product code labels visible even after product variant will be chosen on product page
Regards,
Greg