-
AuthorPosts
-
gringo211985 Friend
gringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
June 12, 2014 at 2:21 pm #198744Hi there,
I’ve been trying to add the “add to cart” button to the latest products module but I’m having trouble in finding how to do this. Please see screenshot below,
The top product is in the latest products module and the below are featured products. I want them to look the same so,
How can I make the “add to cart” button available on the latest products module?
Thanks 🙂
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
June 13, 2014 at 4:04 am #538781Hi,
1. First, please open the your_root_folder/components/com_mijoshop/opencart/catalog/view/theme/bookshop/stylesheet/stylesheet.css file and remove these CSS rules :
.product-grid .cart,
.product-grid .wishlist,
.product-grid .compare,
.ja-product-grid .cart,
.ja-product-grid .wishlist,
.ja-product-grid .compare {
margin-bottom: 0;
display: none;
width: 40px;
height: 40px;
overflow: hidden;
position: absolute;
bottom: 6px;
}2. Then open the file your_root_folder/templates/ja_bookshop/css/themes/themedalguy/custom.css and look for this part:
.box-product .name a {
display: block;
font-weight: 100;
line-height: 24px;
margin-bottom: 4px;
min-height: 50px;
text-decoration: none;
}and update min-height property as follows:
.box-product .name a {
display: block;
font-weight: 100;
line-height: 24px;
margin-bottom: 4px;
min-height: 0;
text-decoration: none;
}Hope it helps.
1 user says Thank You to Adam M for this useful post
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
June 13, 2014 at 10:02 am #538833Thanks buddy, much appreciated 🙂
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by gringo211985 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Add to cart button in latest products module?
Viewing 3 posts - 1 through 3 (of 3 total)