-
AuthorPosts
-
July 8, 2013 at 8:51 pm #188782
Hi All,
How to remove vote Add to cart and reviews ? Could you help me please and please see the attach file too.
Regards,
Meth
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 9, 2013 at 10:49 am #498413+ You can download and copy my attachment file to: templatesja_hawkstorehtmlcom_virtuemartproductdetailsdefault.php ( Remember to backup the old file)
+ Remove Rating: you can config and disable it from Admin site:
Go to Admin site -> Components -> Virtuemart -> Shopfront -> Show Rating -> set None
+ Remove Add to Cart
Open templates/ja_hawkstore/css/vmsite-ltr.css file
from
.productdetails-view .addtocart-bar {
margin: 20px 0 0;
padding: 20px 0;
border-top: 1px solid #e5e5e5
border-bottom: 1px solid #e5e5e5
}
change to
.productdetails-view .addtocart-bar {
margin: 20px 0 0;
padding: 20px 0;
border-top: 1px solid #e5e5e5
border-bottom: 1px solid #e5e5e5
display: none;
}Hope it helps.
1 user says Thank You to Ninja Lead for this useful post
July 9, 2013 at 4:42 pm #498440Hi Ninja Lead,
Thank you very very much I got it NOW!
Best Regards,
MethJuly 9, 2013 at 6:48 pm #498444Hi Ninja Lead,
It’s me again I am sorry to make you hard time again. For the remove Add to Card inside the categories page working good I can remove it.
But for the homepage(front page) is NOT REMOVE it yet? Do I do something wrong or I need to put the code somewhere again please help Sir.I do attach the picture to let you see too.
Thank you very much,
Meth
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 10, 2013 at 3:51 am #498485This way will help you to disable it
Open templates/ja_hawkstore/css/vmsite-ltr.css file
From
.vmgroup .vmproduct.productdetails .addtocart-area span.addtocart-button {
float: none;
width: 100%;
display: block;
margin: 0;
}Change to
.vmgroup .vmproduct.productdetails .addtocart-area span.addtocart-button {
float: none;
width: 100%;
display: none;
margin: 0;
}1 user says Thank You to Ninja Lead for this useful post
July 10, 2013 at 4:18 pm #498566Yes,
I got it thank you again and again.
MethAuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by methawee 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum