News:

Support the VirtueMart project and become a member

Main Menu

Some Strange Cart Formatting Issues

Started by LukeVenter, January 11, 2016, 18:16:34 PM

Previous topic - Next topic

LukeVenter

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


GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

LukeVenter