Viewing 6 reply threads
You must be logged in to reply to this topic.
Is it possible that clicking on the product image directly enters the product sheet of the woocomerce?
Hello,
What do you mean with product sheet? Because with the default options by clicking the product image the user will be redirected to the single product item.
Let us know.
Nice Day!
In the mobile version, when you click on the product image, it does not go to the single page of the product (a new window with the product image is currently opened). I would like to streamline the user, by clicking on the image of the product from the mobile you open your product single page.
Hello,
Now the product images can be clicked on mobile. I have removed this line from codeless-main.js
if( CL_FRONT.config.$isMobileScreen ){
$('.shop-entries .product_item .woocommerce-LoopProduct-link').attr('onClick', 'return false');
}
Regards!
Currently, when clicking on the image in the mobile version, these icons appear to enter the product. (see image) Can direct action be given to the simple product?
https://ibb.co/eTqbAU
Hello,
I have removed the icons on responsive, now i think it is ok.
Regards!
You must be logged in to reply to this topic.