• Resolved JulieMarie

    (@juliemarie)


    How do we resolve this on my affiliate products that I do not control nor include pricing?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @juliemarie,

    Please share a screenshot of the product settings page, what are the product information you provided in the backend settings?

    This error may occur due to the product being restricted to purchase from WooCommerce or the price, type, or any other required information is not added while creating the product.

    Solution!

    Now, if you are getting the same error message on the WooCommerce Checkout page, then edit that product and check if all the necessary options are filled. Such as Name, price, and Subscription information if the product is a subscription product.

    If any one information is missing then add that information and update the product and try purchasing the same product from the default WooCommerce’s checkout page.

    Once the product is purchased from the default WooCommerce’s checkout page then it can be purchased from the CartFlows page too without any issues.`

    Thread Starter JulieMarie

    (@juliemarie)

    https://pasteboard.co/JrYETIG7S1U5.jpg
    Posts created before I started using Cartflows do not all have descriptions and none have the price, but they do not show that warning. I wouldn’t mind removing the warning entirely. I don’t want the price on the listing for affiliate products if that’s possible.

    Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @juliemarie,

    The error message is controlled by WooCommerce and if you want to remove the error message we can hide the error message using a custom CSS, but it may result in not showing any other WooCOmmerce error messages as well.

    BTW, if you are using affiliate products how are you using CartFlows? When I checked your website you don’t have CartFlows on your website.

    Use this custom CSS, and add this to your Dashboard > Appearance > Customize > Additional CSS.

    .woocommerce-notices-wrapper {
    display: none;
    }

    Hope this helps.

    Thread Starter JulieMarie

    (@juliemarie)

    Thank you so much for checking the website!
    Adding this snippet to the body of products added to the shop after implementing cartflows will do the trick without effecting the notices globally:

    <style>
    .woocommerce-notices-wrapper {
    display: none;
    }
    </style>

    We use cartflows to sell membership to Protective Diet education and the woocommerce shop is filled with affiliate links to the specific recommended products. Since the last update cartflows does not allow the subscription to be sold with an upsale option. I had to remove the upsale to get it to allow the purchase of the subscription. This is probably not the proper thread for this new issue with cartflows. Would you rather I post this new issue somewhere else?

    Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @juliemarie,

    I am just curious to know how you are using CartFlows when you have affiliate products, you can use this thread for asking questions.

    Let us know if we could be of any further assistance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error ‘Sorry, this product cannot be purchased.’’ is closed to new replies.