News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

customfields ordering did not work

Started by mhuebler, October 07, 2014, 14:35:51 PM

Previous topic - Next topic

mhuebler

hello,

the customfields ordering did not work for the frontend. the frontend is order the customfields by customfield IDs.

anybody can confirm please ?

[attachment cleanup by admin]

Milbo

The ordering of the custom prototypes is only for the customfield groups. The other ordering is done in the product edit.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

mhuebler

#2
aahh ! now i understand. my custom fields and products are generated by a php connector, so i need customize the code for generate the products customs by the ordering of the custom fields.

thanks for fast reply .. Nachbar  :) Könn ja mal n Bier trinkn wenn de Zeit hast

Milbo

Immer gern ;-)
The reason is quite easy. When you edit the products in the vm, then you can set the ordering by dropndrag. There existed the idea, that the ordering of the custom prototype is also influencing the ordering, if you add the customfield. But that is very hard to handle, because in the moment someone moves the custom, we would have to store this override and what happens if you add another customfield? I am sure Markus can fast adapt it. Greets
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

mhuebler

at the moment i work for myself on the connector code because of to much trouble with markus code. everyday i need fixes.

i think its not a problem for me because i can simple override the complete order of the product customs when update a product.