Woocommerce shop view
Author | Posts |
---|---|
February 17, 2014 at 4:30 am 15498 | |
Sonia | Hi, Using WPUF to introduce woocommerce products from frontend. Perfectly working when creating/modifying/displaying products, but the SHOP is displaying wrongly (the product content is showed above the grid). How can this be solved ? (Custom fields must be shown in the single product, no matter where, in content or elsewhere, but shown) (Shop view should only display the grid) |
February 19, 2014 at 11:00 am 15631 | |
Mahi | I think its just js conflict. Turn off “Load scripts/styles in all pages” from WPUF Settings. |
March 10, 2014 at 1:36 am 16333 | |
Sonia | Thanks for your support Mahi. As per defect, your custom fields are created inside the post content area. So , as woocommerce shop main page is also a post type archive, it was also displaying the last post content just at the top of the page. At the end, I solved with the following configuration: – WPUF settings: not to show custom fields in post content area Solved then. |