Re: Re: Click to calculate shipping Problem

Posts: 34
Joined: 03/17/2008

Yes, if I change the zip code on the shipping fields, then the shipping options show up.

Another yes to the input[@id*=quote-button] in uc_quote.js. However, here is the HTML that makes up the "Click to calculate shipping" button:

<fieldset id="quotes-pane" class=" collapsible"><legend>Calculate shipping cost</legend><div class="description">Shipping quotes are generated automatically when you enter your address and may be updated manually with the button below.</div><input type="submit" name="op" value="Click to calculate shipping"  class="form-submit btn" />
<input type="hidden" name="panes[quotes][page]" id="edit-panes-quotes-page" value="checkout"  />

<input type="hidden" name="panes[quotes][uid]" id="edit-panes-quotes-uid" value="1"  />
<div id="quote"></div></fieldset>

Unless I am mistaking, the button should probably have an id of quote-button?

Click to calculate shipping Problem By: JaceRider (3 replies) Tue, 04/22/2008 - 15:04