VM 2 Can't add multiple Custom Field Values

VM 2 Can't add multiple Custom Field Values

laffinglotus

11 лет назад

1,716 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@daveledev8770
@daveledev8770 - 20.11.2012 07:05

It's not pretty, and you'll want to back up your database before performing this, but you can edit the table site_virtuemart_customs. You'll need to figure out the virtuemart_custom_id to add multiples of the same field, but it's good to know this info is easily found inside site_virtuemart_customs. I exported this table as a CSV, edited it in Google Spreadsheet, deleted the old table in the database , and uploaded the new one; all database editing in PHPMyAdmin.

Ответить
@daveledev8770
@daveledev8770 - 20.11.2012 07:06

This approach also made it easier for me to get around Virtuemart 2's sorting problem with custom fields by being able to define both the sort order and virtuemart_custom_id.

Ответить
@rbiton
@rbiton - 16.01.2013 12:45

while the problem sucks. I want to thank you for posting this video, because at least I can end my relentless search of an answer.

Ответить
@mmponline1
@mmponline1 - 19.08.2013 17:24

When I try to add new attributes, nothing happens. It's suppose to add a new field, but no luck. Thus not even a problem to save, but even just to get it to display!!!! Can anyone help. I've spent hours on the net without any luck and no reponse on forum.,

Ответить
@emcneal1968
@emcneal1968 - 16.10.2013 19:25

For us to resolve this we played with increasing PHP memory. Play with the following in PHP: max_execution_time, max_input_time, memory_limit

Ответить