Jump to content

[HELP PLEASE] Problems on Checkout Register


Recommended Posts

Hi

 

I am having a big problem when client is making the first order and needs to register.

 

Main problem is that I have VAT number has a mandatory field, i need it, and it appears when client makes regular account creation but it does not appear when creating an order on checkout, not even if the COmpany field has data.

 

I looked at order-opc-new-account but i am not being able to identify where to change and make the VAT Visible.

 

Also, i have another problem, when client wants a different invoice address, the fields are not properly aligned. i have pic attach.

 

 

 

post-400164-0-57994800-1390304884_thumb.png

Link to comment
Share on other sites

It should appear as long as the company field is not empty. In any case, try removing display: none from here

				<div id="vat_number_block" style="display:none;">
					<p class="text">
						<label for="vat_number">{l s='VAT number'}</label>
						<input type="text" class="text" name="vat_number" id="vat_number" value="{if isset($guestInformations) && $guestInformations.vat_number}{$guestInformations.vat_number}{/if}" />
					</p>
				</div>
Link to comment
Share on other sites

×
×
  • Create New...