hi, i have product like pizza/food receipt, i want to create a repeater field(if you have another solution write it pls) to add ingredients with price and weight, is pretty simply with repeater, BUT if i have added a list of ingredients in a product i want to use if necessary in another product without having to rewrite everything every timem, is possible ? and if it how ?
regards
This is not really possible to do with a repeater field. If you want ingredients to be reusable then I would suggest creating a custom post type for them. Then this post type would hold information for each ingredient and then use a post object or relationship field to add ingredients to each product.