add custom price currency
-
hi there. we have a local price that our users feel more comfortable with, but its not iso; i am willing to change the store price to local and edit schema to show iso currency to google.
i’ve tried this snippet but nothing change either in fucntions.php or rank-math.php file.//add rial currency to rankmath product schema add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) { $entity['offers']['priceCurrency'] = "IRR"; return $entity; } );
please help me with this situation
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘add custom price currency’ is closed to new replies.