X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   BCSE pre-login shipping estimator (https://forum.x-cart.com/showthread.php?t=40784)

tqualizerman 06-27-2008 12:46 PM

BCSE pre-login shipping estimator
 
Has anyone created a modification to this module that can grab ONLY the cheapest shipping method and instead of reporting back the cost of all enabled modules just say 'Shipping as low as $x.xx' after the customer enters their postal/zip ?

balinor 06-27-2008 05:08 PM

Re: BCSE pre-login shipping estimator
 
Please don't post questions in the Completed Custom Mods forum. Moving to Third Party add-ons.

tqualizerman 06-28-2008 10:07 AM

Re: BCSE pre-login shipping estimator
 
This mod allows for a shipping method to be selected (radio buttons) but this selection doesn't seem to be carried through to the next stages. I.e., the user is still brought to the shipping method selection page and the choice has been reset.

Is this just the way the mod works or may I have done something to cause this?

balinor 06-29-2008 09:48 AM

Re: BCSE pre-login shipping estimator
 
It is just an estimator, the selected method doesn't 'stick'

tqualizerman 06-29-2008 10:24 AM

Re: BCSE pre-login shipping estimator
 
Thanks Balinor,

Its not even a problem, but strange that there would be selectable buttons if they don't do anything. I guess I will just cut those out.

Either way, this is a must have addon for any store. What I've done is put it in line with the subtotal on the cart page, using the expand/collapse function which does it all up in a really clean layout and doesn't clutter the cart page.

balinor 06-29-2008 10:35 AM

Re: BCSE pre-login shipping estimator
 
Yea, I usually remove the buttons and put TBD in the shipping charge field on the right. Too confusing to people otherwise.

Thomasb134 12-09-2008 11:54 AM

Re: BCSE pre-login shipping estimator
 
I would like to remove the radio buttons too. Can someone post the details on what I need to change in shipping_estimator.tpl to do that?

balinor 12-09-2008 11:56 AM

Re: BCSE pre-login shipping estimator
 
Just open up the template can remove the radio button part of the code - it is in its own table cell.

Thomasb134 12-09-2008 12:06 PM

Re: BCSE pre-login shipping estimator
 
Thanks. I looked at it earlier and did not feel comfortable with hacking the source code without a working example. I'll go back in and do what I can.

balinor 12-09-2008 12:08 PM

Re: BCSE pre-login shipping estimator
 
Remove this bit:

Code:

<td width="5"{if $shipping[ship_num].shippingid eq $cart.shippingid} class="TableHead"{/if}>
<input type="radio" name="shippingid" value="{$shipping[ship_num].shippingid}"{if $shipping[ship_num].shippingid eq $cart.shippingid} checked="checked"{else} onclick="javascript: this.form.submit();"{/if} />
        </td>



All times are GMT -8. The time now is 06:31 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.