Repository Forums Support WooCommerce Extended Coupon Features PRO FREE products at PRO version: not updating Reply To: FREE products at PRO version: not updating

#1491
Soft79
Keymaster

I’m glad the fix worked, I’ll add the fix to the next version.

  • On the CART-page ‘Update cart’ must be clicked to append the free product (or use the snippet provided above).
  • On the CHECKOUT-page the ‘Select free gift’ will only be displayed if no free product was selected before.
  • On the CHECKOUT-page, pressing ‘PLACE ORDER’ will apply the free product.
  • If you don’t want to display free product selection on CHECKOUT, you can use CSS or template override. To override the template copy
    /wp-content/plugins/woocommerce-auto-added-coupons-pro/checkout/select-free-product.php
    to
    /wp-content/themes/YOUR_THEME/woocommerce-auto-added-coupons/checkout/select-free-product.php
    and delete or edit the contents.