Shipping and Handling Fee

  • Posts: 301
  • Thank you received: 1
13 years 4 months ago #21545

Hi

Can't seem to find anywhere where I could add a shipping and handling fee to a shipping method (except for pickup). I need to be able to include the cost of packaging and a handling fee. Is thee a way of doing this and also showing this in the checkout. In Australia this would also be a taxable item like a product so would need to have GST applied to it.

Cheers

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 4 months ago #21554

Hi,

When you use manual shipping methods, you can set a price for your shipping method. You could just add both the handling and the shipping fees together in that price. You can also select a tax category for your shipping prices. It's not possible to distinguish between the handling and the shipping fees.

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

  • Posts: 14
  • Thank you received: 0
13 years 4 months ago #21888

Hi,

I am having a problem with shipping and handling.

I have shipping set and thats working fine.

When i proceed to paypal to pay there is now a shipping and handling charge for $11.30

I cannot see where this figure comes from. Where can i find the shipping and handling area to change.

Thnaks

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 4 months ago #21891

If you have an additional shipping fee added when you're on paypal, it's because you configured your paypal account to charge shipping fees on top of the order total amount.

To change the shipping calculation setting in your PayPal account:

1. Log in to your PayPal account here: www.paypal.com

2. Select the PROFILE tab at the top of the page

3. Under Selling Preferences, select the Shipping Calculation link

4. Edit the shipping cost or select Clear Settings

5. Select SAVE

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

  • Posts: 301
  • Thank you received: 1
13 years 3 months ago #23494

What if I am using the Australia Post plug-in. Is there somewhere a handling fee can be added to the Australia Post fee?

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23497

Yes. In the options of the australia post plugin there is the option "Additional fee" that you can set for that.

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

  • Posts: 301
  • Thank you received: 1
13 years 3 months ago #23499

Thanks - found it.

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

  • Posts: 301
  • Thank you received: 1
13 years 3 months ago #23649

Hi

Not sure if its just my installation but when I add an additional fee to the postage then save and go back into the
post plugin (Australia post), the additional fee is not showing. I check in the database and it is showing in the parameters.

Might be a bug.

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 3 months ago #23651

There is indeed in bug here.
You need to edit the file plugins/hikashopshipping/aupost_configuration.php and change the line:
<input type="text" name="data[shipping][shipping_params][padditional_fee]" value="<?php echo @$this->element->shipping_params->additional_fee; ?>" />
to:
<input type="text" name="data[shipping][shipping_params][additional_fee]" value="<?php echo @$this->element->shipping_params->additional_fee; ?>" />
and that should fix the problem.

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

Time to create page: 0.081 seconds
Powered by Kunena Forum