VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Marcus Hjortsberg on January 02, 2013, 16:52:01 PM

Title: Shipment shows twice...
Post by: Marcus Hjortsberg on January 02, 2013, 16:52:01 PM
I am trying to setup my first virtuemart and when I have cleaned everything and only have one shipment and one payment available, but both shipment and payment shows double...why?

The html source says:

<fieldset>
<input type="radio" name="virtuemart_shipmentmethod_id" id="shipment_id_3"   value="3" >
<label for="shipment_id_3"><span class="vmshipment"><span class="vmshipment_name">Postpaket</span><span class="vmshipment_description">Postpaket</span></span></label>
<br />
<input type="radio" name="virtuemart_shipmentmethod_id" id="shipment_id_3"   value="3" >
<label for="shipment_id_3"><span class="vmshipment"><span class="vmshipment_name">Postpaket</span><span class="vmshipment_description">Postpaket</span></span></label>
<br />
</fieldset>
Title: Re: Shipment shows twice...
Post by: Marcus Hjortsberg on February 08, 2013, 01:11:30 AM
I found out why this happens.

If the user is a multigroup and the shipment (or payment) is set for multigroup the shipment (or payment) shows for every group...