Home Forums WoodMart support forum *** EMERGENCY *** Payment System Not Working *** EMERGENCY ***

*** EMERGENCY *** Payment System Not Working *** EMERGENCY ***

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #43561

    lavitasarim
    Participant

    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.
    #43563

    lavitasarim
    Participant

    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.

    #43564

    lavitasarim
    Participant

    Why do not you answer 🙁

    #43567

    lavitasarim
    Participant

    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.
    #43590

    Artem Temos
    Keymaster

    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

    #43611

    lavitasarim
    Participant

    Thank you so much.

    But why did you wait so long? I did not understand!!!

    #43613

    Artem Temos
    Keymaster

    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.

Tagged: 

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