VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: rvhattum on September 26, 2012, 20:05:09 PM

Title: Registration fields filled with 0 (zero)
Post by: rvhattum on September 26, 2012, 20:05:09 PM
Hi all,

I have a strange issue on my site which is in development. Almost all my registration fields in Virtuemart (MyAccount and editaddresCheckOutBT) are pre-filled with a zero. Please check the attachment for the sample.

Does anyone know what is happening here?

Thank you!
Ralf

[attachment cleanup by admin]
Title: Re: Registration fields filled with 0 (zero)
Post by: bytelord on September 26, 2012, 21:05:15 PM
Hello,

Forgot to mention the vm and joomla version your are using. Could you please test it with no template overrides? Also are you using any component/plugin using js for forms?

Regards
Title: Re: Registration fields filled with 0 (zero)
Post by: rvhattum on September 26, 2012, 22:40:45 PM
Excuse me, i totally forgot the technical details.

Joomla 2.5.7
Virtuemart 2.0.10
PHP 5.3.16
Title: Re: Registration fields filled with 0 (zero)
Post by: rvhattum on September 27, 2012, 11:50:01 AM
Sorry i don't answer the complete question... But i don't use any components for forms. The only components that i use are VMEmail and FoxContact. In my opinion these components cannot cause these zero's. Anybody?
Title: Re: Registration fields filled with 0 (zero)
Post by: bytelord on September 27, 2012, 12:14:42 PM
Hi,
I am not sure, do you have a live url to check it?
Could you please test it with no template overrides?

Regards
Title: Re: Registration fields filled with 0 (zero)
Post by: rvhattum on September 27, 2012, 12:40:38 PM
The url for my development site is: http://test.onobo.nl/index.php/maakbestel/mijnaccount

I have searched for template overrides but i can't find where it is configured. Where can i find this?
Title: Re: Registration fields filled with 0 (zero)
Post by: bytelord on September 27, 2012, 12:58:33 PM
Hello,

to override you could rename for testing the folder joomla_folder/templates/your_custom_tempale/html/com_virtuemart

I check it with firefox and i see that the places value="0" as default value inside the fields, but i don't know why ... something set them to 0

<input type="text" maxlength="32" class="required" value="0" size="30" name="zip" id="zip_field" aria-required="true" required="required" aria-invalid="false">

may be your vm template is out of date and doesn't have the template changes to 2.0.10 ...

Regards