- Posts: 15
- Thank you received: 0
Frontpage product details
-
Marioznik
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago #26666
by Marioznik
Frontpage product details was created 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?
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?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #26680
by ivan.milic
Replied by ivan.milic on topic Frontpage product details
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.
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