Hi guys,
I'm having a big issue trying to make my own woocommerce product template with views because I can't select the page template in the woocommerce views admin page.
It is simply empty... I event cannot select "Woocommerce standard template".
And I'm having my custom template content showed below standard woocommerce template content.
Any help?
May I ask you to have a check on that site? I can give you access credentials
Best regards
Carlo
Dear Carlo,
I created a file called single.php and put this contents in it:
<?php
get_header();
while (have_posts()): the_post();
the_title();
the_content();
endwhile;
get_footer();
?>
Then I selected this file as a page template for my products.
Finally, I created a content template for products, apply the change so all products use it and it works. But it only works when Im logged out. If I login as admin the CSS of the page is breaking. I get the feeling that this is a theme issue.
Can you confirm you get the same behaviour?
Please let me know if you are satisfied with my answer and if I can help you with any other questions you might have.
Regards,
Caridad
Dear CaridadZ
I'm having the SAME issue (WP 3.8, DMS Pagelines 1.1.4 & Woocommerce 2.0.20)
I can't choose any page template in the woocommerce views admin page.
(May be because I use DMS Child theme)
Can you please specify the path of putting the single.php file mentioned in your post