Home Forums WoodMart support forum Cart page target=_blank

Cart page target=_blank

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #291776

    davidgq00
    Participant

    On the cart page, when I click checkout, it redirects me to checkout but a new tab, how can I make it redirect in the same window?

    #291822

    Hello,

    Please check how it works with the default wordpress theme just to check whether the issue is with our theme or not because the cart and checkout pages are woocommerce functionality and our theme doesn’t influence.

    Best Regards

    #291870

    davidgq00
    Participant

    I have fixed this error.

    When I add a button with wp bakery the link always opens in a new window, how can I make it open the link in the same window?
    Button screenshot attached.

    Finally I have a question, is there a way to hide the 360º product metabox?
    Screenshot attached.

    Attachments:
    You must be logged in to view attached files.
    #291986

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_action(
    	'init',
    	function() {
    		remove_action( 'add_meta_boxes', 'woodmart_product_360_view_meta', 50 );
    	}
    );

    As for the button problem, please, provide us your admin and FTP access so we can check what is wrong there.

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