Repository Forums Support WooCommerce Extended Coupon Features PRO Free products doesn't show when customer not logged in Reply To: Free products doesn't show when customer not logged in

#3131
Soft79
Keymaster

Somebody placed this css which hides the selection:

.page-id-6 .wjecf-fragment-checkout-select-free-product {
    display: none!important;
}

Also, to allow the Free Products to appear dynamically: copy wp-content/plugins/woocommerce-auto-added-coupons-pro/templates/checkout/select-free-product.php to wp-content/YOUR_CHILD_THEME/woocommerce-auto-added-coupons/checkout/select-free-product.php and comment or remove this line:

if (empty( $coupons_form_data ) ) return;

But; it seems that you allow the coupon for any of the shipping/payment methods so why not remove these conditions completely from the coupon?