how to turn off courier

topdog

No avatar

2006-03-17 12:43

I dont need this option so how could i turn it off?

pjba

No avatar

2006-03-20 22:41

This may help, it's in the forum somewhere (I saved the instuctions and lost thread link)

Topic: how to remove courier option?
arvo

2005-02-19 12:06:26 i would like to disable the option to pick couriers. i only want to charge 1 flat fee for delivery. how do i make it so only the fee that i set is automatically added to the total price?

Cyberling

2005-02-21 00:26:28 I've also been looking into this.
How is it possible to disable the Courier option?
I managed to get it 'out' of the code but after doing so I can't get $fSummary info in my order_saved Page, which I need to pass the total amount to Paypal.
Does anyone know how to solve this?

arvo

2005-02-21 01:42:50 if not to remove it, how do i make it so that my only courier is automatically selected and the fee is already added to the total price?

for example. my ONLY courier is SpeedPost with a fee of $25.
how do i make $25 automaticalyy added to my total price?

Subtotal : $100
Delivery : $25 <-- automatically added.
Total : $125

dsfdsf

2005-02-21 04:45:07 1111111111111111111

-------------------------------------------------------
bvc

Cyberling

2005-02-21 18:00:15 Anyone??

Cyberling

2005-02-21 21:35:30 Arvo,
After lots of searching I found a way to make what you want work.
In the backend make only 1 entry for courier.
Then find and change the following in the orders_delivery.tpl (located in the templates/default directory)

Find:
=============================
<td class='form_desc_data'>
<select name='iCourier' class='input' onChange='ordersCouriers( this );'>
<option value=''>$lang[choose]</option>
$sSelectCourier
</select>
</td>

Change With:
=============================
<td class='form_desc_data'>
<select name='iCourier' class='input' onChange='ordersCouriers( this );'>
$sSelectCourier
</select>
</td>


Cyberling

2005-02-21 21:50:42 I'm still having a problem on the last page (orders_saved).
When using the solution described above I can't get $fSummary variable to work. Since I use this page to pass information to PayPal it would be nice if the order total could also be passed on.
Is there anyone who has experience in this or know how to edit or change this?


Wizzud

2005-02-22 09:15:40 In orders_delivery.tpl change these llines

</form>
<!-- END COURIER -->

to this

</form>
<script language="javascript" type="text/javascript">ordersCouriers(document.form['iCourier']);&a mp;l t;/script>
<!-- END COURIER -->


-------------------------------------------------------
rb@wizzud.com

arvo

2005-02-22 11:12:34 awesome. thanks cyberling and wizzud.

damsbo

2005-04-06 20:50:10 Hi wizzud
Read all of above postings.
Tried most of the suggestion, incl. your last one.
Still doesn't work. Could you perhaps compile working guidelines for this?
I have seen the same question (unanswered) elsewhere in forum
thks million

-------------------------------------------------------
damsbo

damsbo

2005-04-09 23:25:24 Look now. I did it again!
Just a typing error all.
The above two latest suggestions (zyberling+wizzud) does work
if applied both together!
greetings all

-------------------------------------------------------
damsbo

Andrea

2005-04-13 18:46:34 Tried this but does not work. Show me only the courier but it's impossible to make it automatically add the desired amout to the order...

Any suggestion?

sublimenal

2005-05-03 16:29:34 andrea looks like a typo try this


<script language="javascript" type="text/javascript">ordersCouriers(document.form['iCourier']);&a mp;l t;/script>

sublimenal

2005-05-03 16:30:51 hmm
for some reason its stripping my slashes on the forum


get rid of
&l t;/script>

and replace it with </script>

should work fine.

Just A Newbie

2005-08-21 17:32:25 can't get it to work either....then again I'm using the "loaded" version....
the changes appear to be made in the taxAnddiscount.tpl....but there is no

</form>
<!-- END COURIER -->

The one courier cost is being added but not showing in the totals.....

?? Where to from here?

Thanks

pjba

No avatar

2006-04-09 01:09

Would some one please explain how to do this in v1.2
The code appears to be slightly different and I can't get the delivery cost and hence the total to add the delivery cost.

The difference from above code is:
<td>
<select name="iCourier" class='input' change="ordersCouriers( this );">
<option value="">
$lang[choose]
</option>
$sCourierSelect
</select>
</td>

Back to top
about us | contact