Finding the callback functions on Broadcast theme (2.0)

Hi All,

Im trying to add certain fields to the product page like SKU.

i have managed to add the fields to the page but they do not update upon selecting the variants.

i cant find the callback functions in the theme code of broadcast - the thing that makes the price and images update as you select a variant.

Can someone guide me on this please?

Hello @Davethebrave ,

You can try to follow these steps:

  • Go to Online Store → Themes → Actions → Edit code
  • Go to Sections folder → find the product-template.liquid file or something name similar to it
  • Search for the HTML code that generates the variant select element. It might look like a

Hi ALi,

thanks for that - but i cant find any of those terms in the files of BROADCAST

see picture attached - relevant?

Its too late but here is the call back function for broadcast theme that handles the product information update on variant change event.