problem with Custom Fields For All

athanaso
33 Posts
athanaso posted this 24 January 2021

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 ?
Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
athanaso
33 Posts
athanaso posted this 26 January 2021

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 )
athanaso
33 Posts
athanaso posted this 28 January 2021

any answer please ?

any answer please ?
athanaso
33 Posts
athanaso posted this 23 February 2021

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 product
athanaso
33 Posts
athanaso posted this 07 March 2021

If 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 it
athanaso
33 Posts
athanaso posted this 17 March 2021

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 ?????

i added this code in products details : &lt;?php $position ; $class ; if (!empty($product-?&gt;customfieldsSorted[$position])) { ?> &lt;div class&gt; &lt;?php $custom_title foreach ($product-?&gt;customfieldsSorted[$position] as $field) { if ( $field-&gt;is_hidden ) //OSP http://forum.virtuemart.net/index.php?topic=99320.0 continue; ?&gt;&lt;div class&gt; &lt;?php if ($field-?&gt;custom_title != $custom_title and $field-&gt;show_title) { ?&gt; &lt;span class&gt;&lt;span class&gt;&lt;strong&gt;&lt;?php echo vmtext::_ ($field-?&gt;custom_title) ?&gt;&lt;/strong&gt;&lt;/span&gt; &lt;?php if ($field-?&gt;custom_tip) { echo JHtml::tooltip ($field-&gt;custom_tip, vmText::_ ($field-&gt;custom_title), &#39;tooltip.png&#39;); } ?&gt;&lt;/span&gt; &lt;?php } if (!empty($field-?&gt;display)){ ?&gt;&lt;span class&gt;&lt;?php echo $field-?&gt;display ?&gt;&lt;/span&gt;&lt;?php } if (!empty($field-?&gt;display)){ ?&gt;&lt;span class&gt;&lt;?php echo vmtext::_($field-?&gt;custom_desc) ?&gt;&lt;/span&gt; &lt;?php }?&gt; &lt;/div&gt; &lt;?php $custom_title?&gt;custom_title; } ?&gt; &lt;/div&gt;&lt;div class&gt;&lt;/div&gt; &lt;?php }?&gt; 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 ?????
You must log in or register to leave comments