• Resolved emotoro

    (@emotoro)


    Thank you so much for creating this plugin!

    I’m wondering if it’s possible to have the options table automatically visible…without having to click the edit button (with cart table hidden initially, until update/cancel button is pressed)? So that when a visitor lands on the page they can make any adjustments they would like right away.

    Thank you again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codingkart

    (@codingkart)

    Hi there, thank you for posting you a question. The plugin has standard features but you can always customize it to meet your requirements. You can add the following line of script to start of cart.js (on this location “wp-content/plugins/woo-update-variations-in-cart/assets/js”)

    jQuery(function(){ jQuery(‘.WOO_CK_WUVIC_buttom’).click(); });

    Hi ,

    I need to same feature options table automatically visible…without having to click the edit button cart page.

    I have added code at the first line woo-update-variations-in-cart/assets/js/cart.js ” jQuery(function(){ jQuery(‘.WOO_CK_WUVIC_buttom’).click(); }); ” but it is not working

    Could you please let me know where the need to add code exact place?

    • This reply was modified 7 years, 4 months ago by gunadurai.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display variable options automatically’ is closed to new replies.