Repository Forums Support WooCommerce Extended Coupon Features PRO Display Free Product Options at Checkout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18670
    Seán Fahey
    Participant

    How do I get the free product options to display a the Checkout? Presently they are only showing on the cart page. I have seen your documentation mentions that it can be displayed on Cart or Checkout but I can not figure out how.

    #18674
    Soft79
    Keymaster
    #18677
    Seán Fahey
    Participant

    Hi,
    I have done this but if the coupon is added at Checkout, the free products do not show until you manually refresh the page – obviously this is not a good solution for customers. Is there any way to solve this issue?

    #18678
    Soft79
    Keymaster

    Oh, around line 38 of the same file you will see this:

    
    //Don't display if no free product selections...
    if ( empty( $coupons_form_data ) ) {
    	return;
    }
    

    Please remove or comment these lines.

    That should solve it.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.