Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor angelleye

    (@angelleye)

    So you want to require users to accept the terms, but you want to skip the review page and the checkout altogether..?? At what point would you like to see the iframe with the terms to accept?

    Thread Starter luciver

    (@luciver)

    Yep, I was thinking in adding a function on ajax add to cart to see an iframe on first ajax add and creating a cookie to save the accept.

    So no need to have terms on other gateway than express checkout and no need review page after express to accept the terms.

    This can be great with skip review and allow checkout button on shop page.

    Plugin Contributor angelleye

    (@angelleye)

    Ok. That’s a rather unique request that I haven’t gotten from anybody else, so it’s probably not something I’ll be getting done any time soon.

    You’re welcome to fork our GitHub repo, add this functionality, and submit a pull request, though. I’d be happy to merge it in if it works well and is easy for people to enable/disable. ??

    Thread Starter luciver

    (@luciver)

    Ok,I understand.

    I have do the pop up on add to cart (class add_to_cart_button) with the cookie. I need to block cart or empty cart now if he reject the terms. If y have any idea, I take it. I haven t change the ajax woocommerce file but maybe is the way.

    I can call empty cart on php file but it s not really nice, better to block the add.

    Thread Starter luciver

    (@luciver)

    I will block the checkout button.

    Thread Starter luciver

    (@luciver)

    Well, it s done, but not work on the widget cart.

    Thread Starter luciver

    (@luciver)

    Left one bug, the animation stay showing on the button in cart widget. I will send the code in few time.

    Thread Starter luciver

    (@luciver)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘accept terms & conditions’ is closed to new replies.