VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: LukeVenter on January 11, 2016, 18:16:34 PM

Title: Some Strange Cart Formatting Issues
Post by: LukeVenter on January 11, 2016, 18:16:34 PM
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

Title: Re: Some Strange Cart Formatting Issues
Post by: GJC Web Design on January 11, 2016, 18:22:48 PM
both your mentioned extensions are commercial and 3rd party

http://forum.virtuemart.net/index.php?topic=108212.0
Title: Re: Some Strange Cart Formatting Issues
Post by: LukeVenter on January 12, 2016, 06:10:06 AM
Sorry.  :(