I am attempting to locate the dynamic source info for info that is drawn from the product organization area of admin. Specifically vendor and if I am lucky enough, collections.
Basically, I am trying to make the vendor source a clickable link in my tab on the product page, that way a customer can click on it and be directed to all of a specific vendor’s products in my shop. I believe I have managed to get the code written correctly as I am no longer getting any JSON errors or unexpected token errors, but am now getting the following error:
- Error: The metafield filter in the dynamic source ‘product.vendor | link_to_vendor’ is not supported.
any idea how I can manage to make this happen without having to go in and create a whole new vendor metafield and then manually add it to all 800+ products in my store? I have 20+ vendors…if there is a faster way than going one by one, by all means, I am open to doing so, so please let me know.
As far as the collections go…I am basically looking to do the same thing. I want this to be a clickable feature (which I actually have on my current live theme, but no one can seem to figure out where or how it is coded in this was done prior 2.0 rollout) I want a customer to be able to click on whatever collection they are interested in that they are looking at on a particular product. So if they see a product is part of the valentine’s collection they can click that link and are taken to the entire valentine’s collection.
I am comfortable making changes in code.