Variable seat price doesn't show in front-end

after creating the price changes for the zone, the following code is returned to me:{"areas":[{"type":"polygon","seats":{"title":"Platea I - Fila 0","tws":"2","tns":"","price":"","bg":"","pcf1":"85","pcf2":"50","points":[{"x":-31.511,"y":-0.653,"r":"","t":"1","p":"","i":true},{"x":30.858,"y":0.979,"r":"","t":"2","p":"","i":true}],"height":43,"cf1":"entrata da Piazza cellini"},"coords":{"points":[{"x":339,"y":358},{"x":342,"y":386},{"x":722,"y":387},{"x":723,"y":356}],"isOpened":false,"points_rel":[{"x":-192.5,"y":-13.75},{"x":-189.5,"y":14.25},{"x":190.5,"y":15.25},{"x":191.5,"y":-15.75}]},"attributes":{"id":"sTCNbf","href":"","points":[]}}],"img":"https://cdn.kenzap.com/myticket/2180.jpeg?1650982317381","img_width":1052,"cfs":[{"id":"cf1","index":1,"label":"Prova di CF","value":"Entrata da Piazza Cellini"}],"pcfs":[{"id":"pcf1","index":1,"label":"Itero","value":""},{"id":"pcf2","index":2,"label":"Ridotto","value":""}]}but if I enter this code, when a place is clicked, the cost set on woocommerce is returned and not the variables set on kenzap.cloudHow can I view the price changes of the seat selected in the <div> ticket-price?Thanks