I found the price schema.org this line ("price": "<?php echo osc_esc_html(osc_item_price() > 0 ? osc_item_price() : 0); ?>",) found on oc-includes/osclass/structured-data.php is not produce write number it add a lot of zero as you can see on the picture below that is the schema result
Attachment 1
Below is how the price show on the post it self
Attachment 2
Here you can found how its show up on schema.org json (view-source)
view-source:https://epsilon.mb-themes.com/for-sale/electronics/samsung-s7-with-cover_i249
This is how it shows on database too i think it need to be formatted to show write value.
Can somebody help.?