• I use this code instead of shortcode

    <?php

    if(get_the_ID()){
    echo do_shortcode( '[wp360view product_id =' . get_the_ID() . ']');
    }

    ?>

Viewing 1 replies (of 1 total)
  • Plugin Author QeWebby

    (@qewebby)

    Hello @leesle

    As per our experience, using ‘get_the_ID()’ we can get the Page ID and not the Product ID.
    In case to view the Product ID, we recommend using the short code mentioning Product ID only.
    For further queries you can connect with us on plugins@qewebby.com
    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘greate plugin’ is closed to new replies.