You can use some Javascript to trigger the click. For example:
$('.product-thumb').click(function(event) {
var product_link = $(this).find('product-thumb-primary a');
// Don't trigger a click on the existing link
if(!event.target.href && product_link.length) {
document.location.href = product_link.attr('href');
}
});
Un-tested but that’s the basic logic.
Related Posts:
- Change WooCommerce Image Size in One Product CAtegory
- Wrong product thumbnail size
- Caption not showing with Woo commerce thumbnails
- How to change product thumbnail size in storefront theme
- How to tell woocommerce slider to use thumbnails
- How do I change the woocommerce product gallery to show all thumbnails instead of three at a time in a carousel?
- WordPress pointing animated GIF images with wrong file name upon upload (GIFs animation not working)
- How to check if is in cart page? [closed]
- Display single product attribute value on Shop page (Woocommerce)
- Woocommerce 3.1 Add product image to order confirmation email not working
- Woocommerce: show default variation price is products list?
- display available size on hover, in woocommerce shop page [closed]
- WooCommerce add_to_cart url not working [closed]
- How to Add Product Variation with Multiple Images via WooCommerce REST API
- How to build wordpress site which will have location based services & products?
- WooCommerce: Adding Order Item Meta Data That’s Hidden
- Redirect user after login through woocommerce login page to page with his/her username?
- WooCommerce restore stock on order cancel
- Woocoomerce product category count including subcategories
- WordPress select field – show current value?
- Get the category ID in checkout page woocomerce
- “Cannot read property ‘replace’ of undefined” Javascript error when trying to add attribute terms from add product page [closed]
- Order list woocommerce Orders based on meta for custom status
- WooCommerce product taxonomies and menu export
- Javascript / Ajax Error After Migrating To New Domain Name
- How can i stop woocommerce checkout event based on api request result?
- WordPress Twenty Seventeen header image size not responsive for mobile
- WooCommerce back-end very slow takes 10 seconds to load, slow queries
- Woocommerce custom meta fields, sort by date
- jquery.validation.js is not working in woocommerce checkout page form
- Delete cookie when changing url (when navigating away from specific page of website)
- multi-vender wooCommerce ability to separate products based on zip code [closed]
- how customise Woocommerce style of custom theme
- Display Sales Quantity by product – Woocommerce [closed]
- How to set the meta description of a WooCommerce product as its primary category description?
- How to change woocommerce checkout privacy policy, terms and condition text [closed]
- Woocommerce Email show HTML source code [closed]
- Add SKU in Product Title
- Create a shortcode for native WooCommerce search form [closed]
- add to cart button not adding products in cart only in safari and edge browser [closed]
- WC Lightbox, Zoom and Slider not loading [closed]
- Woocomerce pulling wrong time from server -5 hrs difference
- I want hide view more button if price is blank
- How to use Custom Field to display product brief description in shop page with Woocommerce?
- What happens in the database when you link variations in woocommerce? [closed]
- Display custom product option in admin order details
- Archive product loop does not work with product filters
- remove sale price after finished countdown in woocommerce
- Woocommerce. How can I charge a fee from seller
- Add “new” tag for existing products
- How to retrieve a Menu Name by Menu Location with ACF fields
- How to update permalink programmatically?
- How to use decimal in quantity fields in WooCommerce for certain categories?
- Getting WordPress fatal error when hitting WooCommerce API
- Adding Tracking Details for Advanced Shipment Tracking Plugin From Order Notes
- check shipping amount in woocommerce_after_checkout_validation?
- Display shipping class in single product page woocommerce
- Is it ok to 301 redirect product-category pages to custom pages?
- how i can limit woo Category number like as ‘posts_per_page’ => -1, but it cannot work please help me
- Update a list of product to featured if product have meta value (Mysql not wpquery)
- Woocommerce – Add custom email footer to specific email template
- WooCommerce related product – only show from primary category
- Woocommerce: Variable Product – get variation name
- Forgot password flow does not work, getting email with a link but after clicking link it’s not working
- Html code is not showing in woocommerce shop page on adding in header.php?
- Is this code collecting user password?
- French accented text replaced with ? in woocommerce product list
- Trying to figure out why an error is returned when trying to add an item to the basket on this website
- Conditionnaly replace “Read more” text WooCommerce products
- WooCommerce/Authorize.net interface problem
- Using category and its sub-categories products attributes as filter in products pages
- WooCommerce one time checkout pop up
- Show “email already used message” first
- How to add capabilities for editor type user to access admin section
- woocommerce Shortcodes – Change display between mobile and Desktop
- Add multiple products to woocommerce cart
- Advanced Custom Fields missing Woocomerce in Rules
- woocommerce displaying products of a specific page
- How to display woocommerce products of one wordpress account in another wordpress account?
- Woocommerce Custom Rewrite Rules Array – Subcategories
- Woocommerce product listing design issues
- How to hide metaboxes in WordPress Admin on WooCommerce “Add Product” page – Remove side sortables for a specific user role
- How to get an Array from “select” field in advanced custom fields
- change text “free shipping” in WooCommerce [closed]
- Change woocommerce one category image size
- WooCommerce – item added to order not actually saved? [closed]
- show payment receipt in woocommerce thankyou page with custom payment gateway?
- Custom e-commerce display for specific users [closed]
- How to get the attributes based on dependency in woocommerce?
- Woocommerce composite and bundle products
- how to show itemized shipping cost|? [closed]
- GET woocommerce order request is not showing meta data [closed]
- Add a custom meta column to a built-in import CSV file
- Hide/show button for the password field in the Woocommerce My Account page
- I need help with CPT for a food delivery business
- How to enable product wise product wise shipping in WordPress WooCommerce?
- Converting longtext to mediumtext in WordPress wp_postmeta table
- How to remove product number count in the category within the sidebar woo commence
- Woocommerce send metadata to stripe
- How to disable the autozoom on mouseover for the product image in Storefront theme of WooCommerce?