Home › Forums › WoodMart support forum › Pagina finalização de compra
Pagina finalização de compra
- This topic has 8 replies, 3 voices, and was last updated 1 year, 4 months ago by Luke Nielsen.
-
AuthorPosts
-
March 9, 2023 at 7:02 pm #449795
r.edvardeParticipantgood 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.
March 9, 2023 at 7:14 pm #449803
r.edvardeParticipanthere 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
March 9, 2023 at 7:19 pm #449804
r.edvardeParticipantthe 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’]);
March 9, 2023 at 7:23 pm #449807
r.edvardeParticipantThe theme is blocking calling our functions within woocommerce
March 10, 2023 at 11:01 am #449963
Luke NielsenKeymasterHello,
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
August 29, 2023 at 3:09 am #491812
igor.borges.silva1997ParticipantI’m facing the same problem. How can I solve it?
August 29, 2023 at 9:28 am #491849
Luke NielsenKeymasterHello @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
August 29, 2023 at 3:51 pm #491968
igor.borges.silva1997ParticipantI 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.
August 30, 2023 at 4:42 pm #492239
Luke NielsenKeymasterHello @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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register