Help with - Shipping methods

  • Posts: 76
  • Thank you received: 2
  • Hikashop Business
2 years 2 months ago #344511

-- HikaShop version -- : 4.6.1
-- Joomla version -- : 3.10.11.
-- PHP version -- : 7.4
-- Browser(s) name and version -- : 104.0.1 (64-bit)

Hi all

Can someone please help me with a problem I am building a site different items on it. Some items are Free shipping, some are £30.00 shipping, and some are £50.00 shipping, but they all have the option for click & collect.

What I need to do is give no option for shipping at the end but come up with the shipping cost that is appropriate for the item they have brought.

How can this be done can you please help me.

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 years 2 months ago #344517

Hi,

Here, I'll suppose that when you have both a product with a shipping fee of 30 and one with a shipping of of 50 in the cart, the total shipping fee will be 50, not 80. Similarly, if you have 2 products with a shipping fee of 30, the total shipping fee will be 30. If that's not what you want, then what I write below is useless to you. In that case, please explain how you want the shipping fee to be calculated with several products in the cart.
What you can do is use the weight of the products and the min/max weight of the shipping methods:
- products with free shipping would have a weight of 0.001
- products with a shipping fee of 30£ would have a weight of 1
- products with a shipping fee of 50£ would have a weight of 1000
Then, you would have four shipping methods:
- one for click & collect with a price of 0
- one with a price of 0 and a max weight of 0.999
- one with a price of 30 and a min weight of 1 and a max weight of 999.999
- one with a price of 50 and a min weight of 1000

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

  • Posts: 76
  • Thank you received: 2
  • Hikashop Business
2 years 2 months ago #344532

HI Nicolas

Say i have a product at the price of £50 shipping a a product of £30 or Free, I only wont the price for the sipping for that item showing to show up.

1. If i buy an item for the shipping cost of £50 it will only show the shiiping cost of £50 and Click & Collect not the £30 or free one

2. If i buy an item that has FREE shipping it will only show the FREE £0.00 or Click & Colect

3. If i buy an item for £30 shipping it will on;ly show the £30 and Click and Colect.

4. If i buy an item that has £50 and £30 pound if will show the total of £70.

5. If i buy an item the has £50 and FREE it will only show the shipping cost of £50

Thanks
J

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 years 2 months ago #344534

Hi,

So what if you buy two items with a shipping cost of £50 ?
And shouldn't the shipping for an item at £50 and an item at £30 be £80 ? Or is that a special rule ?
And what if you have two items with a cost of £50 and two items with a cost of £30 ? Should it be £80 ? Or £160 ? Or £140 ?

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

  • Posts: 76
  • Thank you received: 2
  • Hikashop Business
2 years 2 months ago #344545

Hi Nicolas

On the site there will be different prices to ship an item like examples below:

Shipping option 1 will cost FREE to ship
Shipping option 2 will cost £30.00 to ship
Shipping option 3 will cost £50.00 to ship
--
Example 1:
I buy an item for the price of £200.00 and the shipping cost will be £50.00, I don’t want to be able see the options for £30.00 or the FREE shipping, I only want to see the option for the shipping cost of £50.00. So when it gets to the Shipping part of the Shopping Cart it will only have one choice not 3.

Example 2:
I buy an item for the price of £200.00 and the shipping cost will be £30.00, I don’t want to be able see the options for £50.00 or the FREE shipping, I only want to see the option for the shipping cost of £30.00. So when it gets to the Shipping part of the Shopping Cart it will only have one choice not 3.

Example 3:
I buy an item for the price of £200.00 and the shipping cost will be FREE, I don’t want to be able see the options for £50.00 or the £30.00 shipping, I only want to see the option for the shipping cost of FREE. So when it gets to the Shipping part of the Shopping Cart it will only have one choice not 3.
Example 4:
But I buy 3 items for the Price of say £200.00 each but they have different shipping cost, like 1 at £50.00, £30.00 and FREE the total shipping will show up has £80.00.

Thanks
J

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 years 2 months ago #344558

Hi,

So, from what I understand, you want the global shipping cost to be the sum of the shipping cost of each product in the cart.
In that case, it's even easier.
You can configure two shipping methods:
- one for the click and collect with a price of 0
- one for the normal shipping with a price of 0. Make sure you activate the "shipping price per product" setting in the shipping method.
Then, in each product edit interface, you'll have a "shipping prices" area where you'll be able to enter the shipping cost of the product for the normal shipping method.

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

  • Posts: 76
  • Thank you received: 2
  • Hikashop Business
2 years 2 months ago #344622

Hi Nicolas

No i dont think you get what i mean. What i need to do is give eatch product its own delivery charge so there no no option at the shipping part of the website cart.

So if i buy a product when you get to shipping part of the cart is just the price and the customer cam not change it.

There is going to be 3 difrent shipping price set up in the administrators panel (The Back End), depending on what item the customer buys.

1. If a customer buys an item with the Shipping price of FREE it will show £0.00 in the shipping part of the cart with no options for them to change it.

2. If a customer buys an item with the Shipping price of £30.00 it will show £30.00 in the shipping part of the cart with no options for them to change it.

3. If a customer buys an item with the Shipping price of £50.00 it will show £50.00 in the shipping part of the cart with no options for them to change it.

Thanks
J

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 years 2 months ago #344625

Hi,

The solution I proposed in my previous message doesn't allow the customer to change the shipping price.
And what you wrote in your last message confirms that what I proposed should work for your needs.

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

  • Posts: 76
  • Thank you received: 2
  • Hikashop Business
2 years 2 months ago #344734

Hi Nicolas

Can you please semd me a diagrm on what to do... and how to do what i need to do...

Thanks
J

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 years 2 months ago #344735

Hi,

There is not much to it.
You can configure two shipping methods:
- one for the click and collect with a price of 0
- one for the normal shipping with a price of 0. Make sure you activate the "shipping price per product" setting in the shipping method.
Then, in each product edit interface, you'll have a "shipping prices" area where you'll be able to enter the shipping cost of the product for the normal shipping method. So for a product with a shipping fee of £50 you'll enter 50 for that normal shipping method in the "shipping prices" area of the product, and for a product with a shipping fee of £30, you'll enter 30.

Do you need precisions on one of these steps ?

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

  • Posts: 76
  • Thank you received: 2
  • Hikashop Business
2 years 2 months ago #344859

Hi Nicolas

Can you please sent me step by step diagrams or total instructions from step on to the final step please...

Has i have tryed to do it but i can not get it to work right.

Thanks
J

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

  • Posts: 4747
  • Thank you received: 644
  • MODERATOR
2 years 2 months ago #344889

Hello,

I will illustre Nicolas step by step with screenshot :
"one for the click and collect with a price of 0"



"one for the normal shipping with a price of 0. Make sure you activate the "shipping price per product" setting in the shipping method."


"in each product edit interface, you'll have a "shipping prices" area where you'll be able to enter the shipping cost of the product for the normal shipping method. So for a product with a shipping fee of £50 you'll enter 50 for that normal shipping method in the "shipping prices" area of the product, and for a product with a shipping fee of £30, you'll enter 30"


hope this will help you to achieve this.
Regards

Last edit: 2 years 2 months ago by Philip.

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

  • Posts: 76
  • Thank you received: 2
  • Hikashop Business
2 years 2 months ago #344921

Hi Philip

It did still not work i set 2 HikaShop manual shipping plugin to the below settings.

1. - HikaShop manual shipping plugin £0.00 - but i have activated the price per product at the price of £30.00

2. - HikaShop manual shipping plugin £0.00 - but i have activated the price per product at the price of £50.00

---

I have then added the Shipping Price to the product under the + section i add £30.00 to one product, and i then add £50.00 to another one.

Can you please help me to what i am doing wrong.

Thanks
J

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 years 2 months ago #344929

Hi,

You only need one shipping method, not two. And you should set a price of 0 in it.

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

  • Posts: 76
  • Thank you received: 2
  • Hikashop Business
2 years 1 month ago #345371

Hi Nicolas and Philip

Thanks for all your help.. :)

The following user(s) said Thank You: Philip

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

Time to create page: 0.087 seconds
Powered by Kunena Forum