VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: arnask on December 13, 2011, 12:33:45 PM

Title: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't save.
Post by: arnask on December 13, 2011, 12:33:45 PM
Hi,

cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't save.
Weird window opens when trying to add Shipment Address. See attached file.   

Using J1.7.3 and VM2 RC3 N ...K
Firefox 8.0

Arnas

[attachment cleanup by admin]
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't save.
Post by: arnask on December 13, 2011, 13:23:46 PM
and another one...

when editing Order and trying to Update Status, part of Edit Order Item window is blocked by Order status changing drop down. See attached file.

[attachment cleanup by admin]
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't save.
Post by: PRO on December 13, 2011, 13:57:51 PM
Quote from: arnask on December 13, 2011, 13:23:46 PM
and another one...

when editing Order and trying to Update Status, part of Edit Order Item window is blocked by Order status changing drop down. See attached file.


what browser is that with? mine isnt like that
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't save.
Post by: arnask on December 13, 2011, 14:11:47 PM
Quote from: BanquetTables.pro on December 13, 2011, 13:57:51 PM
what browser is that with? mine isnt like that
Firefox 8.0
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: PRO on December 13, 2011, 15:37:13 PM
Quote from: arnask on December 13, 2011, 14:11:47 PM
Quote from: BanquetTables.pro on December 13, 2011, 13:57:51 PM
what browser is that with? mine isnt like that
Firefox 8.0

You dont have many fields in your user details, so that part of the layout is a lot "shorter".

On mine I have 4 or so more fields, which pushes the rest down
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: arnask on December 13, 2011, 16:02:18 PM
ok, but what about shopper info not saving?
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Milbo on December 13, 2011, 17:39:31 PM
This is afaik fixed,... the problem is that there is a key which should be char and not auto increment. sometimes the updater does not handle that correctly.
Take a look on your table virtuemart_userinfos and on this `virtuemart_userinfo_id` field, it must be " CHAR(32) NOT NULL DEFAULT '', " not int, not autoincrement, then it should work. 
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: themichaelminer on December 13, 2011, 20:12:32 PM
Try closing and restarting your browser. I was just having an issue when using Firefox and I was trying to upload product images and save them. The save button wouldn't work and when I clicked on the tabs to navigate to the different product info tabs it wouldn't do anything. So I tried in Safari and it worked, then I closed Firefox and restarted and it worked just fine.
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Georgios Kolomvos on May 09, 2012, 22:54:33 PM
Quote from: Milbo on December 13, 2011, 17:39:31 PM
This is afaik fixed,... the problem is that there is a key which should be char and not auto increment. sometimes the updater does not handle that correctly.
Take a look on your table virtuemart_userinfos and on this `virtuemart_userinfo_id` field, it must be " CHAR(32) NOT NULL DEFAULT '', " not int, not autoincrement, then it should work.

I have Joomla 2.5.4 and VM 2.0.6 and the problem is still here and it is not solved modifying the type of virtuemart_userinfo_id field

I still cannot add a new shipment address for any shopper, neither from the back-end (logged in as admin) nor from the front-end (logged in as the user himself).
When i tried to insert manually (by phpmyadmin), a new record in the table virtuemart_userinfos, with address_type ST (Shipment Type), then VM Front-End and Back-End recognised that new record as an additional shipment address and it shows it normally.

I think that the problem is that the code of VM2 that is meant to insert the new record of the additional shipment address, in the table virtuemart_userinfos, is broken...

Milbo do you have any suggestion please?

Giorgos Kolomvos
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Milbo on May 10, 2012, 09:37:44 AM
hm?

The situation is now the opposite. We have for `virtuemart_userinfo_id` now INT. Please just try version 2.0.7http://forum.virtuemart.net/index.php?topic=102143.msg340192#msg340192
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Georgios Kolomvos on May 10, 2012, 14:35:11 PM
Quote from: Milbo on May 10, 2012, 09:37:44 AM
hm?

The situation is now the opposite. We have for `virtuemart_userinfo_id` now INT. Please just try version 2.0.7http://forum.virtuemart.net/index.php?topic=102143.msg340192#msg340192

Milbo, thank you for your immediate response.
I downloaded and installed versions 2.0.7 and 2.0.7.b of Virtuemart but nothing changed.
Unfortunately it is still imposible to add multiple shipment addresses from the front or the back end of VM2
The only way to insert additional Shipment addresses for a shopper is by using an SQL statement in phpmyadmin, for example:

INSERT INTO `xxxxxx_virtuemart_userinfos` ( `virtuemart_userinfo_id` , `virtuemart_user_id` , `address_type` , `address_type_name` , `name` , `company` , `title` , `last_name` , `first_name` , `middle_name` , `phone_1` , `phone_2` , `fax` , `address_1` , `address_2` , `city` , `virtuemart_state_id` , `virtuemart_country_id` , `zip` , `agreed` , `created_on` , `created_by` , `modified_on` , `modified_by` , `locked_on` , `locked_by` )
VALUES ( 6, 45, 'ST', 'My brother\'s house', '', '', 'Mr', 'Smith', 'John', '', '6234567890', '', '', '5, Dimitriou St.', '', 'Athens', 521, 84, '52345', 0, '2012-05-09 14:58:40', 45, '2012-05-09 15:10:55', 45, '0000-00-00 00:00:00', 0 ) ;
(change xxxxxx to your database prefix)


Then the newlly added shipment address is shown both in the front and the back end of VM2 and it can be modified, selected for an order, etc.

Adding multiple shipment addresses for shoppers, is a very important feature for some projects , please have a look to it.
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: rupesh on May 14, 2012, 17:49:47 PM
hello

sorry but i have tested now completely on multiple shipping address and its working !
ya this is very important feature

what i have tried i will explain you

when you are order a product for that session we can create multiple shipping address ! but they are stored into database permanantly! after your logout they will not disappear ! in my case they are stored in database only thing is we have to select it by clicking on add/edit address! I think in virtuemart we have two separate button for add new address and edit exixting address to avoid confusion!  otherwise in my case select multiple shipping address is working perfectly!

see the attachments

[attachment cleanup by admin]
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Georgios Kolomvos on May 15, 2012, 19:19:34 PM
Quote from: rupesh on May 14, 2012, 17:49:47 PM
...we can create multiple shipping address ! but they are not stored into database permanantly! after your logout they will disappear !

The correct behaviour of "add Shipment Address" would be to save these multiple addresses permanently in the Data Base, so that if the shopper buys again he could choose one of his saved addresses.
And as i said, if you create multiple addresses using the SQL statement that i gave at http://forum.virtuemart.net/index.php?topic=94939.msg340242#msg340242 then these addresses behave exactly this way.
So there is a bug here: VM 2.0.6 cannot save multiple shipment addresses for shoppers although it is supposed to do so.
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: gcomo01 on May 17, 2012, 21:13:44 PM
Hi guys,

gkolomvos is totally right. You cannot add a shipment address (one or multiple) through the front or back end. As he pointed out if one or multiple records are inserted through SQL in the db (address type 'ST' and so on)  it works fine..
I had another post regarding this but noticed that when trying to add/edit shipment address for the logged user the link always points to editaddresscartST?new=1&cid[0]=43 (43 .. is userid of logged user but for any user happens). So always sees it as if the cart's ST address is being added/edited. I think it should link to editaddressST or something instead of editaddresscartST   (leave alone cart since it is for logged shopper shipment address maintenance purposes). Maybe the problem lies on the com_virtuemart/router.php user case ?
Anyone has any solutions. greatly appreciated.
thx
G

joomla 1.7.3 vm 2.0.6

Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: gcomo01 on May 18, 2012, 01:35:04 AM
Hey all,
BTW just noticed in the router.php the line:

elseif ($query['addrtype'] == 'ST' && $query['task']='editaddresscart') $segments[] = $helper->lang('editaddresscartST') ; //notice one equal instead of 2 :-)

replaced it with

elseif ($query['addrtype'] == 'ST' && $query['task']=='editaddresscart') $segments[] = $helper->lang('editaddresscartST') ;

now add new shipment loads a blank shipment address form but when saved replaces the BT address for the user .. any ideas anybody ?

thx
G

joomla 1.7.3 vm 2.0.6
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: melina on May 18, 2012, 14:22:14 PM
Hi there! I have the same problem! Joomla 2.5 - VM 2.0.6. When a user register they do it without address info. when they go to their account and add the address info and then click save, this info is not saved! It doesnt say anything, you logout and when you come back, no info. Also I cant see any info on the vm backend.

Can someone help us? =(
I am supposed to finish this web now and that issue is driving me crazy!

I think everyone will agree that VM without this solved its totally useless...
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Georgios Kolomvos on May 18, 2012, 17:03:41 PM
Quote from: rupesh on May 14, 2012, 17:49:47 PM
when you are order a product for that session we can create multiple shipping address ! but they are stored into database permanantly!

Have you done any hacks or modifications to the VM2 code?
In the images you attached there is only one shipment address. Could you please try to create 2 or 3 shipment addresses for a shopper, and tell us what happens then?


Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Milbo on May 18, 2012, 17:31:00 PM
Quote from: melina on May 18, 2012, 14:22:14 PM

I think everyone will agree that VM without this solved its totally useless...

I would remove the totally, but I agree. Please try the latest version c http://dev.virtuemart.net/projects/virtuemart/files
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: melina on May 18, 2012, 17:41:59 PM
Yeah, I would =( But its not working and I have a very customized site so everytime I change to a new version I have to redo a lot.
do you think there is a file I can focus on? They only problem I have is this and I was supposed to have the site ready like 3 weeks ago. Cant find a solution for this and if people cant save their info the online shop is useless for me. I´ve been using vm for a long time now and redesigned the shop with joomla 2.5 and vm 2.0.6.
Apparently is the only thing not working for me. If I sign up as a new user I can buy but when I close session and re login later my info is gone and I dont have it on backend either. Si clients will be ungry needing to add their info all over again everytime they want to buy something....
I love Vm and all your work on it. It works for me and always did in many, many ways. But I´m going crazy now because I have nothing else to do here and a lot to lose. An online shop without this fixed is not good... I´ve tried a lot of things already but cant fix it.
=(
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Milbo on May 18, 2012, 20:03:15 PM
The new version do not change the layout overrides imho.

Just the custom trigger for plugins is a bit changed. I think you should try it, because I worked also on this section.
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: melina on May 19, 2012, 01:30:23 AM
OK so, I gave up and installed 2.0.7 c even if I have to change back everything.
Nothing changed on the address/info for the user, not saving the info.
Also, I tried to add the address through backend and this error appeared:
vmError: TableUserinfos::store failed - Duplicate entry '4294967295' for key 1 SQL=INSERT INTO `mo79_virtuemart_userinfos` (`virtuemart_user_id`,`virtuemart_userinfo_id`,`address_type`,`address_type_name`,`name`,`phone_1`,`phone_2`,`address_1`,`city`,`virtuemart_state_id`,`virtuemart_country_id`,`zip`,`agreed`,`created_on`,`created_by`,`modified_on`,`modified_by`,`locked_on`,`locked_by`) VALUES ('88','0','BT','','Melina Ferszt','48110105','','Juncal 1980 4ºB','Buenos Aires','374','10','1125','','2012-05-18 23:26:39','42','2012-05-18 23:26:39','42','0000-00-00 00:00:00','0')
vmError: No se pudieron guardar los datos de usuario.

And when I click on the addST on backend nothing happens so... I cant add the addresses on frontend or backend at all... not one, not mny, nothing....
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: melina on May 19, 2012, 02:47:57 AM
Also now when I click on save or add shipping address on front end I get the not available web site error from chrome.


when I want to save user on backend
Info: COM_VIRTUEMART_MISSING_VALUE_FOR_FIELD
Info: COM_VIRTUEMART_MISSING_VALUE_FOR_FIELD
Info: COM_VIRTUEMART_MISSING_VALUE_FOR_FIELD
Info: COM_VIRTUEMART_MISSING_VALUE_FOR_FIELD
Info: COM_VIRTUEMART_CHECKOUT_PLEASE_ENTER_ADDRESS

=(
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Milbo on May 20, 2012, 13:55:53 PM
Quote from: melina on May 19, 2012, 01:30:23 AM
OK so, I gave up and installed 2.0.7 c even if I have to change back everything.

What did you changed? Version 2.0.7c contains imho no changes in the layouts. Maybe a small fix here and there like a closing tag, which is usually anyway fixed, when someone uses an overwrite. I changed also a bit the layouts of the users. But I think it is 5 minutes to add the changes (to you override).
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: melina on May 20, 2012, 22:46:35 PM
No, no, you are totally right, it didnt change a lot to update, only little things. But the saving of user info on the account or backend its still not working...
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: rupesh on May 21, 2012, 12:24:23 PM
Quote from: gkolomvos on May 18, 2012, 17:03:41 PM
Quote from: rupesh on May 14, 2012, 17:49:47 PM
when you are order a product for that session we can create multiple shipping address ! but they are stored into database permanantly!

Have you done any hacks or modifications to the VM2 code?
In the images you attached there is only one shipment address. Could you please try to create 2 or 3 shipment addresses for a shopper, and tell us what happens then?

ALREADY 2 CREATED
1)miraraod (1st shipping)

2)bhau(2nd shipping)

Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Georgios Kolomvos on May 21, 2012, 13:46:53 PM
Quote from: rupesh on May 21, 2012, 12:24:23 PM
ALREADY 2 CREATED
1)miraraod (1st shipping)

2)bhau(2nd shipping)

Please answer these questions:
1) What version of VM2 do you have (2.0.6, 2.0.7c or which)?
2) Is it posible to add shipment addresses for any shopper at your site's Front-End?
3) Is it posible to add shipment addresses for any shopper in your Joomla Back-End?
4) Have you done any hacks or modifications to the VM2 code?

Please be specific or else we cannot understand what is your point.

Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Georgios Kolomvos on May 21, 2012, 14:17:12 PM
Quote from: Milbo on May 18, 2012, 17:31:00 PM
... Please try the latest version c http://dev.virtuemart.net/projects/virtuemart/files

I have installed VM 2.0.7c on Joomla 2.5.4 and i noticed an important improvement: a shopper can finally add multiple addresses (only from the site Front-End).

But the problem with the Back-End is still there: the administrator cannot add or edit the shipment addresses of any shopper.
The link "Add Address" (http://my_domain.gr/administrator/index.php?option=com_virtuemart&view=user&task=addST&new=1&addrtype=ST&virtuemart_user_id[]=45) in the shopper's administration (back-end) does nothing and if the administrator tries to modify a shipment address, that a shopper has added from his front end, the modifications that the admin makes are not saved (no error messages appear).


Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: melina on May 22, 2012, 15:40:31 PM
Well, Hi there! I solved my problems, most of them.

Problem 1. saving info on user account: I dropped the table userinfos on DB and then on BE click on tools of VM the "Install tables or if necessary update them". This reinstall your table so if it had an issue its solved. I started my web with VM 2.0 and went up so that table was old and something was wrong with it.
Also I upgraded to Joomla 2.5.4 (last one) and VM 2.0.7 c.
My users can now save their info without a problem.

Problem 2. when clicking on add shipping address I got an error: I touched all the user fields and screw it up. DONT play with user fields. You will probably end up doing something wrong unless you really know what you are doing.

Problem 3. gkolomvos, the same here, not able to add a new address for user from BE. I couldnt fix that, sorry =( I cant see the address that user added on FE but cant add any. When I click on add it says [ COM_VIRTUEMART_addST ]  on top but no new tab appears. On my case, I dont really care that much. Its not something I use much. But it could be good to find the solution so we all can have it working fine.

So, 2 important things done. I am so happy right now! Its good to solve stuff.
Also, if ay of you have problems customizing the order emails, I posted about it: http://forum.virtuemart.net/index.php?topic=102633.msg340711#msg340711
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: marklask on June 26, 2012, 11:15:05 AM
I have the same problem with [COM_VIRTUEMART_addST].  :(
Could You please fix this? I'm really need that.
best regard
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: DaggaTora on July 12, 2012, 13:21:24 PM
VM 2.0.8c

Shoppers cant change their info, it doesn't get saved. I dropped the userinfo table, reinstall it but nothing. If I open any shopper info in BE their info isn't there and all of them have my email instead of theirs.

If I try to add a shipment adress throught backend I also get [COM_VIRTUEMART_addST].
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Milbo on July 12, 2012, 19:26:44 PM
Maybe it is your template override, disable the template overrides in the users view.
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: DaggaTora on July 13, 2012, 11:12:24 AM
Milbo, again you are completely right. I don't know when or with which update but some files in user folder change a lot, so reediting the new ones all the info get saved.

Editing in the BE also works.

Add shipment still gives a [COM_VIRTUEMART _addST]

thanks Milbo!
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: drewby07 on July 31, 2012, 23:10:28 PM
I just installed 2.0.8e and am having the same issue.  When a customer clicks "add / edit shipping address" they get the form, but when they fill it out and click save, the form is cleared, but the address is not saved.  I have another site running 2.0.6 and it has the same problem. 

Both sites are running Joomla 2.5.4.  This is a critical error and doesn't seem to have been solved yet...
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Actlas on August 14, 2012, 09:41:25 AM
Quote from: Milbo on July 12, 2012, 19:26:44 PM
Maybe it is your template override, disable the template overrides in the users view.

How and where should I do this?
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: target4fun on November 12, 2012, 23:43:31 PM
I too am having the same problem where when I hit save on the form nothing happens.... Can anyone provide any more info on how to do the "template override for user view"  Ive had a hard time finding any instructions or location to do this for the problem several of us seem to be having.  Thanks!
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: target4fun on November 13, 2012, 15:44:41 PM
Anyone know anything about how to solve this.  I am at a dead end until I can fix this.  Thanks! Seems like quite a few people are having a similar problem.  Any tips in any way would be greatly appreciated... ive spent all day yesterday trying to fix this with no luck. 

Here is my website if you are interested in seeing the problem for yourself:  http://concealedhandgunonline.com/index.php/component/virtuemart/user/editaddresscheckoutBT?Itemid=0

Joomla! version, 2.5.8

VM 2.0.12f
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: drewby07 on November 13, 2012, 20:07:57 PM
Just chiming in here....I've done everything I can think of and am still having this issue. 

I have upgraded to JM 2.5.8 and VM 2.0.14.  I thought this had something to do with me rearranging the userfields, so I dumped that table and reinstalled it in the DB. 

I tried the advice from above and disabled all my template overrides and STILL nothing.  I created a new install of joomla / VM in a subdirectory on the same domain, and everything works properly, so I know it's something specific to my install.  Anyone have any other tips for me before I dump VM and start all over?
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: target4fun on November 13, 2012, 23:08:56 PM
Drew please keep me posted if you get it figured out.  Ive spent hours trying everything I can possibly think of.  That being said im a VM noob.  I need this working before i can do anything else on the website.  Thanks!
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: drewby07 on November 14, 2012, 01:24:46 AM
For some more backstory on this....I've managed to add shipping addresses directly into the database by adding entries to the jml_virtuemart_userinfos.  When I try to place an order, I can click "Add/Edit Shipment Address", and the shipping addresses are listed at the bottom correctly.  When I click on one to display it, and click "save", nothing happens.  Cound it be the actual BUTTON code that's the culprit?
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: target4fun on November 14, 2012, 01:48:00 AM
NO idea I just did a uninstall and fresh install of VM and still in the same boat.  Im using the stock template so dunno what it is at this point. ...

Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: randomdev on November 14, 2012, 03:20:23 AM
I am using an older version 2.0.6 but have noticed this, not sure if related:

in edit_address.php
<?php if(!empty($this->virtuemart_userinfo_id)){
   echo '<input type="hidden" name="shipto_virtuemart_userinfo_id" value="'.(int)$this->virtuemart_userinfo_id.'" />';
}

But on the page:
<input type="hidden" value="0" name="virtuemart_userinfo_id"> <---value is 0?

I dont think this has anything to do with it as checking for 0 changes nothing, sorry.
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: PRO on November 14, 2012, 20:10:44 PM
Quote from: randomdev on November 14, 2012, 03:20:23 AM
I am using an older version 2.0.6 but have noticed this, not sure if related:

in edit_address.php
<?php if(!empty($this->virtuemart_userinfo_id)){
   echo '<input type="hidden" name="shipto_virtuemart_userinfo_id" value="'.(int)$this->virtuemart_userinfo_id.'" />';
}

But on the page:
<input type="hidden" value="0" name="virtuemart_userinfo_id"> <---value is 0?

I dont think this has anything to do with it as checking for 0 changes nothing, sorry.

that version is way outdated, and full of bugs.

Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: drewby07 on November 14, 2012, 20:13:21 PM
Another test I tried: 

  In PHPMyAdmin, I exported all the VM tables and overwrote them to the non-working VM install.  The problem was NOT fixed.

Conversely, I loaded all VM tables from the NON working installation to the working one, and it's still working!  This leads me to believe the issue is either somewhere in the source files (though they SHOULD both be the same)...or in part of the database not related to VM?!
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: drewby07 on November 16, 2012, 02:54:29 AM
Anyone?  This is incredibly annoying.  I'm at the point where I'm considering uninstalling VM and trying something else.
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: deepakdhingra on November 25, 2012, 22:30:06 PM
Is there a solution to this, please?

I have the same issue where the user logs in and he has to select his shipping address each and every time. Billing Address is always displayed but shipping address is never displayed.

User has to uncheck " Use for the shipto same as billto address" and then select the address that he had previously saved. Why cant we simply have that address shown the way we have the billing address shown?

Is this a bug? Or is there something wrong with my installation?

Deepak

Edit - I hope I was clear about the above. The user shipping address IS being saved in the database -  virtuemart_userinfos. There is NO problem with saving it in database. It just does NOT show to the user when he logs in again. It works as Rupesh showed in his jpgs on the 1st page of this thread.

Ideal situation would be to show user his last filled in shipping address. If he wants to change it he can very well use the Add/Edit button.
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: B4rZAg0nE on December 20, 2012, 11:23:06 AM
i have this same problem but blank screen is only if you select in php.info joomla conf on aruba. if i set as default php.ini  there is this error:

Fatal error: Cannot use object of type stdClass as array in /web/htdocs/www.sitoweb.com/home/plugins/user/profile/profile.php on line 255
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: Milbo on December 20, 2012, 19:12:08 PM
This is one of your plugins, not vm.
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: B4rZAg0nE on December 20, 2012, 21:28:12 PM
really? but is not normal. I have the same site in local  server with the same active plugins and it work ...
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: B4rZAg0nE on December 21, 2012, 11:21:01 AM
i have solved. it was a plugin joomla user - profile....i don't know why this plugin not crush my others site with virtuemart2 and this site yes. Mistery if disabled registration of editaddresscartBT in cart GO! User profile is important for autorize registration check! there is a possibility to solve this problem?
Title: Re: cant add and save any info when editing Shopper. Cant add Shipment Addresses - it just don't sav
Post by: wojtirz on April 10, 2013, 10:43:37 AM
Hi, I have the same problem, I found the cause, I miss the fields to fill in the date of birth. Can I show it to fill it. This is a migration from VM1 to VM2