Skip to content

Instantly share code, notes, and snippets.

@andrew-serrano
Created June 4, 2019 18:24
Show Gist options
  • Save andrew-serrano/ca8be16dd538e4dc44a96d3d6101f004 to your computer and use it in GitHub Desktop.
Save andrew-serrano/ca8be16dd538e4dc44a96d3d6101f004 to your computer and use it in GitHub Desktop.
Load customfield group and all of the associated customfields
<mvt:comment>
Load Customfield Group
</mvt:comment>
<mvt:do file="g.Module_Root $ '/modules/util/customfld.mvc'" name="l.success" value="Group_Load_Code('build_a_kit_facets', l.build_a_kit_facets_group)" />
<mvt:comment>
Load all the fields associated with that group
</mvt:comment>
<mvt:do file="g.Module_Root $ '/modules/util/customfld.mvc'" name="l.success" value="ProductFieldList_Load_Group(l.build_a_kit_facets_group:id, l.settings:bak_facets)" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment