how to get extra fields in module ?

30.12.2019 09:20
#1
imanagerseo0
Joomshopping forum user no avatar
Name: imanagerseo0
23.12.2019
Posts: 11
Quote
how to get extra fields in module ?

extra_fields in module - how to ?

how to display extra_fields in module ? this code not work

<?php echo $item->product_link ?>

$extraf=JSFactory::getAllProductExtraField();
$cfvalues = JSFactory::getAllProductExtraFieldValueDetail();
<ul class="unstyled extra_fields">
<?php foreach($extraf as $extra_field){?>
<li>
<span class="text-left extra_fields_name"><?php echo $extra_field['name'];?>:</span>
<div class="text-right extra_fields_value">&nbsp;&nbsp;<?php echo $extra_field['value']; ?></div>
</li>
<?php }?>
</ul>


Joomla: 3.9.14
JoomShopping: 4.18.4
PHP: 7
MySQL: 7
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.