I'm trying to show customs fields on the frontend product page, but the customs fields are outputted 3 times. I don't know where that comes from.
I get ERROR: Wrong login or password
Please can you link us with the Problem URL, the Backend Posts, Fields and other Views, or Content Templates involved and check the log in data?
Can you as well confirm that this issue is not due to any duplication or triplication of the ShortCodes in the Content Templates or Posts where you insert them?
I would as well like to clarify if this happens with all fields, and since when.
If you cannot find any hint or resolution with above steps, please as well adda copy of your site too the answer.
https://toolset.com/faq/provide-supporters-copy-site/
It seems to work correctly when I insert the customs fields directly in the view of the product page (Template: Produkte), but not when I create a new view (View: technische-daten) which I call in the product template (Template: Produkte).
I would much rather like to create the additional view and call it in the product template with a single shortcode. But that creates the problem that every field is shown multiple times.
Well, a View will loop over posts, so it's expected to get a Field output more than once, if there is more than one post with such a field in the Database.
==> It seems like the fields are outputtet for each product that the shop has (which is 3).
This is correct, in a View that is what we want.
In a Content Template instead, we style single things so there we output it once.
Read the main difference here:
https://toolset.com/faq/whats-the-difference-between-a-view-and-a-view-template/
If you want a View, you can do that too and limit it to one result only, but that is not the idea of Views.
Imagine WordPress's Loop (many Posts) and Single Posts.
That is the difference of Views, and Content Templates.
Views are loops (hence lists of any content) and Content Templates are usually for Single Posts (hence, they will display their things applied to ONE item a time)
I hope that is the source of the confusion, which would make it easy to solve.
If you followed this logic already and the fields are still output many times unexpectedly please let me know.