Viewing 2 replies - 1 through 2 (of 2 total)
  • Not very helpful for you but it always shows after the product description on my install. I’ve had a quick look and I can’t see any simple way to change the location in the options.

    Maybe a theme issue?

    Thread Starter kimski08

    (@kimski08)

    For anyone else that might be interested, I resolved this by changing the following line of code:

    add_action( 'woocommerce_single_product_summary', 'wpm_variation_grid', 25 );

    to

    add_action( 'woocommerce_single_product_summary', 'wpm_variation_grid', 40 );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing order of price matrix and product description’ is closed to new replies.