Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Drop down option for a shipping modules - how best to add

Drop down option for a shipping modules - how best to add

Locked

Views: 2,170

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
21 Nov 2006, 10:42 AM
#1
sarahl avatar

sarahl

Zen Follower

Join Date:
May 2004
Location:
UK
Posts:
471
Plugin Contributions:
0

Drop down option for a shipping modules - how best to add

Seemed quite simple at the time - I am offering an free delivery option where items are dropped off at a school every Friday - then the parents can collect - now cloning the free shipping option (store pickup) was no problem BUT I only have 4 schools at present that I can deliver too and I want the people to select which school - I need this to be part of the order so that we know which school to take it too

How is this best done?

I woudl idealy like to have a drop down box displayed after that shipping section saying - pick a school - this is then stored in the order itself and display in the admin area and order email

Thanks
Sarah

29 Nov 2006, 3:31 PM
#2
sarahl avatar

sarahl

Zen Follower

Join Date:
May 2004
Location:
UK
Posts:
471
Plugin Contributions:
0

Re: Drop down option for a shipping modules - how best to add

does anyone have any ideas?

I am happy to pay for this to be created - so if I don't here anything I will post in contrib too - or PM me and we can talk...

First I was trying to figure out if it was possible!

Thank you
Sarah

1 Dec 2006, 4:19 AM
#3
ajeh avatar

ajeh

Oba-san

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

Re: Drop down option for a shipping modules - how best to add

cloning the flat.php would be the cleanest method as it does not interrupt the other shipping modules or have any special features ...

Copy the file:
/includes/modules/shipping/flat.php

to the files:
flatdrop1.php
flatdrop2.php
flatdrop3.php
flatdrop4.php

Copy the file:
/includes/languages/english/modules/shipping/flat.php

to the files:
flatdrop1.php
flatdrop2.php
flatdrop3.php
flatdrop4.php

Change flat to flatdrop1
Change FLAT to FLATDROP1

repeat 4 times ...

Change language files to read how you want them to display ...

Install and configure with 0.00 ...

Voila! :cool:

1 Dec 2006, 9:45 AM
#4
sarahl avatar

sarahl

Zen Follower

Join Date:
May 2004
Location:
UK
Posts:
471
Plugin Contributions:
0

Re: Drop down option for a shipping modules - how best to add

Linda - thank you - I cannot believe that I didn't even think to do it this way!!! I even cloned flat.php for another shipping option they want anyway!!! Talk about me looking at it narrow minded!!

Thank you :D:D Just shows why you guys are on teh Zen team and people like me can only grovel!!

Sarah :D

1 Dec 2006, 2:53 PM
#5
ajeh avatar

ajeh

Oba-san

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

Re: Drop down option for a shipping modules - how best to add

Thanks for the update that the cloning of the shipping modules was able to handle your shipping needs ... good luck with your cart! :smile: