Displaying gift wrap checkbox on shop page
-
I tried to display this checbox on shop page. It works if you change the line 74 in plugin file woocommerce-product-gift-wrap.php
add_action( ‘woocommerce_after_shop_loop_item_title’, array( $this, ‘gift_option_html’ ), 10 );
But when you add a product to cart it doesn’t work.
What am I missing here?
- The topic ‘Displaying gift wrap checkbox on shop page’ is closed to new replies.