Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / How to configure 2 price flat-rate shipping?

How to configure 2 price flat-rate shipping?

Views: 609

Results 1 to 5 of 5
9 Jan 2013, 1:24 AM
#1
kevinb avatar

kevinb

New Zenner

Join Date:
Jan 2013
Posts:
3
Plugin Contributions:
0

How to configure 2 price flat-rate shipping?

Hey all,
Just installed ZC for the first time this weekend for my wifes perfume site and so far I love it! I have MOST things configured and working, however I'm trying to overcome a shipping obstacle. I need to be able to charge one price for the first item (lets say $5), and for each ADDITIONAL item add on another $2 to the shipping, so if they order a total of 4 items it would be a total of $11. I looked at the 'tables' shipping option thinking that might work, but it doesn't seem to do what I need and changes the shipping amount based on quantity, and doesn't add them together for each item. Does anyone know how I can get this to work? I'm sure I must be overlooking something stupid or abvious but I can't seem to figure out what. :( Thanks!

Kevin

9 Jan 2013, 2:14 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How to configure 2 price flat-rate shipping?

Install the Item Rate item shipping module and set:
Rate 2.00
Handling 3.00

see if that works for you ...

9 Jan 2013, 4:21 PM
#3
kevinb avatar

kevinb

New Zenner

Join Date:
Jan 2013
Posts:
3
Plugin Contributions:
0

Re: How to configure 2 price flat-rate shipping?

Ajeh:

Install the Item Rate item shipping module and set:
Rate 2.00
Handling 3.00

see if that works for you ...

Ajeh,
Thanks, works perfectly! Now, 2 other quick questions maybe you can help with. Where can I change the shipping method text? It always shows "Best Way" but I'd like it to say "Flat Rate". And how do I configure taxes? I need to charge tax only on products purchased within my state and ignore it for all others. I've looked at the tax areas but I'm not really sure how to make this happen. Thanks again!

Kevin

9 Jan 2013, 5:09 PM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: How to configure 2 price flat-rate shipping?

kevinb:

Ajeh,
Thanks, works perfectly! Now, 2 other quick questions maybe you can help with. Where can I change the shipping method text? It always shows "Best Way" but I'd like it to say "Flat Rate". And how do I configure taxes? I need to charge tax only on products purchased within my state and ignore it for all others. I've looked at the tax areas but I'm not really sure how to make this happen. Thanks again!

Kevin

MANY "static" text elements are contained in LANGUAGE-PHP files, in what are known as DEFINE statements.

These must be FTP'd to a local machine, then edited in a PLAIN TEXT EDITOR - I use CRIMSON EDITOR and NOTEPAD++ (not plain notepad, but notepad++).

When you CUSTOMISE these files in any way, they must be saved to the relevant OVER-RIDE folder, which in most cases is named the same as the template you are using.

There is a LOT of info on the forum dealing with editing php files, so go look for it and get familiar with it, and learn how to manage over-rides.

To FIND where things like "best way" occur, use the DEVELOPER TOOLKIT under your admin TOOLS menu.

9 Jan 2013, 5:21 PM
#5
kevinb avatar

kevinb

New Zenner

Join Date:
Jan 2013
Posts:
3
Plugin Contributions:
0

Re: How to configure 2 price flat-rate shipping?

schoolboy:

MANY "static" text elements are contained in LANGUAGE-PHP files, in what are known as DEFINE statements.

These must be FTP'd to a local machine, then edited in a PLAIN TEXT EDITOR - I use CRIMSON EDITOR and NOTEPAD++ (not plain notepad, but notepad++).

When you CUSTOMISE these files in any way, they must be saved to the relevant OVER-RIDE folder, which in most cases is named the same as the template you are using.

There is a LOT of info on the forum dealing with editing php files, so go look for it and get familiar with it, and learn how to manage over-rides.

To FIND where things like "best way" occur, use the DEVELOPER TOOLKIT under your admin TOOLS menu.

Thanks for the help SB, I found it and changed it. Now to get the tax stuff working and I should be in good shape.

Kevin