Shipping price varied automatically

  • Posts: 6
  • Thank you received: 0
9 years 8 months ago #194128

-- url of the page with the problem -- : Local
-- HikaShop version -- : Last
-- Joomla version -- : 3.4.0

Hallo,

I have a problem with the shipment. I wish based on the delivery varied shipping price. Ex: address in Italy € 10.00 / delivery in the rest of the 'Europe € 14.00 ... this is the goal ... you can do it automatically?

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
9 years 8 months ago #194152

Hi,

You need to create several shipping methods with different zone restrictions and prices.
www.hikashop.com/support/documentation/i...ing-manual-form.html

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: Robx

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

  • Posts: 6
  • Thank you received: 0
9 years 8 months ago #194297

Thank you for your response. I wanted to know one more thing. The restriction must be done country by country? ... You can not select groups of countries in one voice Shipping? I tried but I do not work ... maybe wrong method ...

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

  • Posts: 12953
  • Thank you received: 1778
9 years 8 months ago #194298

Hello,

The restriction must be done country by country? ... You can not select groups of countries in one voice Shipping?

The solution will just be to create a custom shipping zone including your groups of countries via "Hikashop->System->Configuration->Zones"

The following user(s) said Thank You: Robx

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

  • Posts: 6
  • Thank you received: 0
9 years 8 months ago #194520

Thanks to the solution. It works and is satisfactory. If a customer registers from Europe will have a shipping rate automatically and Europe different from that for Italy. :)
But now I have a complication. I have three types of products Ex: small - medium - large. I need a Rate Shipping Italy / small Italian / medium, Italy / big and as well as for Europe ... The system can handle automatically calculate the shipping costs if there is a purchase Ex: Italy / Italian small + / large or Italy / Italy + small / large or all together? ... I hope I explained

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
9 years 8 months ago #194565

The system can handle that.
But in order to tell you how I would first need to understand what as the exact shipping costs.
Please provide some user cases.
Suppose that the address is in Italy, what is the shipping cost for the following combination ?
1 small product in the cart
2 small products in the cart
3 small products in the cart
1 small product and 1 medium product
1 medium product

The following user(s) said Thank You: Robx

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

  • Posts: 6
  • Thank you received: 0
9 years 8 months ago #194620

Ok ... thanks for the help ...
Shipping costs in Italy are:
1 small product in the cart = 4.00
2 small products in the cart = 4.00 + 0.50
3 small products in the cart = 4.00 + 0.50 + 0.50
1 medium and 1 small product product = 6.00 + 0.50
1 medium product = 6.00
1 large product = 7.50
each product added to any category + 0.50

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

  • Posts: 12953
  • Thank you received: 1778
9 years 8 months ago #194632

Hello,

1 small product in the cart = 4.00
2 small products in the cart = 4.00 + 0.50
3 small products in the cart = 4.00 + 0.50 + 0.50

A solution can be to set the price to 3.50 ans set the "price per product" to 0.50

1 medium and 1 small product product = 6.00 + 0.50
1 medium product = 6.00
1 large product = 7.50
each product added to any category + 0.50

To do what you want, you can use the "Price per product" option of your shipping method, and then set different shipping prices per product through the "Shipping prices" tab of your product configuration page.

The following user(s) said Thank You: Robx

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

  • Posts: 6
  • Thank you received: 0
9 years 8 months ago #194785

Hallo, I tried the method suggested but does not work. I experienced simulating a purchase of a product large and one small. In the small details of the product to the item shipping prices, I set the shipment of a product in more costs only 0.50 extra. In the cart, when you summarize the costs appear to me two keys: one with the correct count 7.50 (great product) + 0.50 (product more) and 1 count 4.00 (produced small) + 0 , 50 (produced in more). It 'clear that you can not let this kind of choice and that the correct result should be (in this case) only 7.50 + 0.50 ... the larger product must always calculate the shipping cost and higher other products always add up 0.50 ... but I can not understand how you can do to have just that in checkout ...

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
9 years 8 months ago #194798

Hi,

I don't see a way to do that with the options available.
The closest you could have is this:
1 small product in the cart = 4.00
2 small products in the cart = 4.00 + 0.50
3 small products in the cart = 4.00 + 0.50 + 0.50
1 medium and 1 small product product = 6.00 + 4.00
2 medium and 2 small product product = 6.00 + 0.50 + 4.00 + 0.50
1 medium product = 6.00
1 large product = 7.50

That can be done with warehouses (one per type of product) and one shipping method for each warehouse in order to set the starting price and the increment for each type of product.

But if you really want to have exactly what you asked for, then the only solution left would be the development of a custom shipping plugin which would calculate the shipping price based on the rules that you stated above.

The following user(s) said Thank You: Robx

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

  • Posts: 6
  • Thank you received: 0
9 years 8 months ago #195128

nicolas wrote: Hi,

I don't see a way to do that with the options available.
The closest you could have is this:
1 small product in the cart = 4.00
2 small products in the cart = 4.00 + 0.50
3 small products in the cart = 4.00 + 0.50 + 0.50
1 medium and 1 small product product = 6.00 + 4.00
2 medium and 2 small product product = 6.00 + 0.50 + 4.00 + 0.50
1 medium product = 6.00
1 large product = 7.50

That can be done with warehouses (one per type of product) and one shipping method for each warehouse in order to set the starting price and the increment for each type of product.

But if you really want to have exactly what you asked for, then the only solution left would be the development of a custom shipping plugin which would calculate the shipping price based on the rules that you stated above.


The method with the stores does not solve my problem because the customer buying two products of two different categories of pay postage exaggerated while the method that I would use tends to lower the costs and encourage more purchases.
Unfortunately they are not able to develop a plugin that can do what I want ... thanks anyway consulting ... I'll see what to do ...

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

Time to create page: 0.119 seconds
Powered by Kunena Forum