X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   Fetching Cart Currency / Order Currency (https://forum.x-cart.com/showthread.php?t=72557)

aneel13 08-09-2015 11:51 PM

Fetching Cart Currency / Order Currency
 
I want to fetch the default currency when placing the order, how to do that? Also will that be the configuration currency or can we have the order specific currency aswell?

qualiteam 08-17-2015 01:33 AM

Re: Fetching Cart Currency / Order Currency
 
You can get the order currency as follows: $order->getCurrency()

Use "\XLite::getInstance()->getCurrency()" to get the current user's currency.

aneel13 08-17-2015 08:31 PM

Re: Fetching Cart Currency / Order Currency
 
Thanks it worked :)


All times are GMT -8. The time now is 12:58 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.