Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter saliljnr

    (@saliljnr)

    So a better description of problem.. When I try to create a Paid Listings Package Subscription and hit save, page reloads and defaulst to simple subscription – this is some sort of incompatibility I think. I can however create a a Listing Package (note this is not a subscription) successfully.
    I need the Listing Package Subscription though as it allows me to restrict the limit of subscriptions a user can have.. If you need access to my WP site just to test and see the problem, let me know… thanks!

    Thread Starter saliljnr

    (@saliljnr)

    Am still hopeful someone will assist me with this problem. I asked WC Paid Listing author and we went as far as identifying probable source of problem.
    This piece of code in /wp-content/plugins/woo-poly-integration/src/Hyyan/WPI/Product/Meta.php line-246:


    add_action('save_post', function ($_ID) {
    $product = get_product($_ID);
    if ($product) {
    $type = $product->product_type;
    update_post_meta($_ID, '_translation_porduct_type', $type);
    }
    });

    Apparently on save_post it probably runs before WC Paid Listings plugin has a chance to save anything… So to test, I commented out the function and I could successfully save a Listing Package Subscription ?? But when I attempted to translate the product, the translated one still has same issue – Not to mention that obviously commenting out this action call isn’t a workable solution in the first place..
    Anyone???? I really need this to work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Support for Woo Commerce Paid Listings Subscriptions’ is closed to new replies.