Hello Bricks community,
I’m wondering if it’s possible to access the shipping class of a product as dynamic data within Bricks Builder.
I know that shipping classes are stored in the wp_terms
table, and their relationship to products is handled through wp_term_relationships
. My goal is to conditionally display elements based on the assigned shipping class of the current product.
Has anyone achieved something similar or knows if this is supported out of the box in Bricks?
Thanks in advance for your help!