Does anyone know a quick way to remove the ordered currency from the order summary detail and order mail?
I am having Sage pay currency conversion issue. So the base currency and ordered currency have the same value. So I want to remove ordered currency from order mail and order details
For example at the moment on our multi store setup we have order summary displaying like so:
Grand Total £447.60
[€447.60]
Here £447.60 value is correct but the conversion to euro is not correct. So we want to display the totals in just the base currency.
Related
I am trying to implement a new currency called "points" into my magento (CE 1.9.2.1) installation. I already installed this currency with my module and an installer script, marked it as allowed and I am possible to switch between "EUR" and "Points" in the frontend.
Here's the trick. Magento expects a currency rate for this new currency. But there's no currency rate, so that points can't be converted to EUR and EUR can't be converted to points. These currencies are independent.
The customers who are using this store should have the opportunity to buy this product with
points (no reward points. you can not earn points by buying a product) OR
EUR.
Therefore I'd like to know if there is a possibility to
Display multiple currencies for products (Available for 5.00€ or 200 Points)
Add a field in the admin product view (Price (€); Points). This field "points" has to be connected with my installed currency "points".
Do you have any ideas how to implement this? Any help would be appreciated.
The base currency of my website is USD, and I want that when users enter a particular amount of USD (say 10 USD), it gets converted into the local currency (say INR) as per the prevalent forex rate. There are many online currency converters available that converts the currency values. But I want a solution wherein users are just required to enter the amount in USD and it changes to its respective INR value and they can proceed with the INR amount for transactions. In short I want a solution where converted currency values are returned for use on my webpages. I tried using the following code on my website but it just changes the USD amount to INR and displays it. I want to use the displayed results for proceeding further with the transactions. Anyone please help. Thanks in advance.
<div id="powerd">Powered by TransferMate</div><script src="https://www.transfermate.com/en/exchange_rates_api.asp?csel=USD,INR&cshort=" type="text/javascript"></script><noscript><br/><span style="color: red;">Please enable your javascript.</span></noscript>
Does anyone know a quick way to remove the base currency from the order summary detail from within Magento's admin panel?
For example at the moment on our multi store setup we have order summary displaying like so:
Grand Total £447.60
[€523.43]
We want to display the totals in just the store currency that the order was placed in (in this case €'s)
I'm looking for a way to change the base currency without having to update thousands of product prices.
To my knowledge such an action is not supported from the backend alone it seems.
The situation is as follows:
EUR is our base currency and all our prices and postage rates are set in EUR of course.
We also support AUS, GBP, USD etc.
The problem is that our store is located in a country that does not use any of these currencies. Therefore it would be better for us to change the base currency to the one used
in our location so we can set product prices and postages in this currency so that they always remain accurate regardless of the up and downs of the currency market.
Can this be done without going through all the products manually and update the prices (or, for that matter use a spreadsheet import)?
You could check out Product Base Currency, it's a commercial extension though: http://innoexts.com/promotion/product-base-currency/
It allows to set base price in a local currency for each product separately. It supports the following attributes: Price, Special Price, Tier Price, and Group Price and provides capability to import/export products in multiple base currencies.
I noticed that there are some fields like base_shipping_invoiced and then there is stuff like shipping_invoiced in sales_flat_order.
I am wondering what is the difference between them!
magento supports multiple currencies and lets you set a base currency so in case if you are using multiple currencies then base_stuff will be in your base currency and stuff will be in converted currency
every time you implement some price related stuff you should follow this approach and ensure that proper values would be used