Home Forums WoodMart support forum Pagina finalização de compra

Pagina finalização de compra

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #449795

    r.edvarde
    Participant

    good afternoon, I set up the theme in the last update and made an integration for checkout off the site, this integration works perfectly with other themes and with some attractive versions of woodmart itself, but now it doesn’t work, it sends to the checkout page Theme’s default request.

    #449803

    r.edvarde
    Participant

    here is a video recorded in loom to better show what is happening, I need to find out which function of the woodmarte theme is blocking the redirection as shown in the video

    https://www.loom.com/share/17c74d62dbb34f479c6a6d6005f41d9d

    #449804

    r.edvarde
    Participant

    the theme is blocking actions:

    add_action(‘woocommerce_before_cart’, [$this, ‘cartpanda_add_cart_script’]);

    add_action(‘woocommerce_before_checkout_form’, [$this, ‘cartpanda_add_checkout_script’]);

    #449807

    r.edvarde
    Participant

    The theme is blocking calling our functions within woocommerce

    #449963

    Luke Nielsen
    Keymaster

    Hello,

    May I kindly request access to the admin dashboard? This would enable me to investigate the issue from your side and provide some efficient resolution.

    Looking forward to collaborating with you!

    Kind Regards

    #491812

    I’m facing the same problem. How can I solve it?

    #491849

    Luke Nielsen
    Keymaster

    Hello @igor.borges.silva1997,

    Try to define appropriate hooks for showing some content from the plugins on the Checkout page: https://take.ms/vcKcr

    In case, if it doesn’t help you, please create a separate topic to avoid any confusion and describe the issue more clearly with some screenshots.

    Kind Regards

    #491968

    I added a woocommerce_before_cart hook and the redirect worked correctly, but it has a delay to redirect. (here is a video on loom sharing what is happenning: https://www.loom.com/share/a6f7b875385e4c33844b27a3fec918dc?sid=889e90cb-497a-488e-999e-918b908eeadd)

    However, it has a certain delay because it loads the default WooCommerce checkout page and then after redirects to my external checkout. Is it possible to go directly to my external checkout by clicking on [Buy Now] button?

    It doesn’t need to pass through the woocommerce checkout, i want to go directly to the external checkout.

    #492239

    Luke Nielsen
    Keymaster

    Hello @igor.borges.silva1997,

    In this matter, we cannot help you with a redirect to another page, as this is a function of a third-party plugin, but we can recommend that if you do not use a checkout on your site, you can disable our Woodmart checkout layout in Dashboard -> Layouts and use the default WooCommerce layout, perhaps this repair will reduce delay in the redirect.

    Kind Regards

Viewing 9 posts - 1 through 9 (of 9 total)