• Hi!
    First of all, great plugin like always!

    I only have one problem, it does not work on variable products. Would love some help! Thanks

Viewing 1 replies (of 1 total)
  • Hi!

    I also encountered this problem and solved it this way.
    First go to the plugin directory then includes.
    Open the file class.yith-wapo.php..
    Then search for the function getAllowedProductTypes()
    Then replace this line return array( ‘simple’ );
    With this return array( ‘simple’, ‘variable’ ) ;

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Awesome!’ is closed to new replies.