• Resolved cwkoomy

    (@cwkoomy)


    it working find, but when i add variable product as gift, when at shopping page will show “SELECT OPTION” when click the button, it keep loading and nothing to select. what happen or anything i wrong set?

    • This topic was modified 7 years, 9 months ago by cwkoomy.
Viewing 1 replies (of 1 total)
  • Plugin Author DecomTeam

    (@decomteam)

    – PHP version ? (minimal PHP version required is 5.6+)
    – WordPress version
    – WooCommerce version
    – Theme you are using

    Also We cant know whats going on with your website if you dont show us DEBUG ?
    – open Chrome DevTools – Console – and check are there errors
    Chrome Dev Tools
    – enable WordPress DEBUG
    Enable Debug in WP

    define( 'WP_DEBUG', true );
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    // Display of errors and warnings 
    define( 'WP_DEBUG_DISPLAY', true);

    [ Signature deleted ]

Viewing 1 replies (of 1 total)
  • The topic ‘variable product problem’ is closed to new replies.