Product comparison

  • Posts: 19
  • Thank you received: 0
  • Hikashop Business
2 weeks 5 days ago #368627

-- HikaShop version -- : 6.1.0
-- Joomla version -- : 3.10.12
-- PHP version -- : 7.4

Hi,

I’m experiencing an issue with the product comparison table; it doesn't display the custom field names. Please see the attached image for reference: postimg.cc/30vtXKr0

Additionally, could you please advise me on how to make the "Compare Products" button sticky or move it to the bottom of the page?

Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 84497
  • Thank you received: 13739
  • MODERATOR
2 weeks 4 days ago #368630

Hi,

The problem comes from custom CSS you've added to hide the product custom field names:

.hikashop_product_custom_name {
    display: none;
}
in the file media/com_hikashop/css/style_custom.css
Remove that code from there and it will display again.

For the "Compare Products" button on listings, which appears when you have products selected for the comparison, you can use such CSS in order to make it sticky:
div#hikashop_compare_zone {
    position: sticky;
    top: 10px;
    z-index: 666;
}
stackoverflow.com/questions/43707076/how...sticky-property-work

Last edit: 2 weeks 5 days ago by nicolas.
The following user(s) said Thank You: omnitron

Please Log in or Create an account to join the conversation.

Time to create page: 0.061 seconds
Powered by Kunena Forum