-
AuthorPosts
-
7of9 Friend
7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
March 21, 2015 at 10:48 pm #204892Hi,
I have a couple of problems:
1. I get error: Notice: Undefined property: VirtueMartViewProductdetails::$askquestion_url in templates/ja_hawkstore/html/com_virtuemart/productdetails/default.php on line 32
Is this why the ask questions is not shown?
2. I added related products and they are not shown.Please advise.
Thanks in advance.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
March 24, 2015 at 6:28 am #564364Thanks, I’m waiting.
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 27, 2015 at 5:03 am #564792Hi @7of9,
1. The option Maximum and Development is not a recommended setting for Error Reporting, normally just set it to use System Default, more detail can be found here.
2. It’s a bug with Virtuemart 3 so you might have to wait for next update.
7of9 Friend7of9
- Join date:
- December 2010
- Posts:
- 579
- Downloads:
- 81
- Uploads:
- 66
- Thanks:
- 162
- Thanked:
- 25 times in 3 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 30, 2015 at 8:34 am #565038Hi @7of9,
1. About the problem with error:
Notice: Undefined property: VirtueMartViewProductdetails::$askquestion_url in templates/ja_hawkstore/html/com_virtuemart/productdetails/default.php on line 32
please open file templates/ja_hawkstore/html/com_virtuemart/productdetails/default.php and look for this code :
$.facebox({
iframe: '" . $this->askquestion_url . "',
rev: 'iframe|550|550'
});update as below :
$.facebox({
iframe: '" . $askquestion_url . "',
rev: 'iframe|550|550'
});then look for this line :
$document = JFactory::getDocument();
and update as below :
$document = JFactory::getDocument();
$askquestion_url = JRoute::_('index.php?option=com_virtuemart&view=productdetails&task=askquestion&virtuemart_product_id=' . $this->product->virtuemart_product_id . '&virtuemart_category_id=' . $this->product->virtuemart_category_id . '&tmpl=component', FALSE);2. Another problem with Related Products, it’s a bug from Virtuemart 3 so you will have to wait for next update of Virtuemart as mentioned in my previous reply.
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Adam M 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum