Q1: How to change currency in Stripe Digital Goods for Joomla

I want to sell my product with Euro, but the default currency is USD. How can I change it to Euro.

Answer: You can change the currency in Stripe Digital Goods. But the user interface is not ready yet. You have to follow these steps to change the currency as Euro:

  1. Go to your website host root folder, locate the file: /www/yourwebsite.com/components/com_stripedigitalgoods/views/checkout/view.html.php
  2. Edit the file and find the line: $currencyCodeType = "usd"
  3. Change it to: $currencyCodeType = "EUR"
  4. Save the file
  5. Then, go to your website host root folder, locate the file: /www/yourwebsite.com/plugins/content/stripedgbutton/stripedgbutton.php
  6. Edit the file and find the line: preg_quote("$")
  7. Change it to: preg_quote("€")
  8. Save the file