Won't implement Improvement: no plus icon if amount is limited

More
1 year 6 months ago #2294 by Dmitrijs Rekuns
Improvement: no plus icon if amount is limited was created by Dmitrijs Rekuns
Hi Ruud,
We limited amount of copies of the product to 1 - in 90% there is no sense for end customer to buy several copies of the same extension. Usually, one copy is enough and then another copy is bought, when needed. 
My proposal is doing checking and if the number of items is limited to one, then to remove PLUS icon at the checkout (now it is not clickable due to limit, so there is no need to display it).

Best regards,
Eugene
The topic has been locked.
More
1 year 6 months ago #2297 by Ruud van Lent
Replied by Ruud van Lent on topic Improvement: no plus icon if amount is limited
Hi Eugene,
You can create a css rule to achieve what you want:
Code:
.ochsubs-icon-plus:disabled { visibility: none; }

This is easiest.
The topic has been locked.