Vantage basic woocommerce theme support
Hi all, I am hoping someone out there has tackled this in the past. I am looking to integrate woocommerce with vantage 1.2 at a very basic level. Really just get it to play nicely and work - nothing too fancy. So I have followed this simple tutorial from woothemes here:
http://docs.woothemes.com/document/t...compatibility/ however it seems vantage does not have this loop that woo recommend replacing here:
<?php if ( have_posts() ) :
In the page.php file of vantage can anyone recommend which element to replace with:
<?php woocommerce_content(); ?>
As I say its simple the basics I want working here, I am sure this would benefit countless others who want to sell items or services or hook up extra payment gateways on their vantage site.
Thanks in advance for your time