• Hello,


    I updated WordPress and WooCommerce. This problem with the plugin didn’t exist before, but it’s happening now. When I try to add a product with extra options using this plugin, an error occurs when I add it to the cart. The error says, ‘This page isn’t working, onlyonclick.com is currently unable to handle this request. HTTP ERROR 500.’ Products without these options work fine.

    • This topic was modified 11 months, 2 weeks ago by onlyonclick.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Try to enable wordpress debug logging by setting:

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    

    in the wp-config.php file.

    Then try to add a product with options to the shopping cart.

    Then check if the log file:
    wp-content/debug.log

    contains any errors.

    Stanislav

Viewing 1 replies (of 1 total)
  • The topic ‘Error Adding Products with Extra Options to Cart – Plugin’ is closed to new replies.