News:

Looking for documentation? Take a look on our wiki

Main Menu

Registration fields filled with 0 (zero)

Started by rvhattum, September 26, 2012, 20:05:09 PM

Previous topic - Next topic

rvhattum

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]

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

rvhattum

Excuse me, i totally forgot the technical details.

Joomla 2.5.7
Virtuemart 2.0.10
PHP 5.3.16

rvhattum

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?

bytelord

Hi,
I am not sure, do you have a live url to check it?
Could you please test it with no template overrides?

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

rvhattum

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?

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!