Magento Fedex currency - magento

Conditions:
We need the default display currency in our Magento site be USD, and the Paypal (base currency) also needed to be USD (because we need customers to pay in USD).
Our Fedex a/c is opened in Singapore it turns out that the shipping amount is billed in Singapore Dollar.
Here is the problem:
If the product is sold at USD 200 and actual Fedex shipping amount is (Singapore Dollar)SGD 100, Magento will treat this shipping amount as USD 100 making the final total amount to USD 300 while it should be acutally around USD 278.
I tried to change the base currency in Magento to SGD and everything were calculated correctly (into USD). But the problem is this makes our customers make all payments in SGD by Paypal/credit card. We want our customers to pay USD.
Magento ver. 1.7.0.2

Below module can solve your problem.
https://www.magentocommerce.com/magento-connect/store-currency-payment-checkout.html
Use SGD as base currency and USD as Default Display Currency on store. This module enable charge user with the currency shown in the cart i.e USD.

Related

Additional Shipping Fee on COD for Specific Country Magento 2

I've a store setup on Magento 2.2.3
I use two payment methods: COD, Credit Card Payment
There are 2 allowed countries (for example A and B)
For Country:A shipping is flat (i.e. 10 USD)
For Country:B shipping is calculated according to weight table
What I want: For Country:A when user selects COD as payment method, additional shipping charges (5 USD) should be charged (i.e. 10 USD + 5 USD = 15 USD)
How do I achieve this in Magento 2.2.3 so that I could set additional shipping charges from admin and User is shown additional charges at front?
Kindly tell me if there's any free existing module/extension available for this.

Magento table rate shipping method only for price

I am curently using Magento 1.9.1 and i want to set up a table rate for shipping.
In the shipping methods i can see only 3 conditions:
Weight vs. Destination
Price vs Destination
and # of Items vs. Destination
My questions is - How i make it count only the price. They are delivered all from england but there is only change of the shipping price on different purchase price.
For example, for purchases:
for store purchases for or less 25 pounds the Shipping fee is 3 pounds.
for store purchases for 50 pounds the Shipping fee is 5 pounds.
for store purchases for 75 pounds the Shipping fee is 7 pounds.
for store purchases for 100 pounds the Shipping fee is 9 pounds.
for store purchases for 150 pounds the Shipping fee is 12 pounds.
Thanks in advance!
Just do it Price vs Destination and only use table rates as you normally would. If necessary restrict countries that can be shipped to in your configuration.
Use Amasty Table Rate Shipping extension.

Complex Magento Multi-Site & Multi-Currency Solution Required

I have a complex online store, meaning that we sell direct to retail customers and we wholesale to stores different countries, and I am very confused as to how you set this up with multi-site and multi-currency.
The Products
Wholesalers can order products before retail customers can, so there are products that wholesale shopper groups can ONLY see, on their wholesale site and in their currency, and then some time later that product is also available on the retail store too.
Wholesale Challenge
The wholesalers need to be charged in their currency and the price needs to be set manually for that currency. It's very important.
So for example, if you are a wholesale customer in Australia, you need to see the AUD price when browsing, and be charged AUD on your invoice. This AUD price needs to be set manually by us. Because of market restrictions, the AUD wholesale price cannot just be the currency converted from NZ (my base currency).
And this needs to be done for a number of currencies - NZD, AUD, GBP, EUR etc. We also have some user-group pricing too for wholesale customers - so a particular customer who shops in GBP might have a different price to all other GBP wholesale customers. This seems easy enough to just set a new price for different groups.
Retail Challenge
For the time being, it's fine for retail customers to be seeing a converted price on the daily conversion rate, and then be paying in the base currency at the checkout, and charged a conversion fee from their bank. But in the future we would want to change to them actually paying in their local currency.
Any ideas on how this can be set up properly, as it is very confusing. We are already running the retail store on Magento and it's going great.
We are using Community Edition 1.7
Do you understand German?
Have a look at my tutorial.
http://www.magecoder.de/mehrere-wahrungen-currencies-in-magento/

Magento Paypal & CCAvenue Integration

In my magento when I have USD as Base currency, paypal works fine but for 500 Rs. product CCavenue just as For Rs 10 payment(I think Its taking USD Amt. 500Rs=10USD).
I also tried Base Currency as INR, In this case CCAvenue work fine but Paypal shows currency not supported error.
The Main thing is, I want Paypal & CCavnue both... Hope some one helps me out...
I had faced a similar situation.
As paypal payments are not supported for India, setting the currency to INR would disable the paypal payment method! And you're right, it is taking the price in USD.
What you need to do is to add the product price in USD only, keep the base currency to USD but display currency to INR. That way, the website will display prices in INR only and both payment methods would work
Cheers!
This wont work as base currency if USD CC Avenue will not work and if Base Currency is INR PayPal will show error. If Base currency can be changed for each store view / language ( higher plans ) then it would work .
You can check this out.
http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/payment/tweak_paypal_standard_for_non-supported_base_currency
You can enable paypal for INR :)

Total amount tax for a product

Is there a way to show the tax amount for a product. I want to show the tax amount on the product page.
For example:
The price is € 119 Euro and the the taxrate is 19%. Then a want to show the tax amount € 19 euro.
Hopefully someone can help me with this.
Gr,
Lex
yes it is possible but before you can do that you need to know the user shipping and billing data as tax calculations are based either on billing or shipping (country, region, zip) information and can be different for different locations

Resources