VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: janvankuijk on March 22, 2012, 19:01:22 PM

Title: Can't change flypage in category
Post by: janvankuijk on March 22, 2012, 19:01:22 PM
I want to change 'categoriepagina' say 'flypage' in a category.

Standard it's 'no override', but if I want to change it to something else, it's not stored in the database.


Jan
Title: Re: Can't change flypage in category
Post by: Studio 42 on March 23, 2012, 00:50:21 AM
I found it, we do the change next
The name only allow 16 chars(and if you use teh sublayout names then you have more then 16 char
and this are then cutted
eg.
default_showcate
for original :
default_showcategory
we set for e=new update the size to 32 chars
Title: Re: Can't change flypage in category
Post by: janvankuijk on March 23, 2012, 08:10:02 AM
The name of the flapage is 'vp_eden' = 7 characters.

The category name is 'Collectie' = 9 characters.
The subcategory is 'Ringen' = 6 characters.

So you mean the sum is 22 characters and that is too long?