-
AuthorPosts
-
bigspring Friend
bigspring
- Join date:
- July 2009
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
March 16, 2010 at 12:12 pm #149567Hi,
We have configured some child products for our shop using Mesolite II. The child products are not displayed when using the Mesolite ii theme for VM, but they are shown when using the default theme.
Can you tell me how to show child products on the Mesolite ii flypages?
Thanks
bigspring Friendbigspring
- Join date:
- July 2009
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
March 16, 2010 at 1:10 pm #336429In fact, child products are shown but not when the option “Use List box for child products” is selected on the parent product.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 17, 2010 at 9:44 am #336571Yes, did you resolve this issue ? 🙂
bigspring Friendbigspring
- Join date:
- July 2009
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
March 17, 2010 at 10:02 am #336579Hi,
No the issue is not resolved.
Child products are not displayed when I select the option “Use List box for child products” on the parent product. We’d like to use this feature.
Can you advise?
Thanks
March 17, 2010 at 4:50 pm #336641Hi
I have the same problem
Please help usAugust 11, 2011 at 10:00 am #405615same here, please help
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
August 11, 2011 at 10:43 am #405621Hello,
Which version of VM are you using?August 11, 2011 at 12:04 pm #405639<em>@pascm 258946 wrote:</em><blockquote>Hello,
Which version of VM are you using?</blockquote>using version VM 1.1.9
actually i found a workaround by replacing:
ja-zeolitetemplatesproduct_detailsincludesaddtocart_list_single.tpl.php
file with the same file from the default template.
don’t know if this is the complete solution.
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
August 11, 2011 at 12:08 pm #405641Actualy this is a VM issue.
But you can also do this
Goto file administrator/components/com_virtuemart/html/shop.browse.php around line 86
and change
elseif( $num_rows == 0 && empty($product_type_id) && empty($child_list)) {
To
elseif( $num_rows == 0 && empty($product_type_id) && !empty($child_list)) {😉 I hope that helps
1 user says Thank You to Manos for this useful post
August 11, 2011 at 12:22 pm #405646<em>@pascm 258970 wrote:</em><blockquote>Actualy this is a VM issue.
But you can also do this
Goto file administrator/components/com_virtuemart/html/shop.browse.php around line 86
and change
elseif( $num_rows == 0 && empty($product_type_id) && empty($child_list)) {
To
elseif( $num_rows == 0 && empty($product_type_id) && !empty($child_list)) {😉 I hope that helps</blockquote>
thanks for the quick response !
i’ll try itManos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
August 11, 2011 at 12:49 pm #405650Ok! I will wait for an update from you! 😉
November 3, 2011 at 5:17 am #423026If you try what the poster originally said was the problem it does not work. This is only a partial fix. There seems to be a problem with the JA-Mesolite II theme when the Use List box for child products is checked in the parent product and also have the Add to Cart Button for each Child radio button selected. Try adding some child products to a product in the demo and you will see what we are talking about. I have been searching hours now for a fix for this problem. Like they said the only way it will show the child products is if you have the Use List box for child products unchecked.
November 3, 2011 at 2:37 pm #423089Just tried the JA-Zeolite theme and it does not work with that theme either. The fix pascm describes here is the fix for child categories not child products.
November 3, 2011 at 3:23 pm #423096Found the problem! Here is the solution….
Open this file in an editor
components/com_virtuemart/themes/ja-mesolite/templates/product_details/includes/addtocart_form.tpl.php
On line 10 change…
list($html,$children) = $ps_product_attribute->list_attribute( ( $product_parent_id > 0 ) ? $product_parent_id : $product_id, $product_price);to
list($html,$children) = $ps_product_attribute->list_attribute( ( $product_parent_id > 0 ) ? $product_parent_id : $product_id);
save and upload to site and now your child products should work.
Now if I can just get the product quantity up and down arrows to work!
November 3, 2011 at 9:08 pm #423131Found another problem after this one and fixed it.
In IE9 the minicart would not update when clicking on a product after doing the fix I posted above for the child products. Worked in Firefox 7 just fine.
The problem was in the function updateMiniCarts in themes.js what I did to fix it was copy the entire updateMiniCarts function from the default theme.js file to the ja-mesolite theme.js file.
Still need to fix the product quantity up and down buttons they do nothing right now in any browser.
-
AuthorPosts
This topic contains 16 replies, has 6 voices, and was last updated by rhenline 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum