• Good Morning Alaa, is it possible to place the options exact beneath the product title so in the above right so instead of first clicking a button?
    Like the old code you used?
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alaa Rihan

    (@alaa-rihan)

    Sorry, I didn’t got you, explain and include a url to see the issue please.

    Plugin Author Alaa Rihan

    (@alaa-rihan)

    you can remove the current table by adding this to your theme functions.php file
    remove_filter('woocommerce_after_single_product_summary','variations_table_print_table',9);
    and then add this to functions.php file:
    add_action( 'woocommerce_variable_add_to_cart', 'variations_table_print_table', 30 );
    change the action name “woocommerce_variable_add_to_cart” depending in your theme to show the table where you want it to be.

    Thread Starter Damiaan van Vliet

    (@damnsharp)

    Thanks Alaa for reply. I will try your solution.
    Have a nice weekend.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table on a different place’ is closed to new replies.