*** EMERGENCY *** Payment System Not Working *** EMERGENCY ***
-
Hi.
Can we examine it? After the update again, the system is broken payment !!! The payment page can not be resumed. He’s stuck.
Why they happened 🙁
Please help me.
Thanks.
Attachments:
You must be
logged in to view attached files.
I canceled the payment instrument. It still does not work. He’s stalling on the payment page. I think the problem is about the theme.
I interviewed the hosting company. Software problems appeared to be. Could you please help me urgently?
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
function woodmart_shop_vc_css() {
if ( ! function_exists( 'wc_get_page_id' ) ) return;
$shop_custom_css = get_post_meta( wc_get_page_id( 'shop' ), '_wpb_shortcodes_custom_css', true );
if ( ! empty( $shop_custom_css ) ) {
?>
<style type="text/css" data-type="vc_shortcodes-custom-css"><?php echo $shop_custom_css; ?></style>
<?php
}
}
add_action( 'wp_head', 'woodmart_shop_vc_css', 1000 );
Regards
Thank you so much.
But why did you wait so long? I did not understand!!!
Our maximum response time on Sunday and Saturday may be up to 12 hours. Usually, we are trying to answer in a few hours or less in our working time.
Sorry for the inconvenience and thank you for understanding.