Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Jonathan

    (@jvdhelder)

    And if the price is zero. Then price is “”, but it should be “0”.

    Can you also fix this in the plugin code?

    Plugin Contributor webnus

    (@webnus)

    Hello @jvdhelder,

    Thanks for reaching out and letting us know.

    This is forwarded to the developer team, and it will be checked and fixed for the next updates.

    Best Regards

    Thread Starter Jonathan

    (@jvdhelder)

    @webnus thanks!

    Thread Starter Jonathan

    (@jvdhelder)

    @jrnewell805 hopefully is the schema.org code working again. 🙂

    Not sure if it’s fixed in latest version (not fixed till 6.52).

    You need to find Schema.php under features folder of plugin and modify price line to

    
    "price": "<?php echo filter_var($cost, FILTER_SANITIZE_NUMBER_INT); ?>",
    

    Now it returns only numbers.

    Plugin Contributor webnus

    (@webnus)

    Hello @jvdhelder,

    Please check it with latest version and let us know the result.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Bug in schema.org’ is closed to new replies.