VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: ereallstaff on November 04, 2013, 19:37:12 PM

Title: Couldn't find custom field22256 inside order backend
Post by: ereallstaff on November 04, 2013, 19:37:12 PM
I manage virtuemart product with custom field for CART ( eg. size ) on my modacalcio.it

Let's say I have S M L for a shirt , and some customers order size L

A customer purchase the last L , so I remove from product. The related custom field is dropped from DB table __virtuemart_product_customfield

When I go back in orders with the size L , the cart custom field is not shown , while a funny "Couldn't find customfield21456" statement is in.

This should be solved with a publish / unpublish custom field, or saving at the moment of order the custom field ordered inside order row?

Thanks
Title: Re: Couldn't find custom field22256 inside order backend
Post by: ereallstaff on November 07, 2013, 16:01:00 PM
anyone else with the same problem?

Is it possible to modify custom field behaviour, with publish = 0 or 1 ? if yes how ?

Thanks
Title: Re: Couldn't find custom field22256 inside order backend
Post by: ereallstaff on November 15, 2013, 10:36:52 AM
Looking inside the DB I have found 2 fields for each row inside #__virtuemart_product_customfields  , " custom_param ( PARAMS FOR PLUGINS )" and "published"   this may solve us a lot of problems.

Which cart_custom_fields uses them ?

Thanks