Frontpage product details

  • Marioznik
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 10 months ago #26666 by Marioznik
Hi,

In attachment i will show you my problem...

I need to move "din" at the same line like price, but somehow i must delete or move this "silver product field"...how?
Attachments:

Please Log in to join the conversation.

More
11 years 10 months ago #26680 by ivan.milic
In:

templates/hot_drug_store/css/vm_drug_store.css

find this:

.browse-view .row .product .spacer span, .featured-view .product span {
font-size: 16px !important;
font-weight: bold;
color: #db0000;
background: url(../images/price_bg.png) no-repeat;
display: block;
width: 80px;
height: 24px;
line-height: 24px;
text-align: left;
text-indent: 5px;
float: left;
}

change width: 80px; to width: 120px;

open:

templates\hot_drug_store\html\com_virtuemart\category\default.php

around lin 226:

cho JHTML::link($product->link, JText::_('COM_VIRTUEMART_PRODUCT_DETAILS'), array('title' => $product->product_name,'class' => 'product-details'));

instead of : JText::_('COM_VIRTUEMART_PRODUCT_DETAILS') put empty string "". You can also put diffrent label for COM_VIRTUEMART_PRODUCT_DETAILS in vm language ini file but probably that is used on few other places.

Please Log in to join the conversation.

Time to create page: 0.166 seconds
Powered by Kunena Forum