Forums
Home / Plugin: WPAdverts - Classifieds Plugin / various currencies
(@jankowalski)
7 years, 7 months ago
i am creating global marketplace page, how do i allow multi currency? Each coutry will have it s own, but for now i can only have the one i select in admin panel.
(@gwin)
Right now the best you can do is disable the currency validation in [adverts_add] form (to allow users to enter any text in the price field) and using adverts_get_price disable the currency formatting when price is displayed in the frontend https://github.com/simpliko/wpadverts-snippets/blob/master/price-as-bitcoin/price-as-bitcoin.php
ok
(@spike210957)
7 years, 1 month ago
I’m probably being thick but I don’t quite get how to disable currency validation in [adverts_add]…
I’ve just found the documentation for modifying templates and child themes so might be ok….