-
AuthorPosts
-
July 21, 2014 at 5:45 pm #199861
Iv tried to setup custom fields for a few test products just to check if it displays. The problem is it only displays under the tabs position as you can check on the front end. I want it to show on when a user clicks on any product details. Iv tried everything even tried to follow a previous post and change the css code but to no avail. Could you please check this ?
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
July 22, 2014 at 10:45 am #543115Did you want to custom fields like this image ?
If so, pls try to open file: /templates/your_template_name/css/custom.css (if not exists, pls create new one) then add this rule:
.com_virtuemart.layout-default .featured-view .product .product-details,
.com_virtuemart.layout-default .latest-view .product .product-details,
.com_virtuemart.layout-default .topten-view .product .product-details,
.com_virtuemart.layout-default .recent-view .product .product-details {
top: -60px;
}.com_virtuemart.layout-default .featured-view .product:hover .product-details,
.com_virtuemart.layout-default .latest-view .product:hover .product-details,
.com_virtuemart.layout-default .topten-view .product:hover .product-details,
.com_virtuemart.layout-default .recent-view .product:hover .product-details {
top: 0;
}Let me know if this helps
July 23, 2014 at 4:38 pm #543247Hi,
No I am able to get the product details like the image above. That is already being displayed on the site. I am looking for this to be able to be displayed on clicking on the product details ;
This works when i change the template to another template other than Hawkstore.
I need to have these custom fields with different prices for my products.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
July 25, 2014 at 8:07 am #543426If you want to show the multiple price on product details, you can copy the file default_showprices.php from folder “componentscom_virtuemartviewsproductdetailstmpl” to “templatesyour_template_namehtmlcom_virtuemartproductdetails” then customize in this file by yourself.
It would be best, pls raise this question at the Virtuemart’s forum so that they will help you more.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Nazario A 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum