Jump to content

I think I solved the SHIPPING issues (temporarely)


Guest

Recommended Posts

When you select the module of UPS for some reason the most expensive/fastest way of shipping will show at the very top, but it will ad the cheapest/ground in the grand total.

What I did is something that is only temporarely and it seems to be working fine, but do this at your own risk though...... am not an expert or anything.?!?!

I added FREE SHIPPING option, because I've noticed that free shipping is ALWAYS on top!

But what I did is change the last line of code in the file located at:

modules\shipping\Free_Shipping\calc.php

To the bottom of the file is the stuff that puts the words "FREE $0.00" to the option.

$shippingPrice .= ">Free (".priceFormat("0.00").")</option>\r\n";

I've changed it to:

$shippingPrice .= ">Select from Below</option>\r\n";

Now it says SELECT FROM BELOW...

With that, people will have to select one of the UPS ones and therefore will update by itself without having to press the UPDATE button, nor showing the bottom price when the fastest/expensive way is on top because FREE SHIPPING is AAALWAYS on top (in my case SELECT FROM BELOW...)

Hope that works for ya'll.

Lataz

Link to comment
Share on other sites

Guest fuchsiashock

Nice one ;)

Its dumb to have to fix such an issue...

Its also good to in the same file set the price:

$shippingPrice .= "<option value='".$i."|0.00'";

to the price you are using for your shipping so that once the user has selected the Shipping rate, they cant select 'Select from below' and set shipping back to $0

Course none of that works for multiple items.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...