News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[SOLVED]VM 200RC3 + J173: Tiny issue with select shipment

Started by JtouchMobile.com, December 14, 2011, 08:16:19 AM

Previous topic - Next topic

JtouchMobile.com

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
:)

Author of Jtouch - Mobile solution for Joomla & VirtueMart
http://www.jtouchmobile.com

alatak

Hi,

Txs for reporting.
This issue has been solved yesterday.
Another post reported that error.

JdKock

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 ?

alatak


JtouchMobile.com

@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
Author of Jtouch - Mobile solution for Joomla & VirtueMart
http://www.jtouchmobile.com

alatak