Show custom fields in products loop - wordpress

I've added custom products fields with this tutorial http://www.remicorson.com/mastering-woocommerce-products-custom-fields/
Now i need to show them in the products loop like shown in the image below
The left part are table headings with the custom field names, on the rigs side are products with up to 4 products on one page (the client doesn't want more).
I'm stuck on the product loop display here, got the procuct variations to show on category page with the ability to add to cart, but can't wrap my head around this task so any advice how to show this would be appreciated

Related

How can i make 3 of my website pages display 3 different woocommerce products?

On my website, I have different pages that can be accessed through the navigation bar at the top of the website(Like every other website), on the pages TX-21, TX-20, and TX-10. I want to show 1 product on each page.
I have tried working with the permalinks, but I can't seem to find a solution through this, because the only possibility is to make a "shop" page, which is what I want to avoid in a sense.
I also can't make one of the three pages my "shop" page, because then all of the products will be displayed on that page.
Many solutions are possible here,
The easy way to do it :
When you create a product on Woocommerce, a single page for the product is automatically created. So you can just go to appearance -> menus and select your product by choosing "product" on the left side. it will create a new menu element and linked to your single product page.
Also, if you to customize every product page as you want, the best way is to create 3 page " TX-21, TX-20, TX-10" and query what you want inside all of them by using a template-file.

How to change display of variable products on Woocommerce archive-product page

I am using the Storefront theme (downloaded a few days ago so newest version) and I want to do something quite simple:
on the archive-product page I want to display the product name of a list of variable products (all shoes) , along with two custom fields that I attached to the product post type.
All goes well with simple products. I can edit that which is shown through my theme-child folder/woocommerce/loop/price.php.
My issue appears as soon as I turn a product into a variable product. When I do that, the custom fields disappear, and all I see beneath the product is a button that says "select option"
I have been looking for hours to find the correct template/hook to fix this but I just cant find it...
I have no idea where to look :( Hope ome

WooCommerce Single Product Page Seperate Cost

I'm trying to add a second button to a product page with a updated price.
For example I'm using [add_to_cart id='$product->id'] which displays correctly, but I would like to assign this short code a custom price.
The results should show two buttons on a single product page. One with the regular price value and the other with the custom price value.
I tried doing this through variables, but need them in two buttons instead of a drop down.
Thanks for the help!

can i embed a single product into another page on wordpress so that it has the add to cart and variable options?

I have a single product with variables but I need it to show on a user profile page. I can easily put a sidebar in with best products or popular products but that means it needs another click to get to the product page. So I need the product displayed on a certain page with all the variables showing and add to cart also showing.

woocommerce: how to add new fields to variations form and show them on frontend

using last versions of wordpress, woocommerce and cheope (theme).
the question: how to
add some extra fields in variations form (text and image field types)
show them on frontend so that their values change accordingly on changing of attributes-select values.
e.g.: the site sells candles and uses variable products, for each kind of candle has several dimensions (with specific different prices), each of which has different duration.
The duration is an important element that I want the user to be informed about.
The same to show the available colors all together.
Unluckily in the standard variation form there is no field where I can insert these or other features.
some help please?
updated 07-August-2013
I succeeded in adding to variations form a new field displayed on back-end, as you can see here, by inserting the code you can find here (please see the comments too) in the function.php file of the theme.
Now, what I’m not able to do is get this field to display with each proper value on front-end (please take a look to the last comment in the above linked page).
Any tip or trick?
thanks
1)Add product attribute and check checkbox Used for variations and Visible on the product page
2)go to variations and add new and fill all fields price and stock must add on them
Your producr display variations and their data

Resources