Jump to content

UPS Module - Can't Select Shipping Type


Guest HostWW

Recommended Posts

Guest ballermj23

The pricing etc is all correct in the module, but when you click the dropdown box and select 'ground shipping' it automatically jumps back to next day air. Weird bug.

P.S. This only effects Internet Explorer... it works fine in FireFox. :blink:

http://mr-motorsports.com/shop/

Hello,

I have same problem.... (UPS or USPS) it don't matter when you change the shipping option, no changes are made (Explorer BUG). However, in firefox everything works fine.

http://www.fallsoccer.com/

ANYONE know how to fix this.... i been searching around but no success :huh:

Link to comment
Share on other sites

Guest ballermj23

SUP ALL

;) I GOT IT!!!!!! now shipping options work on EI (internet explorer) :(

i was looking around the CODE on skins/your_template/styleTemplates/content/cart.tpl

and i was comparing it to skins/Classic/styleTemplates/content/cart.tpl

and i replace the code>>

<tr>

<td width="50%">

<form><input type="button" value="{LANG_CHANGE_INV_ADD}" onclick="window.location.href='index.php?act=profile&f={VAL_BACK_TO}'" /></form></td>

<td>




With code from Classic teplate...




<tr>

<td width="50%"><a href="index.php?act=profile&f={VAL_BACK_TO}" class="txtUpdate">{LANG_CHANGE_INV_ADD}</a></td>

<td>

and that did it now customers can choose the shipping the prefer. ;)

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...