Title: Layout &#8211; sidebar
Last modified: August 22, 2016

---

# Layout – sidebar

 *  Resolved [ericmadelaine](https://wordpress.org/support/users/ericmadelaine/)
 * (@ericmadelaine)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/layout-sidebar/)
 * Hello,
    I would like to put the checkout on my sidebar, But how to make the sidebar
   apears ?
 * here my shop page -> [http://ericmadelaine.com/products-page/](http://ericmadelaine.com/products-page/)
 * [https://wordpress.org/plugins/wp-e-commerce/](https://wordpress.org/plugins/wp-e-commerce/)

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

 *  Plugin Author [Justin Sainton](https://wordpress.org/support/users/justinsainton/)
 * (@justinsainton)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/layout-sidebar/#post-5238743)
 * Hi ericmadelaine,
 * That’s likely a theme-related issue. I’d recommend contacting the theme author
   to determine how to include the sidebar on a page. It’s likely a simple matter
   of changing the Page Template on the products page to something like “Sidebar”
   instead of something like “Full Width”. Then you can add the cart to the sidebar
   in your Widgets admin area.
 *  Thread Starter [ericmadelaine](https://wordpress.org/support/users/ericmadelaine/)
 * (@ericmadelaine)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/layout-sidebar/#post-5238749)
 * Hi Justin,
    My theme support says the same (‘contacting the pluggin support’)
 * Any way, I have changing the code on page.php file
    Here the code <?php $t =&
   peTheme(); ?> <?php $content =& $t->content; ?> <?php get_header(); ?> <?php 
   while ($content->looping() ) : ?> <?php get_template_part(“pagecontent”); ?> 
   <?php peTheme()->sidebar->show(“shop”,!(is_single() || is_page())); ?> <?php 
   endwhile; ?> <?php get_footer(); ?>
 * So now I have my sidebar but on the bottom and full width, I would like to put
   it on the right side. How can I do ?
 * Here my shop page
    [http://ericmadelaine.com/products-page/](http://ericmadelaine.com/products-page/)
 * Thank you for the help.
    Best regards Eric

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

The topic ‘Layout – sidebar’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-e-commerce_ebebeb.svg)
 * [WP eCommerce](https://wordpress.org/plugins/wp-e-commerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-e-commerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-e-commerce/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-e-commerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-e-commerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-e-commerce/reviews/)

## Tags

 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 2 replies
 * 2 participants
 * Last reply from: [ericmadelaine](https://wordpress.org/support/users/ericmadelaine/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/layout-sidebar/#post-5238749)
 * Status: resolved