Hi! To everyone @ whmcs
Below is a line of code that Im using to pull a product price info into a non whmcs site content. It works perfectly. It show the price in Euro, which is the base currency on my whmcs installation.
<script language="javascript" src="https://mysite.com/shop/feeds/productsinfo.php?pid=10&get=price&billingcycle=mon thly"></script>
Now, the code lines bellow (either one of them) is what Im trying to use to pull the same product price but in USD. They DO NOT work at all. The output it is still the same same base currency, same base price.
<script language="javascript" src="https://mysite.com/shop/feeds/productsinfo.php?pid=10&get=price&billingcycle=mon thly¤cy=2"></script>
<script language="javascript" src="https://mysite.com/shop/feeds/productsinfo.php?pid=10&get=price&billingcycle=mon thly¤cyid=2"></script>
FYI, the currencies are setup on the backend, the automated exchange rate system works flawlessly, and the prices show as they should under each currency on the products pages. I DO NOT understand why this is NOT the case with the feed script!? Any help and advice on this matter would be greatly appreciated.
Thank You!
Below is a line of code that Im using to pull a product price info into a non whmcs site content. It works perfectly. It show the price in Euro, which is the base currency on my whmcs installation.
<script language="javascript" src="https://mysite.com/shop/feeds/productsinfo.php?pid=10&get=price&billingcycle=mon thly"></script>
Now, the code lines bellow (either one of them) is what Im trying to use to pull the same product price but in USD. They DO NOT work at all. The output it is still the same same base currency, same base price.
<script language="javascript" src="https://mysite.com/shop/feeds/productsinfo.php?pid=10&get=price&billingcycle=mon thly¤cy=2"></script>
<script language="javascript" src="https://mysite.com/shop/feeds/productsinfo.php?pid=10&get=price&billingcycle=mon thly¤cyid=2"></script>
FYI, the currencies are setup on the backend, the automated exchange rate system works flawlessly, and the prices show as they should under each currency on the products pages. I DO NOT understand why this is NOT the case with the feed script!? Any help and advice on this matter would be greatly appreciated.
Thank You!