PHP convert
-
Hi,
I’m using woocommerce with a plugin that displays a list of offers instead of a single price for every product. I’d like to convert these prices in another currency. Is there a way to to that with this plugin echoing a function?
something like:
<?php echo (function here) ( array( ‘price’= $item[‘price’], ‘currency’=’’ ) ); ?>
with the currency being the same selected by the users through your widget list.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP convert’ is closed to new replies.