Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hello,
How do I reorder the single_price in Aurum?
I tried this:
/* Move price below short description */
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 8 );
Is not working. I think that Aurum already hook the single_price to another priority. Can you help me?
Thanks,
Vito
Hi Vito,
After slightly modifying your code to this one:
The problem got solved:
(view large version)