Home Forums WoodMart support forum Increased woocommerce variation on the theme

Increased woocommerce variation on the theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #400175

    Nicosa
    Participant

    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,

    #400206

    Luke Nielsen
    Keymaster

    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

    #400208

    Nicosa
    Participant

    Thank you for your responsiveness and your professionalism.

    #400211

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Increased woocommerce variation on the theme’ is closed to new replies.