MivaLearn
12/2/2024 - 6:40 PM

Custom CTGY PageBuilder Header

Custom code added to the CTGY template to render a page with the same value as the current category custom field of pagebuilder_code and use that page via page builder for specific category landing pages/layouts.

<div class="o-layout__item">
<mvt:comment>
|
|	Ability to have a page with the same value as the current category custom field of `pagebuilder_code`
|	and use that page via page builder for specific category 
|	landing pages/layouts.
|
</mvt:comment>
<mvt:item name="customfields" param="Read_Category_Code( g.Category_Code, 'pagebuilder_code', l.settings:category:customfield_values:customfields:pagebuilder_code )" />
<mvt:do file="g.Module_Feature_TUI_DB" name="l.settings:Page_Load_CodeOK" value="Page_Load_Code( l.settings:category:customfield_values:customfields:pagebuilder_code, l.settings:category:pagebuilder_cat_page )" />
<mvt:if expr="l.settings:Page_Load_CodeOK">
	<mvt:capture variable="l.settings:category:pagebuilder_design"><mvt:do name="l.settings:foundPageOK" file="g.Module_Feature_TUI_MGR" value="TemplateManager_Render_Page( l.settings:category:customfield_values:customfields:pagebuilder_code )" /></mvt:capture>
	<mvt:if expr="l.settings:category:pagebuilder_design NE ''">
		&mvt:category:pagebuilder_design;
	</mvt:if>
<mvt:else>
	<mvt:item name="prod_ctgy_hdft" param="ctgy_header" />
</mvt:if>
</div>