-- HikaShop version -- : 2.6.0
Hi there,
I am using characteristics to show a colour selector on product pages, As the characteristic is an image and not text, the product title and cart entry shows the thumbnail of the characteristic image.
As i wanted the selected colour on the title and in the cart to be displayed as text, i added an extra column in the hikashop_characteristics database table named characteristic_alt_value, and implemented this column in product.php so that when a characteristic image is selected, the title of the product shows characteristic_alt_value.
I would like to add a field in the characteristic value edit popup (backend) so that i can enter the alternative value directly from the backend instead of via sql, could anyone point me in the right direction for the file where the popup's table is generated?
Thanks, Oli