• Resolved hs24

    (@hs24)


    Hello,

    I have the following problem.

    When I don’t change the quantities of a composite product (because they can stand correct) and want to order, I get an error message “Missing a required component product.” If I change the quantity of 1 item, then I can order without any problem.

    What should I do to ensure that I can just leave everything default and still order?

    Thanks in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support miemie

    (@miemie)

    Hi @hs24,

    I check?our demo site?and find our plugin still works fine.

    There might be a confict between your plugin or our theme on your site and our plugin. Pls kindly check by deactivating one by one plugin or changing the theme to figure it out.

    Regards,

    Thread Starter hs24

    (@hs24)

    Hi,

    Fixed it. Problem was the theme (Porto) and found this code that solved it:

    add_action( 'wp_footer', 'wooco_fix_for_porto_theme', 99 );
    function wooco_fix_for_porto_theme() {
    	?>
        <script type="text/javascript">
          (function($) {
            $(function() {
              // ready
              setTimeout(function() {
                $('.wooco-wrap').each(function() {
                  wooco_init_selector();
                  wooco_init($(this), 'load');
                });
              }, 300);
            });
          })(jQuery);
        </script>
    	<?php
    }

    Kind regards

    H.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Missing a required component product.”’ is closed to new replies.