Thank you for the replay
1. Did you done some modification through the file "show_block_characteristic" of the "product" view of your front-end template via "Hikashop->Display->Views"
I just checked. That file is not edited at all.
2. Can you directly check and edit the name of your characteristic through your characteristic configuration page ("Hikashop->Products->Characteristics") ?
Indeed I can, but that's not the issue. Plus, that page seems to have not much to do with the actual page characteristics., The table where the Characteristics are contained has this class:
<table class="hikashop_product_characteristics_table">
In the view "show_block_characteristic" of the "product" view there is no trace of this table. The only table in that view is this one:
<table class="hikashop_variants_table hikashop_products_table adminlist table table-striped table-hover" cellpadding="1">
In other words, that view and the issue I am having are not related, but I'll keep looking in the views if there is a connection.
As I explained in my OP, the broken page is the result of a product given a "Color" Variant, but the product itself only comes in White.
When I opened the product, the only characteristic assigned to the product was "Size" (in the administration) but in the front end the drop down showed color, with white as its only choice and without label.
When I added manually "Color" to the product then it worked fine. The label appeared again and everything was OK.
I attached my CSV to see if I had done something wrong.
It's either that or there is something wrong with the Characteristic that where there is a single color chosen it won't show the label for some reason.
All I really need is for the Label "Color" to show up. I don't care that there is only one choice in the variants. It's supposed to be that way. I built the import table that way so that if in the future I need to add colors I can.