Jump to content

Radio button for shipping on small display


Claudia

Recommended Posts

Probably, the template content.checkout.medium-up.php has been edited to replace the <select name="shipping"> chooser with radio buttons.

The same edit would be made to the template content.checkout.small.php.

Please consider putting the table cells for the collection of radio buttons and shipping value on a new table row, because the phrase "(Get Shipping Quote Delivery Location)" is a nowrap, but takes up too much of the screen width, leaving very little room for the complete descriptive content of the shipping choices.

From:
<td width="10%" nowrap="nowrap">{$LANG.basket.shipping}

To:
<td colspan="3">{$LANG.basket.shipping}

From:
 {/if}
</td>
<td>
 {if !isset($free_coupon_shipping)}

To:
 {/if}
</td>
</tr><tr>
<td colspan="2">
 {if !isset($free_coupon_shipping)}

 

Link to comment
Share on other sites

  • 1 month later...

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