HI there,
I inserted the line into show_default.php.
<img src="images/product/banner/PRODUCT_<?php echo hikashop_getCID('product_id');?>.jpg" alt="banner_<?php echo hikashop_getCID('product_id');?>"/>
However, I wonder the product_id is the same as which I defined? Such as A1, A2, A3..in the following picture.
But after I tested, I found the product_id is something generated by system? Because when I name the banner as "PRODUCT_A1.jpg", the picture will not appear.
How can I define the product_id?
Thank you very much.