View Single Post
  #164  
Old 07-10-2006, 09:10 AM
 
nevets1219 nevets1219 is offline
 

eXpert
  
Join Date: Jun 2006
Posts: 351
 

Default

I made some modifications to the original code (minor ones). The modifications are there to make the site a bit more user-friendly.

In cart.php, change
Code:
func_header_location("cart.php");
to
Code:
func_header_location("cart.php#[anchor name]");
Then in /skin1/customer/main/cart_totals.tpl you add the following to the very top (I preferred very top because it'll include the drop-down box "Select a Carrier" since we have more than just one carrier) add the following
Code:
<a name="[anchor name]></a>
and then changeto
Now everytime the users make a submission it'll scroll back down to your anchor which makes making multiple changes a little better and it'll show what the user choose as the Zip Code so they can reference it in case they forgot or they made a typo.

Also to ask the question again, does this work with Fedex (both import rates and using the mods).

The changes are pretty general so it should apply to all versions but the filenames for the changes might be different.
__________________
4.1.8
Reply With Quote