• Resolved syoadmin

    (@syoadmin)


    Hi the table is not showing the variations in the right way. Please help!

    The page I need help with: [log in to see the link]

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

    (@alaa-rihan)

    Hi,
    I see you are no longer installing my plugin in your site, I will include some fixed to show the table correctly in Storefront theme soon, you can try it if you like.

    Thread Starter syoadmin

    (@syoadmin)

    Hello,
    still have your plugin installed. Because of some problems with permalinks in another plugin the page i was refering to is not showing i guess.

    new url: https://www.signyourown.nl/?product=merchcode-simpsons-beer-now-tee

    can see the table is better than it was before, though i would prefer it to be in the column of the product description. At least it is showing now which is an improvement.

    Plugin Author Alaa Rihan

    (@alaa-rihan)

    You need to remove this filter and add it to where you want it to be, this depend on your theme:

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table not showing in the correct way’ is closed to new replies.