actully i want to resize the cart item thumbnail on checkout page of WooCommerce currently i am using I can’t change the product image size for woocommerce anser code in my child theme
but when i add this in my child functions .. it also resize the thubnail of main home page. i want this function to run only on woocommerce checkout page. please help me to fix that. i have tried is_page function also but running into error.
3
Answers
You can use Woocommerce Conditional tag of Checkout Page.
Source: https://docs.woocommerce.com/document/conditional-tags/
You can use the WooCommerce Visual Hook to run the code only on the checkout
source:https://www.businessbloomer.com/woocommerce-visual-hook-guide-checkout-page
You can try this: