I have recently configured a magento website with fedex shipping. But it is not showing on the frontend.
I have added the origin in shipping settings
I have properly configured the fedex shipping with proper Account id, meter number, key and password.
All my products has weights.
What else the issue can be? Do I need to configure the table rates shipping to make fedex work? I just cannot make out what the issue can be.
Related
I am trying to integrate fedex shipping in default magento system. i have created fedex sandbox account and added the credentials in fedex settings in admin. In frontend I am able to choose rate from fedex and complete the order.
But when I tried to ship that order from admin, I could not create shipping label as it says
Commodity country of manufacture is required; Shipper Postal-State Mismatch; Shipper Postal-City Mismatch;
I have tried many times with many address but could not create the shipping labels from fedex. Any ideas how to get started with fedex shipping label.
Thanks
Below is the guide about setting FedEx shipping method in Magento.
Step 1. Go to: FedEx Developer Resource Center and create developer’s account.
Step 2. When you create developer’s account go to Developer Resource Center and click on top navigation FedeEx Web Services -> FedeEx Web Services for Shipping.
Now, you will see the link Develop & Test Your Application (about testing, obtain developer test key) click on it. Then you only have to send the request for the test environment, you can see the link “Obtain Developer Test Key” click on it and fill the form. After sending the form with data, you will receive an email message from FedEx with all required data for testing FedEx shipping method.
In this email message, you will get Test Account Number:xxxxxxxxx (for FedEx Web Services for Shipping only) and you have to insert this number in field Account ID in FedEx config section, take a look at below image.
Step 3. When you’re almost ready to launch:
After you’ve successfully tested your application and are ready to go into production, go to the FedEx Developer Resource Center to obtain your Production key.
For More Details Please visit this below URL:
http://www.cobbconsulting.net/magento-fedex-setup.html
I am trying to setup FedEx shipping method in Magento (version 1.9.0.1).
I set shipping title as Federal Express and also filled the correct Account Id, Meter Number, Key, and Password given by the FedEx service.
I also Set Weight Unit in Pounds and Maximum Package Weight to 105.
I have also enabled the FedEx Shipping Method For Checkout. But I got the error message like Sorry, no quotes are available for this order at this time.
I too was stuck with the same problem for several days.But finally i got it done.
The issue for me was the address.You need to verify two addresses:
The shipping origin address of the admin. You can set it in your admin panel.
System->Configuration->Sales->shipping setting->Origin
Here enter the country and all information like zipcode,address etc.See this is correctly entered.
Another thing you need to keep in your mind is while checkout the address should be correct.
One thing you need to know while creating the fedex test account.
If you are shipping internationally from US and other countries than you need to select US and Global option while getting your meter number and account id.
If you want to test for domestic shipping out of US i.e for other countries than you need to select specific countries while getting your Fedex credential.
This should be done only for test credentials, For production environment single credentials will work for both domestic and international.
Currently the domestic shipping of UK is not working may be for other countries too so stop wasting your time on that if you are doing so.
The main thing in the address is the zip/postal code, you should enter a valid zip/code otherwise it will not work.
Try this and get in touch if some problems occur.May be i could help.
Hope this will work for you.
I am working on a sticker development site in magento. The customer will choose any of the templates from the listed template, which is the produc. After customer choose a sticker template customer will add the design suggestion as a file or comments in the order. After checkout(without doing payment) admin will work on the design and upload for customer approval. The customer will do the payment only after he has approve the design upload by admin.
So in magento i need to do the payment only after the customer approve the design we are not doint the payment at the time of checkout. Is there any option like this in magento. I am using magento 1.9.
you can use the "preorder" function in Magento and set the product avaible for customer after the customer approval. The preorder part is a magento feature. You need to work on the avaible per customer product function.
Let me know if it was usefull.
filippo
I just setup a magento store (1.8) and added some demo products, but now my company wants to use the payment gateway built into magento to process payments from another website.
To explain better, my company runs a school and has a website with an application that generates bills for parents to pay. These bills vary depending on class of student and other factors. So Parent A may pay $200 while parent B pays $400.
What we want to do is post the amounts to be paid from the other website to our magento store and add it to cart for payment using our payment processor so that the magento features can still be used to log all transactions.
Since I am new to magento, I don't know if it is possible to do this and how if possible.
We intend to get the other application to generate the SKU, Product ID and Description automatically and post it together with the amount to the store.
So how do I get the magento store to receive this url and process it?
You must need to create product in magento.
When you post the data from other site, pass the product sku.
Then load product by sku :-
https://magento.stackexchange.com/questions/18421/why-cant-i-load-a-product-by-sku
Then check magento add to cart functionality how to add cart.
I have developed a shopping cart using virtuemart and added few products. Now I want to integrate my paypal account with my website. Is there any detailed information about how I can link my account with paypal?
In VM admin under the Store menu, click the List Payment Methods menu. One of the options should be Paypal. Click Paypal to edit the configuration. You should only need to make the payment option Active and add your Paypal email address to get it working.
If you have a Paypal Payments Pro account, then you will need to get a payment plugin to handle payments pro. To my knowledge, there are no free ones, but the commercial ones are reasonably priced.