Hello
I have a Problem with product stockable variants
at about 100 child products I can not save the custom fields
database > jos_virtuemart_product_customfields > custom_param > varchar(12800)
I think it is the database field length is too short
there is a solution ?
I have the same problem. Have not found a solution =(
Hi
I suppose that it is related to server limitations.
Try to increase the following variables in your php.ini
post_max_size
memory_limit
I tested again
it must be due to the field length custom_param > varchar(12800)
the string beginn with ~ 50 character and end with ~ 100 character, this results in 12'650 characters
per variants ~ 125 character results ca 100 variants
I have prducts with
80 Chils = ok
100 child = ok
~ > 100 child = not ok
can the field custom_param > varchar(20'000) expanded
best regaards
Pegu