About manual shipping

  • Posts: 12
  • Thank you received: 0
11 years 8 months ago #92729

I have a pricelist provider that contains the following example:
for Canada: 0 to 1kg - 5$, 1 to 2kg - 10$, 2 to 5kg - 20$, 5 to 10kg - 21$
for Europe: 0 to 1kg - 3$, 1 to 2kg - 8$, 2 to 5kg - 10$, 5 to 10 - 18$
for USA: 0 to 1kg - 10$, 1 to 2kg - 15$, 2 to 5kg - 20$, 5 to 10kg - 27$
The only way to realize that I do is the following:
4 records for Canada;
4 records for Europe;
4 records for USA;

But the real pricelist contains 30 locations. For each destination has special prices in 1 kg in the range from 0 to 20 kg. This means that if I want to realize this, I need to do 30 x 20 = 600 entries. And the price list is only for one company.
Is there any option to shorten this?
Example:
Shipping Company 1 - Shipping to Canada - 0 to 1kg - 5$, 1 to 2kg - 10$, 2 to 5kg - 20$, 5 to 10kg - 21$ to be in a record;
Shipping Company 1 - Delivery to Europe - 0 to 1kg - 3$, 1 to 2kg - 8$, 2 to 5kg - 10$, 5 to 10 - 18$ to be in a record;
Shipping Company 1 - Delivery to USA - 0 to 1kg - 10$, 1 to 2kg - 15$, 2 to 5kg - 20$, 5 to 10kg - 27$ to be in a record;
Shipping Company 2 - Shipping to Canada - 0 to 1kg - 5$, 1 to 2kg - 10$, 2 to 5kg - 20$, 5 to 10kg - 21$ to be in a record;
Shipping Company 2 - Delivery to Europe - 0 to 1kg - 3$, 1 to 2kg - 8$, 2 to 5kg - 10$, 5 to 10 - 18$ is a single record.
Shipping Company 2 - Delivery to USA - 0 to 1kg - 10$, 1 to 2kg - 15$, 2 to 5kg - 20$, 5 to 10kg - 27$ to be in a record;

or some similar combination.

It would be much better if it can be realized as example of prestashop, which is in the picture.

I hope I managed to explain the problem correctly.
Can you give some solution?

Attachments:
Last edit: 11 years 8 months ago by startpoint. Reason: attach file

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 8 months ago #92835

Hi,

This is actually not possible to do it by this way in HikaShop.
But you can create a PHP page with a little script to have the same display as prestashop.

In the table, when you save you have to serialize the result and have the same structure as when you export the entries of the table "#__hikashop_shipping".

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
11 years 8 months ago #92837

Can you do that?
My knowledge is not enough to do.

Regards

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 8 months ago #92892

Hi,

The best solution would be to do it through your phpmyadmin by :
- Exporting the hikashop_shipping table through a CSV format
- To complete this CSV file
- To re-import it to your hikashop_shipping table.

Hope this will help you.

Last edit: 11 years 8 months ago by Mohamed Thelji.

Please Log in or Create an account to join the conversation.

Time to create page: 0.075 seconds
Powered by Kunena Forum