fbpx
🤝  NEW YEAR SALE RETURNS - 50% OFF all plans! 🤝 Grab it Now

problem with support since 16 April No solution Bad Support

Kasim Mobarik

First,
From my perspective, if a customer selects the variation swatch and never views the title, he leaves the website without buying. Because he never understands that swatch is selected or not, if you are willing to modify now and add this “Selected” text into the plugin, I know it’s not more than a 5mints work to add this as a developer.

From your Perspective: if you have this feature, the conversation rate increases for website owner because customers understand what they selected and buying. In the end, you have happy customers of your plugin, your plugin has more positive reviews, which increase your sales.

Second,
I am providing an image as an example that my all variations have an image (https://imgur.com/a/poK42vT)imgur.com
Why I need to add the same images again and again for variation and tooltip (until the tooltip image is different from the variation image). (https://imgur.com/uu7WXtK)
there must be an option “if condition” if a user wants to set a variation image in place of the tooltip. Enabling that option will place a variation image in the position of the tooltip image too.
I think you have this feature, but it is not working as described above.
(https://imgur.com/FEmwIxs)

Kasim Mobarik

if the customer never views the title then he must leave the site and never buy. so my request is genuine.

“If you have this feature, the conversation rate increases for website owner because customers understand what they selected and buying. In the end, you have happy customers of your plugin, your plugin has more positive reviews, which increase your sales.”

and second I have added the feature request on that link

Golam Kibria

Hi Kasim,

I think my suggestion is the best solution for your first request.

This is how the output is produced.

Otherwise, the design will break. Let me know your thoughts.

Do you have a suggestion for the position of the ”Selected” text?

Anyway, you can try the following CSS:

ul.variable-items-wrapper li[aria-checked=”true”] .variable-item-contents::before {
content: “Selected”;
position: absolute;
top: -22px;
left: 50%;
color: black;
width: 50px;
display: inline-block;
margin-left: -20px;
font-size: 11px;
}
ul.variable-items-wrapper li[aria-checked=”true”] .variable-item-contents{
position: relative;
}

Thank You

Kasim Mobarik

one more thing I know how to add font-weight in this CSS but never know to change the position of the text “selected” i want it below of the swatch.

ul.variable-items-wrapper li[aria-checked=”true”] .variable-item-contents::before {
content: “Selected”;
position: absolute;
top: -22px;
left: 50%;
color: black;
width: 50px;
display: inline-block;
margin-left: -20px;
font-size: 11px;
}
ul.variable-items-wrapper li[aria-checked=”true”] .variable-item-contents{
position: relative;
}

Golam Kibria

Hi Kasim,

We have solved the issue from our live support section.

Is there anything else I can do for you?

Can I close the ticket now?

Thank You

P.S. Hopefully, we will implement your feature request in the next update.