-
AuthorPosts
-
7of9 Friend
7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
October 2, 2013 at 9:20 am #507779Hi,
It has been now over a month since I opened this thread. Are you planning on fixing this?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 2, 2013 at 11:22 am #507794Hi 7of9,
We are sorry for the late response on this bug following. Our developer has already finished the bug fix on this Custom Fields issue, you can backup your templatesja_hawkstorehtmlcom_virtuemartcategorydefault.php file and overwrite it with my attached file. What he did is adding below lines at 209th:
$db = JFactory::getDBO();
//please do check in php myadmin how your database table is called and replace it instead of "VM2_virtuemart_product_customfields"
$db->setQuery('SELECT b.custom_title as custom_title, a.custom_value FROM #__virtuemart_product_customfields AS a LEFT JOIN #__virtuemart_customs AS b ON a.virtuemart_custom_id = b.virtuemart_custom_id WHERE a.virtuemart_product_id='.$product->virtuemart_product_id.';');
$db->query();
$customfields = $db->loadObjectList();
1 user says Thank You to phong nam for this useful post
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
October 23, 2013 at 5:19 pm #510009Thanks Leo,
That solved it.
Please let us know when this is updated to the template, so we will be able to update the template as well.phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 24, 2013 at 8:36 am #510076Hi 7of9,
Actually, this is a VM bug since the default VM Category Layout doesn’t get and display correcly the Custom Fields (String type) of selected product items. That is why our developer has to add the more functions to get Custom Fields data of product item in the overridden VM Category layout.
That is non-JA issue so that we will not include this bug fix in the next update of our JA Hawkstore template, but we still keep the solution here and suggest other JA members who have the same issues. Thank you !
1 user says Thank You to phong nam for this useful post
-
AuthorPosts
This topic contains 20 replies, has 2 voices, and was last updated by 7of9 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum