I have 2 custom post types: Options & Cars. Each have several ACF fields. I assign the options to the cars using a Relationship field. Here’s want I am wanting to do:
- Create an Option with a price of $100.
- Assign this option to Car 1, Car 2, and Car 3
- The price of $100 (set in an ACF field on the Option itself) is good, except I want to override that price on Car 3 to $150.
So my question… what is the best way to approach this scenario? Can I add an empty field to each selected item in a relationship field on the Car’s post?