-
AuthorPosts
-
August 15, 2013 at 10:58 am #189759
Hi
I downloaded and installed JA Hawkstore quickstart and am trying to set up Custom fields to display on individual product pages – these custom fields are set up correctly, but are NOT displaying on product pages.Here is a link to an item with custom fields: http://www.guillotineblades.com/index.php/shop/all-categories/knives-blades/albert368x38x8-detail
Note – if you Add to Cart on the above item, VM assumes the first item on the custom field list has been selected (“STANDARD” in the above example).
Any help would be gratefully appreciated. I upgraded the VM to 2.0.22a after installing from JA Hawkstore Quickstart.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 16, 2013 at 4:43 am #502413Hi cirymarr,
Did you try to switch default template ( JA Hawkstore) to another standard Joomla template like bee5 then check whether that custom field displays or not? This will help you to locate where problem comes from, if it displays, then there would be problem with template, otherwise, you must check the configuration of VM itself.
I tried to install quickstart package of this template in my local and the custom field displays fine.
Regards
August 16, 2013 at 5:48 am #502421Hi
Yes, I switched the default template to beez5 and the custom fields display fine, indicating the issue is with the template.I installed the quickstart of the JA Hawkstore in another webspace and the problem is still there.
Your help would be much appreciated.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 16, 2013 at 7:56 am #502439It’s so weird, pm me admin and ftp account of your site, I will check it for you.
August 16, 2013 at 9:18 am #502458Hi
I have PM’d you admin and FTP access.
I have also noticed that the VM Shopping Cart module on the sidebar-a position, when clicked, is displaying the product categories, and not the shopping cart (yet the menu item to display the shopping cart is working): http://www.guillotineblades.com/index.php/shop/all-categories/knives-blades
Bizarre.
August 20, 2013 at 5:44 am #502792Hi
Have you had a chance to look at this problem?Regards
CiaranSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 20, 2013 at 7:49 am #502805Hi Ciaran,
Finally, I figured it out, this due to some css code of yellow theme: /templates/ja_hawkstore/css/themes/yellow/vmsite-ltr.css
I comment this code:
.addtocart-area .product-fields {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #000
bottom: 500%;
left: 0;
padding: 20px;
position: absolute;
text-align: left;
margin: 0 20px;
opacity: 0;
filter: alpha(opacity=0);
display: none;
-webkit-transition: all 0.4s ease-out 0.2s;
-moz-transition: all 0.4s ease-out 0.2s;
-o-transition: all 0.4s ease-out 0.2s;
transition: all 0.4s ease-out 0.2s;
}
The custom field is showing now, kindly have a look and let me know if this helps.
August 20, 2013 at 8:53 am #502829Hi
Many thanks for that – I also notice that the “Show Cart” button (both on the sidebar-1 module and in mycart position) do not show the cart details when selected – they simply show a categories page. Why is this?
Regards
Ciaran
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 22, 2013 at 10:03 am #503143H Ciaran,
Did you try this add to cart function in defaul template? as I know this template doesn’t override this function of VM
April 30, 2014 at 4:21 pm #533020Hi,
i’m facing the same problem: custom fields are not showed on item detail page. I’m using the deafult version of the hawk-store template and if i try to comment the lines you’ve indicated above, the custom field are shown but the page seems to miss the css and all the element go under the image…
Could someone help me please?
Thanksin advance!Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 6, 2014 at 4:09 am #533709Which theme are you using? pls also post your site’s URL here so that I can have a look.
May 26, 2014 at 3:30 am #536614Hi
Im facing same problem, im sure there is issue with the template itself not with joomla or Virtuemart, i have tried everything i spent days on this but didnt work, when i add children products and plugin with stock control, the quantity box doesnt work anymore.
please see pcprosales.net.au and see the prodcut eset smart security.May 26, 2014 at 1:55 pm #536690All is written in the ticket i’ve open days ago. Here it is the last message i’ve sent to nazario:
“Hi Nazario,
the problem is the same we started from: “display the custom field” in the detail page of the product. In the attached file you can see a product with two custom field which are not displayed…. I would like the custom fields to be seen on the detail page of the product, just because i need to set more prices for the same product.
I would really appreciated if you let me know something soon…if you need more files, just tell me,
THank you,
Danilo”If you can view the ticket, you can see an attached file too.
THANKS
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 27, 2014 at 8:08 am #536791Hi guys,
I just received PM from @itsoft, you can try with my workaround:
– Open file: /templates/ja_hawkstore/css/vmsite-ltr.css
– On line 177:
.addtocart-area .product-fields {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #000
bottom: 500%;
left: 0;
padding: 20px;
position: absolute;
text-align: left;
margin: 0 20px;
opacity: 0;
filter: alpha(opacity=0);
display: none;
-webkit-transition: all 0.4s ease-out 0.2s;
-moz-transition: all 0.4s ease-out 0.2s;
-o-transition: all 0.4s ease-out 0.2s;
transition: all 0.4s ease-out 0.2s;
}
pls change it to:
.addtocart-area .product-fields {
display: block;
}
– On line 375:
.productdetails-view .addtocart-bar {
margin: 20px 0 0;
padding: 20px 0;
border-top: 1px solid #e5e5e5
border-bottom: 1px solid #e5e5e5
}
change it to:
.productdetails-view .addtocart-bar {
margin: 20px 0 0;
padding: 20px 0;
border-bottom: 1px solid #e5e5e5
}
-
AuthorPosts
This topic contains 25 replies, has 5 voices, and was last updated by Saguaros 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum