Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3665996
FLOATING CART PURCHASE ERROR
Open

Comments

  •  7
    ANGEL started the conversation

    Hello. I just purchased your WPC Fly Cart 5.7.0 premium plugin, but it's giving me trouble in some tests. If I want to finish the payment from the floating cart, when I press the buy button, the following error appears: Permissions check failed! and it does not let me continue with the payment, nor does anything appear to me to add data. Can you please help me?

    Attached files:  ERROR COMPRA EN CARRITO.png
      ERROR COMPRA EN CARRITO 1.png

  •  1,222
    Dustin replied

    Hi Angel,

    Please add the custom code below. (How to add custom code? ↗):

    add_filter( 'woofc_disable_security_check', '__return_true' );

    If it still doesn't work, please send me your website credentials (wp-admin link, username, and password) or create a dev/staging site with the same configurations so I can check and fix any issues.

    Best regards,
    Dustin

  •  7
    ANGEL replied

    That's great! with this modification it works correctly. Thank you so much!