Cannot add product to basket when assigned a category

We have recently upgraded to Magento 2.4.2-p1 however the products would not add to cart. I realised that removing the product from any assigned categories it worked. So I recreated all categories and reassigned products to the new (same) categories and all was well. Have come back on this morning and again all products won’t …

Wishlist .counter.qty loads before page is fully loaded (frontend development help)

Hi, I’m trying to make the wishlist the same as the minicart with an icon and the counter qty. Therefore I override Magento_Wishlist/templates/link.phtml like so: <div class=”mywishlist-wrapper link wishlist” data-bind=”scope: ‘wishlist'”> <a <?= /* @noEscape */ $block->getLinkAttributes() ?> class=”mywishlist”> <!– ko if: wishlist().counter –> <span data-bind=”text: wishlist().items.length” class=”counter qty”></span> <!– /ko –> </a> </div> .mywishlist …

Do you have products that you Do Not want to be available to purchase to specific countries?

We have a smart product hide per country module auto-detects visitor’s GeoIP location and show/hide products based on country restrictions. The module offers simple configurations from back-end which requires no much technical know-how. The well-coded extension performs correspondence with other 3rd party extensions without losing their performance. To use this extension, store admin needs to …