
when i put the ( custom fields for all ) in virtuemart product details the ( add to cart ) won't show .
Can you help me please ?
when i put the ( custom fields for all ) in virtuemart product details the ( add to cart ) won't show .
Can you help me please ?
in 002 picture i have enabled the ( custom fields for all ) and in 003 picture i have disabled the ( custom fields for all )
in 002 picture i have enabled the ( custom fields for all ) and in 003 picture i have disabled the ( custom fields for all )Can you help me please i dont see add to cart when i set custom fields in a product
Can you help me please i dont see add to cart when i set custom fields in a productIf i cant use the custom fields for all in themler template please let me know it
If i cant use the custom fields for all in themler template please let me know iti added this code in products details :
<?php $position ; $class ; if (!empty($product-?>customfieldsSorted[$position])) {
?>
<div class>
<?php $custom_title foreach ($product-?>customfieldsSorted[$position] as $field) {
if ( $field->is_hidden ) //OSP http://forum.virtuemart.net/index.php?topic=99320.0
continue;
?><div class>
<?php if ($field-?>custom_title != $custom_title and $field->show_title) { ?>
<span class><span class><strong><?php echo vmtext::_ ($field-?>custom_title) ?></strong></span>
<?php if ($field-?>custom_tip) {
echo JHtml::tooltip ($field->custom_tip, vmText::_ ($field->custom_title), 'tooltip.png');
} ?></span>
<?php } if (!empty($field-?>display)){
?><span class><?php echo $field-?>display ?></span><?php } if (!empty($field-?>display)){
?><span class><?php echo vmtext::_($field-?>custom_desc) ?></span> <?php }?>
</div>
<?php $custom_title?>custom_title;
} ?>
</div><div class></div>
<?php }?>
and the customfieldsforall is enabled in my product but the colors buttons wont function and also wont function and in default joomla's template when i delete the themler template it start to working again in joomla's template
Can you help me make it function in themler template pleaseee ?????
i added this code in products details : <?php $position ; $class ; if (!empty($product-?>customfieldsSorted[$position])) { ?> <div class> <?php $custom_title foreach ($product-?>customfieldsSorted[$position] as $field) { if ( $field->is_hidden ) //OSP http://forum.virtuemart.net/index.php?topic=99320.0 continue; ?><div class> <?php if ($field-?>custom_title != $custom_title and $field->show_title) { ?> <span class><span class><strong><?php echo vmtext::_ ($field-?>custom_title) ?></strong></span> <?php if ($field-?>custom_tip) { echo JHtml::tooltip ($field->custom_tip, vmText::_ ($field->custom_title), 'tooltip.png'); } ?></span> <?php } if (!empty($field-?>display)){ ?><span class><?php echo $field-?>display ?></span><?php } if (!empty($field-?>display)){ ?><span class><?php echo vmtext::_($field-?>custom_desc) ?></span> <?php }?> </div> <?php $custom_title?>custom_title; } ?> </div><div class></div> <?php }?> and the customfieldsforall is enabled in my product but the colors buttons wont function and also wont function and in default joomla's template when i delete the themler template it start to working again in joomla's template Can you help me make it function in themler template pleaseee ?????