Remove Price and Description Titles

GK User
Fri Mar 22, 2013 10:35 am
As it seems in the attached picture I'd like (if possible)
1. Change position of the back to category link in product page, preferrably in a lower position in order to move the product image and description upper.
2. Delete Price title and leave only Sales Price.
3. Delete Description title and leave only my description.
and 4. Is there a way to hide the words (No additional charge) in the Color and Size selection fields?
George
User avatar
Fresh Boarder

GK User
Fri Mar 22, 2013 11:15 am
Can I also completely override the quantity selection box?
G.
User avatar
Fresh Boarder

teitbite
Mon Mar 25, 2013 10:10 am
Hi

Can You please tell me an url to the page You've made this screen. I need to check if You are using VM or REDshop to point You to the right answer.
User avatar
Moderator

GK User
Tue Mar 26, 2013 11:07 am
Webpage is http://www.esmeraldina.com
I'm using VM.
G.
User avatar
Fresh Boarder

teitbite
Tue Mar 26, 2013 5:01 pm
Hi

In this case please edit /html/com_virtuemart/productdetails/default.php find a layer with "back-to-category" and cut/paste it below the text.

To hide price and title You can use a css code:

Code: Select all
.product-price > strong,
.product-description > h4 {
    display: none;
}
User avatar
Moderator


cron