Hello,
Our customers forget to state in the Zip code. It is a shopper field that is Required. On th efrontpage it is visible with a * mark as required.
So far so good. After filling in all the requirements without the zip field you can continue! I found out that there is a single default space in the zip field.
Where can this be removed.
Virtuemart 2.0.26d
clean 2.0.26d
no blank space in zip field
3rd party template? Live url?
[attachment cleanup by admin]
Hello,
The template is no 3rd party template.
Live site: www.electro-andijk.nl
I will appreciate if you have any idea.
this is most definitely a 3rd party cart CMSmart One page checkout plugin if I'm not mistaken
loading
<link rel="stylesheet" href="/plugins/system/onestepcheckout/assets/themes/default/css/style-red.css" type="text/css" />
BTW . there is no ' ' in the form value for the zip field
<input type="text" maxlength="7" class="required" value="" size="30" name="zip" id="zip_field">
the post with an empty zip is
virtuemart_shipmentmethod_id=32&virtuemart_paymentmethod_id=1&email=&company=&title=Dhr&first_name=&middle_name=&last_name=&address_1=&address_2=&zip=+&city=&virtuemart_country_id=150&virtuemart_state_id=&phone_1=&phone_2=&fax=&STsameAsBT=1&shipto_address_type_name=ST&shipto_company=&shipto_first_name=&shipto_middle_name=&shipto_last_name=&shipto_address_1=&shipto_address_2=&shipto_zip=+&shipto_city=&shipto_virtuemart_country_id=150&shipto_virtuemart_state_id=&shipto_phone_1=&shipto_phone_2=&shipto_fax=&customer_comment=&tosAccepted=0&task=confirm&option=com_virtuemart&view=cart
has a stray + in it
&address_2=&zip=+&city
looks like a coding error in the plugin over ride
You are correct. It is CMSmart One page. I thought you mentioned the layout template.
I really have no idea where to look for it. Can you help me in the right direction?
Thanx
Sorry - I don't think you can expect help on this forum for 3rd party extensions.. it is either contact CMSmart direct or quite happy to have a look for you at my normal rate..
email or pm me if you need this service
See http://forum.virtuemart.net/index.php?topic=108212.0 - CMSmart support is on http://cmsmart.net/support
I apologie for my question about a 3rd party extention.
I will contact them right away. I was thinking it had something to do with my Virtuemart settings.