HI,
I inserted the custom fields in the product sheet, and everything works fine, now I want some of these custom fields to be present also in the same products present in the category list.
I'm editing this file:
html > com_virtuemart > sublayouts > products.php
inserting this code that doesn't work:
<?php echo shopFunctionsF::renderVmSubLayout('customfields',array('product'=>$product,'position'=>'box_example','class'=> 'box_example'));?>
Do you know PLEASE tell me which code I have to use?
Thanks for your patience.
No need to code.
Make sure each custom is set with Cart Attribute on.
In VM Configuration/Shopfront tab under Product Listing turn on "Show product customfields in browse views"
Thank you jenkinhill, you have been invaluable!
I just had to put the customizations in the active cart.
I don't need these customizations during the cart stage, so I thought I could not set them 'in cart'.
THANK YOU