• Hello,

    Please can you add an option in the settings to disable the ability for users to remove products from their cart fly cart.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @teeboy4real ,

    May I ask the reason why don’t you want to let your customers remove the products from the fly cart? What if your customers add the wrong products or they have changed their mind and want to buy another item? Your customers might need to be able to remove the unwanted items. If there’s a special reason for your request, please clarify so that we can consider if we’d want to add that option or not. Thank you.

    Looking forward to your reply soon.
    Regards.

    Thread Starter teeboy4real

    (@teeboy4real)

    For unknown reasons when I click the remove button the cart shows that a ajax loading feedback, but the ajax loading never stops it just keeps loading and loading without stop. But on manual page refresh or reload the product item is actually removed from cart. The problem is just the ajax loading spinner that never stops or close. I was forced to install another empty cart plugin on checkout page.

    My site is on nginx server running php 7.3 +

    Plugin Author WPClever

    (@wpclever)

    Hi @teeboy4real ,

    We’re thankful for your support of our plugin. We have checked our plugin and it still functions well with the quantity. So before we can proceed to solve your problem, please take a moment to further clarify your issue. Kindly send us a screenshot or the link to your site so that our developers can find you a solution ASAP.

    We’re looking to reply soon.
    Best wishes.

    I have the same issue. When trying to remove or update product quantity in the pop-up window the realoding spinner appears but it looks like it’s stuck on an infinite loading, it never loads the updated quantity.

    I tried turning off all other plugins but the problem persists. Any ideas what is causing this problem?

    • This reply was modified 4 years, 9 months ago by srhog.
    Thread Starter teeboy4real

    (@teeboy4real)

    Please add the setting option to disable the (remove cart) button so it will be optional for users to select in the plugin’s settings. I have other measures in place to enable users empty their cart.

    Thanks

    I have the same problem, seems like is an issue with jquery… The console outputs:

    frontend.js?ver=2.2.2:365 Uncaught TypeError: jQuery(…).perfectScrollbar is not a function
    at woofc_perfect_scrollbar (frontend.js?ver=2.2.2:365)
    at woofc_show_cart (frontend.js?ver=2.2.2:371)
    at woofc_toggle_cart (frontend.js?ver=2.2.2:387)
    at HTMLButtonElement.<anonymous> (frontend.js?ver=2.2.2:31)
    at HTMLBodyElement.dispatch (jquery.js?ver=1.12.4-wp:3)
    at HTMLBodyElement.r.handle (jquery.js?ver=1.12.4-wp:3)

    But when I don’t import jQuery, the ajax issue is solved… I’ll try to import jQuery older versions to see if this works! And theres a bug to the teams fix I guess… Regards from Brazil guys ??

    Ow I fix it… I was minifying jQuery with a gulp task, in a vendors file… I had to remove it from there and enqueue it on WordPress functions.php file, but this broke somethings I had wrote in my scripts before…

    So I discovered that I have to deregister the WordPress jQuery… Weird, I didn’t knew about this.

    Anyway this was my steps
    1 – remove jQuery from my gulp minification task
    2 – deregister WordPress jQuery by using this in functions file: wp_deregister_script(‘jquery’);
    3 – import jQuery again in WordPress in functions file: wp_enqueue_script( ‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js&#8217;, array(), null, true);

    Ooh that was so embarrassing… But it’s a fucking nice plugin to have!! love it so much!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Disable option to remove product from cart’ is closed to new replies.