VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: JtouchMobile.com on December 14, 2011, 08:16:19 AM

Title: [SOLVED]VM 200RC3 + J173: Tiny issue with select shipment
Post by: JtouchMobile.com on December 14, 2011, 08:16:19 AM
Hi,

Take a look in html code of select shipment page

url: index.php?view=cart&task=edit_shipment&option=com_virtuemart

===
<input type="radio" name="virtuemart_shipmentmethod_id" id="shipment_id"  " value="1" ><label for="shipment_id_1"><span class="vmshipment"><span class="vmshipment_name">Default Shipment</span><span class="vmshipment_cost"> ($0.00)</span></span></label>
===

As you can see, the id attribute for <input> element was wrong, we cannot click to its label to select a shipment

Just a tiny thing
:)

Title: Re: VM 200RC3K + J173: Tiny issue with select shipment
Post by: alatak on December 14, 2011, 09:11:06 AM
Hi,

Txs for reporting.
This issue has been solved yesterday.
Another post reported that error.
Title: Re: [solved]VM 200RC3K + J173: Tiny issue with select shipment
Post by: JdKock on December 15, 2011, 09:00:41 AM
I now have only 1 shipment method. But how come that i still don't see this shipment method to select on the page ?
Do i need to create my shipment method again ?
Title: Re: [solved]VM 200RC3K + J173: Tiny issue with select shipment
Post by: alatak on December 15, 2011, 09:15:24 AM
Hi,

Please don't duplicate your post.
I already answered you in your previous post:
http://forum.virtuemart.net/index.php?topic=95009.0
Title: Re: [solved]VM 200RC3K + J173: Tiny issue with select shipment
Post by: JtouchMobile.com on December 19, 2011, 07:20:35 AM
@alatak:

Seem that it is not fixed all in RC 3:
==
<input type="radio" name="virtuemart_shipmentmethod_id" id="shipment_id"   value="1" ><label for="shipment_id_1"><span class="vmshipment"><span class="vmshipment_name">Default Shipment</span><span class="vmshipment_cost"> ($0.00)</span></span></label>
<br /><input type="radio" name="virtuemart_shipmentmethod_id" id="shipment_id"   value="2" ><label for="shipment_id_2"><span class="vmshipment"><span class="vmshipment_name">Other Shipment</span><span class="vmshipment_cost"> ($0.00)</span></span></label>
===

As you can see, the "for" attribute of <label> tag is not the same value as the "id" of <input> tag
Title: Re: VM 200RC3 + J173: Tiny issue with select shipment
Post by: alatak on December 19, 2011, 09:24:29 AM
Hi,

Txs you very much. Fixed.