• Resolved newguy321123

    (@newguy321123)


    Cartflows/Funnels has been a savior. Thank you.

    I`m using it with Learndash and have 5 courses.
    Everything goes smoothly while watching the plugin and Learndash`s instructional videos, until near the end of the process.

    For each of the courses:
    . Associated the Course with WooCommerce as a Product, selected the relative course, and set the price.
    . Pasted Product`s full Permalink URL into Course Builder -> Settings -> Closed Button URL
    . On Learndash Course Settings “Select CartFlows Template for this Course:” “CHECKOUT” is selected

    In Flows -> Checkout, it shows “No Product Assigned” so went to Edit -> Checkout Layout -> Add New Products -> Select Product.
    But it consistently shows “No Matches Found”.

    The Product (course) names are very simple….
    A1 Prep Course
    A2 Prep Course
    A3 Prep Course
    A4 Prep Course
    A5 Prep Course

    I have tried all combinations of the “Please enter 3 or more characters” to search but literally no products show up. All Products / courses are Published, cache cleared, even restarted the browser. They`re virtual products so no stock issues. I am at a loss. ??

    Would someone be able to tell me what I`m doing wrong?

    This is one of 1 or 2 final steps before a full test run and I`m going nuts here.

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter newguy321123

    (@newguy321123)

    Workaround? Solution? Bug?

    Instructions for Learndash all say to set the Product Data to Course in Woocommerce, I did not expect (or maybe I just missed it) but when using Cartflows if the Product Data is set as a Course, Cartflows will\ not find it when trying to Add New Product.

    BUT…set the same Product Data to Simple Product / Virtual…and bada bing…Cartflows now lets it be added as new product.

    I haven`t tested it fully yet but it seems to solve this issue.

    Maybe the folks at Cartflows could have a look.

    (not sure this is resolved yet….so am leaving topic as is)

    • This reply was modified 4 years, 4 months ago by newguy321123.
    Thread Starter newguy321123

    (@newguy321123)

    Cool.
    I’ll wait for the update.

    Any guestimate on when it’ll be released?

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @newguy321123

    Thank you for getting back to us!

    We will possibly release it in the next week more or less.

    I hope this helps you.

    Feel free to get in touch in case you need more assistance.

    Have a great day ahead & stay safe.

    Thread Starter newguy321123

    (@newguy321123)

    Sounds good.
    Thanks.

    FYI to CartFlows support, I also have the same issue. It was driving me crazy. Glad I stumbled on this thread to find a workaround.

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @wisdra

    I am sorry for the inconvenience caused, don’t worry, we will be releasing an update for it very soon.

    I would suggest to keep and eye on the update notification of the CartFlows. One you get the update then please update it and your issue will be solved.

    I hope this helps.

    Feel free to get in touch in case you need more help or assistance.

    The problem arises in classes/class-cartflows-meta-fields.php on line 119.

    
    $supported_product_types = array( 'simple', 'variable', 'variation', 'subscription', 'variable-subscription', 'subscription_variation' );
    

    If you change it to the following it will work.

    $supported_product_types = array( 'simple', 'variable', 'variation', 'subscription', 'variable-subscription', 'subscription_variation', 'course' );
    

    CartFlows is restricting the product types here and is not including the ‘course’ product type. There should be some kind of filter here that integrations can hook into to let cartflow works with other woocommerce product types.

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @adunsulag

    Thank you for writing in.

    We are preparing an update for this fix and it will be released today.

    Please update the plugin once the update notification is displayed.

    I hope this helps.

    Feel free to get in touch in case you need more help or assistance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘No Matches Found in Add New Product’ is closed to new replies.