Title: template for woocommerce
Last modified: August 21, 2016

---

# template for woocommerce

 *  [Ruson](https://wordpress.org/support/users/ruson/)
 * (@ruson)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/template-for-woocommerce/)
 * 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/](http://wordpress.org/plugins/woocommerce/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Ruson](https://wordpress.org/support/users/ruson/)
 * (@ruson)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/template-for-woocommerce/#post-4533763)
 * I solved the problem by myself
    instead is_front_page I should use is_woocommerce
 *  [testvikas](https://wordpress.org/support/users/testvikas/)
 * (@testvikas)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/template-for-woocommerce/#post-4533881)
 * 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.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [if else](https://wordpress.org/support/topic-tag/if-else/)

 * 2 replies
 * 2 participants
 * Last reply from: [testvikas](https://wordpress.org/support/users/testvikas/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/template-for-woocommerce/#post-4533881)
 * Status: not resolved