Woocommerce shop view

This topic contains 2 reply and 2 voices, and was last updated by Sonia 10 years, 1 month ago
Viewing 2 Posts - 1 through 2 (of 2 total)
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 Mahi

I think its just js conflict. Turn off “Load scripts/styles in all pages” from WPUF Settings.
and, if you want to show all custom fields value check this documentation:
http://docs.wedevs.com/showing-meta-fields-in-frontend/

March 10, 2014 at 1:36 am 16333
Sonia 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
– Coding to create the custom fields in functions.php
– WPUF form: custom fields values set by the user
– Coding for displaying custom fields in single product/short-description.php

Solved then.

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