I want the shop product to open in a new window after clicking on it

This topic has 2 replies, 2 voices, and was last updated 1 months, 1 weeks ago ago by Luca Rossi

  • Avatar: Sam
    Sam
    Participant
    August 12, 2024 at 09:44

    Hi,

    On the shop page, home page or other pages etc, I want the product to open in a new window after clicking on it.

    How do I do?

    Thank you.

    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    August 13, 2024 at 05:33

    Hi @Sam,

    To achieve that, please add the following code under functions.php file locates in your child theme:

    
    add_action('wp_footer', 'n2t_wp_footer');
    function n2t_wp_footer(){
        ?>
        <script>
            jQuery( function($){
                $(document).ready(function(){
                    $('.etheme-product-grid-title a, .etheme-product-grid-image a').attr('target', '_blank');
                })
            });
        </script>
        <?php
    }
    

    Hope it helps!

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.