Hi Everyone.
Please see attached image.
My custom field values are displaying vertically - I cant seem to find the problem and any fixes I do find absolutely screws up the rest of the table's format.
Here is the code associated with that area.
<div class="bottom-row opg-grid">
<div class="opg-width-large-1-3 opg-width-small-1-2 opg-width-1-2 opg-text-left-small opg-hidden-small">
<div class="spacer">
<?php if($prow->product_sku != "")
{
?>
<?php
}
if (!empty($prow->customfields))
{
$customfiledstext = $this->customfieldsModel->CustomsFieldCartDisplay($prow);
$customfiledstext = str_replace("<br />", "", $customfiledstext);
echo str_replace('<span', '<span class="opg-text-small" ', $customfiledstext);
} ?>
<div class="cart-product-details">
<?php echo JHTML::link($prow->url, JText::_('COM_VIRTUEMART_PRODUCT_DETAILS')) ?>
</div>
Please help! I am using the Generic OnePage checkout plugin. Gk_Simplicty Template. VM 3.0.12. Joomla! 3.4.4
both your mentioned extensions are commercial and 3rd party
http://forum.virtuemart.net/index.php?topic=108212.0
Sorry. :(