Product comparison

  • Posts: 16
  • Thank you received: 0
  • Hikashop Business
16 hours 33 minutes 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: 84315
  • Thank you received: 13706
  • MODERATOR
3 hours 35 minutes 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: 15 hours 35 minutes ago by nicolas.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum