• Resolved webtrongoi

    (@webtrongoi)


    I tried to filter product by attributes and I put shortcode at archive.php of woocommerce. I put between if loop.

    <?php if(is_category(array(1,2,3,4,5))) : ?>
    <?php echo do_shortcode(); ?> 
    <?php endif; ?>

    and when I access archive page, it open new tab and show 0, How to fix this ?
    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘When i access to archive page, it’s open new tab and show 0’ is closed to new replies.