VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: patrik60 on May 08, 2012, 19:20:02 PM

Title: Why "Missing Value for…" in the cart?
Post by: patrik60 on May 08, 2012, 19:20:02 PM
testing 2.0.7 rev 6012 I get a message with some missing values like email, first name, last name etc. when looking at the cart ("clicking "show cart"). Is this your intention? or a bug? Or did I miss something? It makes no sense because nothing is missing when clicking/looking for the first time at the cart  ???
Title: Re: Why "Missing Value for…" in the cart?
Post by: Milbo on May 08, 2012, 21:12:04 PM
Please explain more detailled
Title: Re: Why "Missing Value for…" in the cart?
Post by: patrik60 on May 08, 2012, 21:41:53 PM
This must have been a browser cache problem: after updating to rev 6012 I always got the message "Missing value for email address", "missing value for name", "missing value for firstname", missing value for address1" and "missing value for billing address" each time I clicked "show cart" . Just now when restarted the browser for posting a screenshot this message doesn't appear again. I will post more in case it happens again.
Title: Re: Why "Missing Value for…" in the cart?
Post by: patrik60 on May 09, 2012, 22:07:49 PM
The problem started again with revision 6018. See attached pic.

[attachment cleanup by admin]
Title: Re: Why "Missing Value for…" in the cart?
Post by: freshfranky on August 21, 2012, 21:41:48 PM
Hey budy

Could you solve this issue. I have the same. Expect its coming from the combination virtuemart 2.0.6 with onepage checkout. I couldnt find the solution and i find many customers jumping off in the cart step.
Title: Re: Why "Missing Value for…" in the cart?
Post by: patrik60 on August 22, 2012, 00:10:04 AM
RuposTel OPC? This is solved with version 2.0.82.
Title: Re: Why "Missing Value for…" in the cart?
Post by: freshfranky on August 22, 2012, 19:05:56 PM
Hy

No I'm using the linelab opc but also there it's solved with the new version. At least, the first time you go to your cart. After its coming again. Ouffff.
Title: Re: Why "Missing Value for…" in the cart?
Post by: JasonYohon on September 18, 2012, 17:50:03 PM
I am having this problem as well using the latest stable releaser 2.0.10 I am using a one-page-checkout extension and wonder if this may be causing some conflict.

I could dig in and remove the language and make it disappear but I would rather actually fix the bug and/or conflict.

Any update on this? Anyone know why/where this is happening?
Title: Re: Why "Missing Value for…" in the cart?
Post by: bytelord on September 18, 2012, 17:56:19 PM
Hello,

Could you please ask the vendor of OPC?
Title: Re: Why "Missing Value for…" in the cart?
Post by: JasonYohon on September 18, 2012, 21:54:42 PM
I have asked the OPC vendor. His response: "Missing Value" message show only after page reload. This is a default checkout feature of VirtueMart.

I tend to think he is right, I just didn't realized it only happened on page reload.

I am not registering customers for checkout, it seems VM shouldn't care that the fields are empty until you click next/submit.

Any ideas how to turn this off?
Title: Re: Why "Missing Value for…" in the cart?
Post by: Milbo on September 19, 2012, 01:19:07 AM
you switch off that they are required maybE? Others dont have that.
Title: Re: Why "Missing Value for…" in the cart?
Post by: rajmohansoft on August 11, 2015, 08:48:10 AM
Hi,

     Virtuemart version : 3.0.9
     Joomla : 3.4.3
     Upgrad from : 2.5 to 3.4
     I have problem with virtuemart checkout page. the shipping address email value missing error. And i checked the code find out some issue.

     Path :   components/com_virtuemart/helpers/cart.php
     Code:  $stData = $userModel->getUserAddressList($currentUser->id, 'ST', $this->selected_shipto);
     Line no : 944
   
        that code called the user model and  getUserAddressList get the value from $__virtuemart_userinfos table,that table doesn't have the email field
    so the the error message "Missing value for E-Mail" comes.How can overcome this issue.
Title: Re: Why "Missing Value for…" in the cart?
Post by: Studio 42 on August 11, 2015, 11:35:15 AM
Hi,
You can manually readd the missing field in virtuemart_userinfos table.
Check in your userfield if this is in the list, or you have to add it too
Title: Re: Why "Missing Value for…" in the cart?
Post by: rajmohansoft on August 14, 2015, 07:11:11 AM
Hi

       Any other way to resolve this problem because i client didn't like to override the core table or function..
Title: Re: Why "Missing Value for…" in the cart?
Post by: Artemi0 on August 19, 2015, 08:09:01 AM
Same problem has rajmohansoft and same setting
Virtuemart version : 3.0.9
     Joomla : 3.4.3
     Upgrad from : 2.5 to 3.4

One difference, message is "Missing value for Ship To state id"

This message appears if the buyer is a guest or if try to register or even if the user is already registered and the field  "State" is filled.

In this case (registered user with all fields filled) when get to shopping cart the dropdown "State" has no value.

You can look and try at kromalia.com





Title: Re: Why "Missing Value for…" in the cart?
Post by: Studio 42 on August 19, 2015, 11:06:18 AM
Hi,
to clarify :
DO you use all 2, one page checkout from rupostel or 3 party compagny?
Perhaps this is a bad setting, i had same type of problem, because OPC settings.
Of course the message can come from a plugin or vm it self, because VM check for some fields for shipment and paiment, but perhaps OPC do not set this fields on ajax

Quote from: Artemi0 on August 19, 2015, 08:09:01 AM
Same problem has rajmohansoft and same setting
Virtuemart version : 3.0.9
     Joomla : 3.4.3
     Upgrad from : 2.5 to 3.4

One difference, message is "Missing value for Ship To state id"

This message appears if the buyer is a guest or if try to register or even if the user is already registered and the field  "State" is filled.

In this case (registered user with all fields filled) when get to shopping cart the dropdown "State" has no value.

You can look and try at kromalia.com