newguyintown
07-30-08, 10:01 PM
Just like the title says. I want the basket to show the custom field Part # in place of the standard Product Code. I have the title changed, but can't get the code to cooperate. I know I need to change the line of
<mvt:item name="fonts" param="body_font">
<a href="&mvt:global:sessionurl;Screen=PROD&Store_Code=&mvta:global:Store_Code;&Product_Code=&mvta:item:code;">&mvt:item:code;</a>
</mvt:item>
and I have tried by substituting the
&mvt:item:code;
piece with
&mvt:product:customfield_values:customfields:PRT;
but I only get blank space.
Please help?
<mvt:item name="fonts" param="body_font">
<a href="&mvt:global:sessionurl;Screen=PROD&Store_Code=&mvta:global:Store_Code;&Product_Code=&mvta:item:code;">&mvt:item:code;</a>
</mvt:item>
and I have tried by substituting the
&mvt:item:code;
piece with
&mvt:product:customfield_values:customfields:PRT;
but I only get blank space.
Please help?