Post by dgotti07 » Sat Oct 19, 2013 5:50 am

I am in he process of setting up shipping for my products. I am going to be selling both hooded sweatshirts and regular T-shirts.

It is possible to set up a flat shipping rate for say the sweater at $5.00 and each addition item to be $1.00. I would like to set up the USPS to do the same thing but I am sure I tech savvy enough to do it.

Any assistance is greatly appreciated.

Newbie

Posts

Joined
Sat Oct 19, 2013 5:37 am

Post by Johnathan » Sat Oct 19, 2013 11:21 pm

You can use the Per Item shipping method to charge $1.00 per item, but it wouldn't include the $5.00 base. You have three options for that set-up:

1. Use the "Handling Fee" Order Total to add that cost in. It would appear as its own line item

2. Edit the Per Item shipping code to hard-code it in like this:

Code: Select all

IN:
/catalog/model/shipping/item.php

REPLACE:
'cost'         => $this->config->get('item_cost') * $items,

WITH:
'cost'         => $this->config->get('item_cost') * $items + 5.00, 
3. Use Item-Based Shipping to set up the $5.00 + $1.00 per item rate.

USPS is not going to be able to do this, although you could possibly hard-code additional costs with edits similar to what I suggested. You'd need to look through the code yourself to see where to add it (hint: around the 'cost' line like above).

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by dgotti07 » Tue Oct 22, 2013 8:49 am

Thank you for the assistance, with some minor tweaking this is exactly what I needed.

Newbie

Posts

Joined
Sat Oct 19, 2013 5:37 am
Who is online

Users browsing this forum: No registered users and 1 guest