Increased woocommerce variation on the theme
-
Hello,
I would like to increase the woocommerce variations in the child theme:
Could you tell me where should I apply the modification code.
Increased woocommerce variation on the theme
if ( ! defined(‘WC_MAX_LINKED_VARIATIONS’ ) ) {
define(‘WC_MAX_LINKED_VARIATIONS’, 600);
}
Thanks in advance,
Hello,
Any custom PHP code for the theme is better to use via the fucntions.php
file of the child theme. This file you can find under Appearance -> Theme file editor.
https://prnt.sc/vVpVehydHDU-
Please let me know if you have any further questions in the meantime.
Kind Regards
Thank you for your responsiveness and your professionalism.
Hello,
You’re welcome!
In case you need any additional help, I’d be more than happy to assist you.
Have a good day!
Kind Regards
The topic ‘Increased woocommerce variation on the theme’ is closed to new replies.