Public Ticket #2657169 There is no way to identify composite products when the composite does not have name Closed
Comments 7Alvaro started the conversationJanuary 12, 2021 at 8:10pmI would like to hide the name and the description of the composite products (see screenshot attached).In order to do that i have to leave blank the name and description field on the individual settings.But by doing it, i leave the composite product without any title, so i cannot detect it without open it (see next screenshot).It would be great to be able to define a name to the composite product but now displaying it on the front. 767Janilyn repliedJanuary 13, 2021 at 7:31amHi Alvaro, Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back. Best regards.Janilyn T. - WPClever Support Agent 153Henry repliedJanuary 26, 2021 at 10:52pmHi Alvaro,You can try this CSS code:.wooco_component_name, .wooco_component_desc { display: none;}Best regards,Henry N. Sign in to reply ...
I would like to hide the name and the description of the composite products (see screenshot attached).
In order to do that i have to leave blank the name and description field on the individual settings.
But by doing it, i leave the composite product without any title, so i cannot detect it without open it (see next screenshot).
It would be great to be able to define a name to the composite product but now displaying it on the front.
Hi Alvaro,
Thank you for contacting WPClever Support Forum.
We’ve received your ticket and assigned one of our developers to help you with that.
He’ll be looking into your question and responding with specific instructions as soon as possible.
Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Alvaro,
You can try this CSS code:
.wooco_component_name, .wooco_component_desc {
display: none;
}
Best regards,
Henry N.