Ship In Cart

Radio buttons in the middle - Ship In Cart

Radio buttons in the middle

by markg » Wed May 26, 2021 10:08 am

shipping.jpg
Just having a look at this addon on 1.0.8.3. Works fine but the radio buttons aren't aligning to the left before the text.

I've done minimal css changes as I'm still evaluating the cart (plus I removed them and it still happens).

Here is the source of the delivery methods table:

Code: Select all

<table class="table table-condensed table-hover">
          <thead><tr><th><strong>Delivery Methods</strong></th><th class="text-right"><strong>Rates</strong></th></tr></thead>
          <tbody>
            <tr class="success">
		<td onclick="return shipincart_submit('flat_flat');"><input name="" type="radio" value="1" checked="checked" class="form-control"><a href="_" title="Click to select this shipping method.">&nbsp;<strong>Flat Rate</strong>&nbsp;</a></td>
		<td class="text-right"><strong>£5.00</strong></td>
	    </tr>
	    <tr>
		<td onclick="return shipincart_submit('table_table');"><input name="" type="radio" class="form-control"><a href="_" title="Click to select this shipping method.">&nbsp;Table Rate&nbsp;</a></td>
		<td class="text-right">£8.50</td
	    </tr>
	  </tbody>
        </table>
Any ideas? Has maybe something changed since you released it?
markg
Posts: 8
Joined: Thu May 13, 2021 7:20 am
Contact:

Re: Radio buttons in the middle

by raiwa » Wed May 26, 2021 10:25 am

It requires an update for 1.0.8.3, it's flagged and tested for 1.0.8.0. Please be patient.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1212
Joined: Sat Dec 21, 2019 8:08 am
Contact:

Re: Radio buttons in the middle

by markg » Wed May 26, 2021 1:16 pm

Great - thank you. Yes, I saw that it was flagged and tested for a previous version.
markg
Posts: 8
Joined: Thu May 13, 2021 7:20 am
Contact: