If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
how can i import the shipping fee by uploading csv file?
I want to import csv too but I can't find any where do do that.
My problem is I'm switching shopping cart from OScommerce to 3dcart. My OScommerce shipping fee is calcaulate by total weight according to different country. The OScommerce will add up all the items weight then look at which country to ship to and then search the right price of the shipping fee database table. The shipping fee table looks the following:
Country, 0-100, 101-200,201-300 ............
USA, 1,2,3.........
UK,1.5,3,4.5.........
French,2,4,6............
So, if a customer brought somethhing of the total weight is 250 and ship to UK. His shipping fee is 4.5
This table is so big, for one shipping method called "economy" it contains 5000 fields. I have total 3 shipping methods "economy" "EMS" "priority" that is talking about 15000 fields of data have to enter in the 3dcarts.
Want to know what is the best way to import my tables in the 3dcart? thanks
You don't have to import 30000 times, each row on the spreadsheet is a product line. Basic spreadsheet software allows 65536 rows; therefore, only 1 import file is needed.
Actually, I'm trying to set up the shipping method by weight. As you know my shipping table is like this:
Country, 0-100, 101-200,201-300 ............ total 40 columns
USA, 1,2,3.........
UK,1.5,3,4.5.........
French,2,4,6............
total 120 rows
If I use the 3dcart "Custom by Weight" method then I need to create so many "Custom by Weight" for each country ( each country has different shipping fee). I have to add 120 times as I have 120 countries :-(
Do you think there is any way to speed this up? thanks
Actually, I'm trying to set up the shipping method by weight. As you know my shipping table is like this:
Country, 0-100, 101-200,201-300 ............ total 40 columns
USA, 1,2,3.........
UK,1.5,3,4.5.........
French,2,4,6............
total 120 rows
If I use the 3dcart "Custom by Weight" method then I need to create so many "Custom by Weight" for each country ( each country has different shipping fee). I have to add 120 times as I have 120 countries :-(
Do you think there is any way to speed this up? thanks
We did this manually one at a time for each weight range and country.
Comment