Post by AndreBarini » Thu Oct 12, 2023 10:16 pm

I created a category called Glossary.
I wanted the button_cart not to appear for products in this category/model.
I change the catalog/view/template/thumb.twig, like this:
<div class="button-group">
{% if model != 'Glossary' %}
<button type="submit" formaction="{{ add_to_cart }}" data-bs-toggle="tooltip" title="{{ button_cart }}"><i class="fa-solid fa-shopping-basket"></i></button>
{% endif %}
<button type="submit" formaction="{{ add_to_wishlist }}" data-bs-toggle="tooltip" title="{{ button_wishlist }}"><i class="fa-solid fa-heart"></i></button>
<button type="submit" formaction="{{ add_to_compare }}" data-bs-toggle="tooltip" title="{{ button_compare }}"><i class="fa-solid fa-arrow-right-arrow-left"></i></button>
</div>

But didn't work at all.

Thank you for your help.

Newbie

Posts

Joined
Wed Jun 21, 2023 6:59 pm

Post by straightlight » Mon Oct 30, 2023 1:16 am

AndreBarini wrote:
Thu Oct 12, 2023 10:16 pm
I created a category called Glossary.
I wanted the button_cart not to appear for products in this category/model.
I change the catalog/view/template/thumb.twig, like this:
<div class="button-group">
{% if model != 'Glossary' %}
<button type="submit" formaction="{{ add_to_cart }}" data-bs-toggle="tooltip" title="{{ button_cart }}"><i class="fa-solid fa-shopping-basket"></i></button>
{% endif %}
<button type="submit" formaction="{{ add_to_wishlist }}" data-bs-toggle="tooltip" title="{{ button_wishlist }}"><i class="fa-solid fa-heart"></i></button>
<button type="submit" formaction="{{ add_to_compare }}" data-bs-toggle="tooltip" title="{{ button_compare }}"><i class="fa-solid fa-arrow-right-arrow-left"></i></button>
</div>

But didn't work at all.

Thank you for your help.
OC version.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by AndreBarini » Wed Nov 01, 2023 10:00 pm

OC Version 4.0.2.1.
When I try to upgrade to 4.0.2.3 I receive this message: Version is lower than the current version!

Newbie

Posts

Joined
Wed Jun 21, 2023 6:59 pm
Who is online

Users browsing this forum: No registered users and 10 guests