Home › Forums › WoodMart support forum › Which WooCommerce Gift Wrap Option plugin is compatible with Woodmart theme? › Reply To: Which WooCommerce Gift Wrap Option plugin is compatible with Woodmart theme?
October 3, 2024 at 4:19 pm
#602287
Luke Nielsen
Keymaster
Hello,
We have our own Free Gifts option so we suggest using it. https://xtemos.com/docs-topic/free-gifts/
Clarify what exactly you don’t like in our Free Gifts? From the requirements above:
3. It was added to our feature request.
4. We have the opportunity to specify the price for gifts, for this you need to go to Theme Settings in the Gift products price display option, select Discount to zero and insert the following code, in which you specify the desired price
add_filter( 'woodmart_free_gift_set_product_cart_price', function ( $price ) {
return 0;
}, 10 );
Kind Regards
- This reply was modified 2 months, 1 week ago by Luke Nielsen.