Marketplace › Forums › Themes › Verbo › Verbo Free › WooCommerce compatibility
Tagged: ecommerce, woocommerce
This topic contains 7 replies, has 5 voices, and was last updated by [email protected] 1 year, 8 months ago.
-
AuthorPosts
-
October 17, 2014 at 13:31 #2775
I read the guide to try to fix this problem
http://docs.woothemes.com/document/third-party-custom-theme-compatibility/
I tried to insert <? php woocommerce_content (); ?> Everywhere but does not work well
the file code page.php is the following:———————————————————————————————————————
<?php get_header(); ?> <?php if( have_posts() ){ while( have_posts() ){ the_post(); ?> <div class="mythemes-page-header"> <div class="container"> <div class="row"> <div class="col-lg-12"> <h1><?php the_title(); ?></h1> <nav class="mythemes-nav-inline"> <ul class="mythemes-menu">
- " title="<?php _e( 'go home' , 'myThemes' ); ?>"><i class="icon-home"></i> <?php _e( 'Home' , 'myThemes' ); ?>
- <?php the_title(); ?>
</nav> </div> </div> </div> </div> <div class="content"> <div class="container"> <div class="row"> <?php global $post; /* GET LAYOUT DETAILS */ $myThemes_layout = new layout( 'page' , $post -> ID ); /* LEFT SIDEBAR */ $myThemes_layout -> echoSidebar( 'left' ); ?> <!-- CONTENT --> <section class="<?php echo $myThemes_layout -> contentClass(); ?>"> <?php /* LEFT WRAPPER */ $myThemes_layout -> contentWrapper( 'left' ); ?> <article <?php post_class( 'row-fluid' ); ?>> <?php if( has_post_thumbnail() ){ ?> <div class="post-thumbnail"> <?php echo get_the_post_thumbnail( $post -> ID , 'full-thumbnail' , esc_attr( $post -> post_title ) ); ?> <?php $caption = get_post( get_post_thumbnail_id() ) -> post_excerpt; ?> <?php if( !empty( $caption ) ) { ?> <footer><?php echo $caption; ?></footer> <?php } ?> </div> <?php } ?> <!-- CONTENT --> <?php the_content(); ?> <div class="clearfix"></div> </article> <!-- COMMENTS --> <?php comments_template(); ?> <?php /* RIGHT WRAPPER */ $myThemes_layout -> contentWrapper( 'right' ); ?> </section> <?php /* RIGHT SIDEBAR */ $myThemes_layout -> echoSidebar( 'right' ); ?> </div> </div> </div> <?php } /* END PAGE */ } ?> <?php get_footer(); ?>———————————————————————————————————————
I also tried Using hooks but it is the same
can someone help me? please …
October 17, 2014 at 13:42 #2776unfortunately this theme does not support woocommerce plugin
October 17, 2014 at 15:21 #2777ok 🙁
…is the same if i use another ecommerce plugin?
October 20, 2014 at 11:21 #2784this theme is not tested with an e-commerce plugin.
January 22, 2015 at 18:07 #2921Could you tell us which of your themes are tested with WooCommerce? I haven’t gone down this path yet but I will soon. It’s good to know early that there might be issues with Verbo – I’d rather shift to another theme soon than to invest too much in a theme that won’t grow with our site.
Thank you very much!
January 22, 2015 at 18:52 #2922Now we don’t have themes compatible with e-commerce plugins !
In the near future (~ 2 months), we have the first theme compatible with woocommerce, according to the strategic development plan!
October 28, 2015 at 00:09 #3341Hey guys.
I’m wondering if you got an update on this. I have been using Verbo Premium and would like to add an e-commerce plugin.
Cheers
June 30, 2021 at 08:58 #10103Sometimes your hosting company has some restrictions that’s why it cause troubles while configuring theme or plugins, That’s why I only use cloud hosting companies such as Cloudways WooCommerce hosting, https://www.cloudways.com/en/woocommerce-hosting.php their security and support are really good.
-
AuthorPosts
You must be logged in to reply to this topic.