• Hello everybody!
    Tell me please how should I change code in my template for woocommerce

    Example, when I need to change design and make a homepage a little bit different I use if else:

    <?php if (is_front_page()){ ?>
        <div>info1</div>
    <?php } else { ?>
        <div>info2</div>
    <?php } ?>

    What should I use for woocommerce pages in my website instead
    <?php if (is_front_page()){ ?>
    Thanks!

    http://wordpress.org/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ruson

    (@ruson)

    I solved the problem by myself
    instead is_front_page
    I should use is_woocommerce

    HI,
    I am working on wordpress-woocommerce ecommerce website but when we click on lost password link then we entered email id to get lost password link. but i getting same email twice please assist.

    For email i am using woocommerce plugin.

    Pleae send me solution rapidly.please please i am waiting for response .

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘template for woocommerce’ is closed to new replies.