PDA

View Full Version : OpenUI Custom Order Fields


sebenza
10-24-06, 07:20 AM
Is there a way to get the OpenUI Custom Order Fields to display during checkout? As well as save the data? The custom customer fields just show up when created, but I am not seeing the order fields.

DesignExtend-MSI
10-24-06, 06:58 PM
%ACTION(XPFIELDS)%
%VAR(g.OUI_Xproducts:FIELDCODE)%

sebenza
10-24-06, 07:43 PM
%ACTION(XPFIELDS)%
%VAR(g.OUI_Xproducts:FIELDCODE)%
Isn't that example for Custom Product Fields?

Vic - WolfPaw Computers
10-24-06, 10:50 PM
Replace XPFIELDS with XCFIELDS and g.OUI_Xproduct with g.OUI_Xcustomer.

DesignExtend-MSI
10-24-06, 11:25 PM
Yeah, sorry, what Vic said.