Title: product-adder.php
Last modified: August 30, 2016

---

# product-adder.php

 *  Resolved [cexilia](https://wordpress.org/support/users/cexilia/)
 * (@cexilia)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/product-adderphp/)
 * I need to implement two different templates of this type:
    One for the product
   page itself, and another one for the company’s product page (I need to put different
   sidebars on each)
 * The one for the product itself is working great, but I don´t know how to make
   the changes to make it work for the other case
    how can I do it? I cannot find
   any solution, please help
 * thanks on advance
 * [https://wordpress.org/plugins/ecommerce-product-catalog/](https://wordpress.org/plugins/ecommerce-product-catalog/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [ndre](https://wordpress.org/support/users/ndre/)
 * (@ndre)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/product-adderphp/#post-6471528)
 * Hi,
 * Did you try the Product Manufacturers extension? It allows to enable the manufacturers
   sidebar (it’s new feature available in the newest version).
 * If you prefer using the product categories for manufacturers you can modify your
   product-adder.php to show different sidebar depending on the category displayed(
   it requires some PHP knowledge):
 *     ```
       if (get_queried_object_id() == 5) {
       get_sidebar('x');
       } else {
       get_sidebar('y');
       }
       ```
   
 * 5 is category id
    x and y are sidebar IDs

Viewing 1 replies (of 1 total)

The topic ‘product-adder.php’ is closed to new replies.

 * ![](https://ps.w.org/ecommerce-product-catalog/assets/icon-128x128.png?rev=1103243)
 * [eCommerce Product Catalog Plugin for WordPress](https://wordpress.org/plugins/ecommerce-product-catalog/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ecommerce-product-catalog/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ecommerce-product-catalog/)
 * [Active Topics](https://wordpress.org/support/plugin/ecommerce-product-catalog/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ecommerce-product-catalog/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ecommerce-product-catalog/reviews/)

## Tags

 * [categories](https://wordpress.org/support/topic-tag/categories/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 1 reply
 * 2 participants
 * Last reply from: [ndre](https://wordpress.org/support/users/ndre/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/product-adderphp/#post-6471528)
 * Status: resolved