501 sats \ 1 reply \ @gzuuus_ OP 10 Oct 2022 freebie \ parent \ on: [Dev] Convert prices of woocommerce to btc/sats bitcoin
Thanks man it really helps!! I have adapted the function to work in the front end of wordpress, just add this to the function.php file of your theme.
In case anyone wants to use/understand it:
What the function does is to take the regular price of the woocommerce product, store it in the variable $product_p and then pass the price acquired through the get of $price_oracle_url.
after that the price of the product converted to btc with an updated exchange rate appears in the front end through add_action and inside a html span tag with the css class btc-price, so you can play with a custom css.
Glad you got it working!
reply