• Resolved andresmolina

    (@andresmolina)


    Hi!

    First of all congrats for such an amazing plugin.

    That being said, i would like to see if you can help me out. My shop does not have/use the cart page, therefore everyone gets redirected to the checkout page, where i show the contents of the cart, eventhough your plugin tires to show up variations it keeps spooling forever. But if you do it on cart page, then it works like a charm, i just want to know if you could help me to make it so it works as well on checkout page and not just on cart page.

    Thanks
    Kind regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter andresmolina

    (@andresmolina)

    Hey!

    Let me answer my own question.

    You will have to change the following line in the class-wc_update-variation_in-cart_ck.php

    if($WOO_CK_WUVIC_status==”true”){

    if(is_cart()){

    for :
    if($WOO_CK_WUVIC_status==”true”){

    if(is_cart() || is_checkout()){

    Plugin Author codingkart

    (@codingkart)

    Hello @andresmolina,

    Thank you for posting your question and answer. But as this plugin is supposed to update the selected variation on cart page, not on the checkout page.

    Hi, I’m having the same problem, how to hide this edit button on checkout page, as there is no need for editing product variations in checkout page.

    There is a button for editing under product title in checkout page which does nothing which is misleading in the first case, plus it is interfering with returning customer login button which is not working due to your plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not working on checkout page’ is closed to new replies.