Hidden Variant Causing Issues

  • Posts: 962
  • Thank you received: 11
  • Hikashop Business
3 years 7 months ago #323426

Just checking in regarding my last post :)

Thanks!

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

  • Posts: 4502
  • Thank you received: 610
  • MODERATOR
3 years 7 months ago #323531

Hello,

You have just to reproduce the same configuration from "Snap Buttons" characteristic, but with your"default" characteristic, and the important point is to switch it on the second characteristics



regards

Last edit: 3 years 7 months ago by Philip.

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

  • Posts: 962
  • Thank you received: 11
  • Hikashop Business
3 years 7 months ago #323586

How do I remove the Characteristics from the product name, as per the attached. It should not be there.



Thanks!

Attachments:

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

  • Posts: 4502
  • Thank you received: 610
  • MODERATOR
3 years 7 months ago #323695

Hello,

We can suggest to give name to your variant like this example :


That will leads to see result :


See it by yourself on your product frontend & backend.

Regards

Last edit: 3 years 7 months ago by Philip.

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

  • Posts: 962
  • Thank you received: 11
  • Hikashop Business
3 years 7 months ago #323717

Hi Philip,

In order to do what you suggested, I would have to go through ALL the products and rename the variants - that is too much :(

Is it possible that I can add a class around the characteristic so that I can hide it? That would make things much easier/faster.

If not, I will just hope that in the near future the "Characteristics dynamic display" will not work ONLY when you have more than 1 characteristics.

www.hikashop.com/support/forum/product-c...g-issues.html#322784

Thanks!

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

  • Posts: 4502
  • Thank you received: 610
  • MODERATOR
3 years 7 months ago #323736

Hello,

Yes, you can use a custom css code to remove the "extra" variant name, with this kind of code :

span.hikashop_product_variant_subname {
    display: none;
}

If you use this, as a result on any page the variant subname won't be display anymore.
If you want only remove it on a specific context, you can process like this :
div.specific_html_page_class span.hikashop_product_variant_subname {
    display: none;
}

Hope this will fit your needs.
Regards

Last edit: 3 years 7 months ago by Philip.

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

Time to create page: 0.071 seconds
Powered by Kunena Forum