Title: theme integration &#8211; added product-adder.php
Last modified: August 21, 2016

---

# theme integration – added product-adder.php

 *  [plumwebsites](https://wordpress.org/support/users/plumwebsites/)
 * (@plumwebsites)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/theme-integration-added-product-adderphp/)
 * I am using WP Theme Business Pro and my product and catalog pages are not displaying
   correctly. So I copied down the page.php and renamed it per your instructions.
   I did not see the loop as per your examples, but “think” I have figured it out.
   However, when I replaced the line of PHP the page is still not displaying correctly.
   I have tried several variations (PHP line only, wrapping it in divs, etc.), but
   stil no success.
 * So help appreciated. I have copied below the original page.php code here:
    <?
   php /** * Page Template * * Please do not edit this file. This file is part of
   the Cyber Chimps Framework and all modifications * should be made in a child 
   theme. * * [@category](https://wordpress.org/support/users/category/) CyberChimps
   Framework * [@package](https://wordpress.org/support/users/package/) Framework*
   [@since](https://wordpress.org/support/users/since/) 1.0 * [@author](https://wordpress.org/support/users/author/)
   CyberChimps * [@license](https://wordpress.org/support/users/license/) [http://www.opensource.org/licenses/gpl-license.php](http://www.opensource.org/licenses/gpl-license.php)
   GPL v3.0 (or later) * [@link](https://wordpress.org/support/users/link/) [http://www.cyberchimps.com/](http://www.cyberchimps.com/)*/
 * get_header(); ?>
 * <?php do_action( ‘cyberchimps_before_container’); ?>
 * <?php do_action( ‘cyberchimps_page_content’ ); ?>
 * <?php do_action( ‘cyberchimps_after_container’); ?>
 * <?php get_footer();
 * function cyberchimps_page_display(){
 * }
    ?>
 * AND my current version of product_adder here:
 * <?php
    /** * Page Template * * Please do not edit this file. This file is part
   of the Cyber Chimps Framework and all modifications * should be made in a child
   theme. * * [@category](https://wordpress.org/support/users/category/) CyberChimps
   Framework * [@package](https://wordpress.org/support/users/package/) Framework*
   [@since](https://wordpress.org/support/users/since/) 1.0 * [@author](https://wordpress.org/support/users/author/)
   CyberChimps * [@license](https://wordpress.org/support/users/license/) [http://www.opensource.org/licenses/gpl-license.php](http://www.opensource.org/licenses/gpl-license.php)
   GPL v3.0 (or later) * [@link](https://wordpress.org/support/users/link/) [http://www.cyberchimps.com/](http://www.cyberchimps.com/)*/
 * get_header(); ?>
 * <?php do_action( ‘cyberchimps_before_container’); ?>
 * <div id=”container-full-width”>
    <div class=”container-fluid”> <div id=”container”
   class=”row-fluid”> <div id=”content” class=”span12″> <?php content_product_adder();?
   > </div> </div> </div> </div> <?php do_action( ‘cyberchimps_after_container’);?
   > <?php get_footer(); function cyberchimps_page_display(){
 * }
    ?>
 * AND HERE are link to my 1st product page:
    [http://76.162.166.191/products-2/spiralite-110/](http://76.162.166.191/products-2/spiralite-110/)
   catalog page: [http://76.162.166.191/products-2/](http://76.162.166.191/products-2/)
 * Want it to sit in a full wide page like: [http://76.162.166.191/category/brochures/](http://76.162.166.191/category/brochures/)
 * Please help.
 * [https://wordpress.org/plugins/ecommerce-product-catalog/](https://wordpress.org/plugins/ecommerce-product-catalog/)

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

 *  Plugin Author [impleCode](https://wordpress.org/support/users/implecode/)
 * (@implecode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/theme-integration-added-product-adderphp/#post-4603158)
 * It seems you made something wrong. The page [http://76.162.166.191/products-2/](http://76.162.166.191/products-2/)
   doesn’t show the content of your current product-adder.php.
 * First check if the file you created in theme directory is called: product-adder.
   php NOT product_adder.php
 *  Thread Starter [plumwebsites](https://wordpress.org/support/users/plumwebsites/)
 * (@plumwebsites)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/theme-integration-added-product-adderphp/#post-4603217)
 * Yes, I have added as product-adder.php
 *  Plugin Author [ndre](https://wordpress.org/support/users/ndre/)
 * (@ndre)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/theme-integration-added-product-adderphp/#post-4603267)
 * Your theme is using unusual coding to show the content. Page.php is filled with
   action hooks which are probably called form functions.php and different files.
 * You can try inserting content_product_adder(); inside cyberchimps_page_display()
   function. It can work or not, it is 100% guess.
 * If it doesn’t work I’m afraid integrating your theme with the plugin would require
   some customisation. It is out of the scope of support forum however you could
   try contacting a impleCode worker or theme author to assist you further.

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

The topic ‘theme integration – added 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/)

 * 3 replies
 * 3 participants
 * Last reply from: [ndre](https://wordpress.org/support/users/ndre/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/theme-integration-added-product-adderphp/#post-4603267)
 * Status: not resolved