Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Integration with third-party extensions    Topic: Virtuemart 1.1.2 integration
Pages: 1 [2]   Go Down
  Print  
Author Topic: Virtuemart 1.1.2 integration  (Read 56497 times)
0 Members and 1 Guest are viewing this topic.
vss1
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« Reply #15 on: November 17, 2009, 15:23:30 »

I installed this on Joomla 1.5.14 and VM 1.1.4 and it does not work. I am sure that I do the same as inthysite  Cry Anyone can help me, please?
Logged
grifith
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« Reply #16 on: December 22, 2009, 04:04:28 »

Any hope, that cute rating stars will come back to product browse page vith Jcomments installed and enabled? There is small code interference to integrate Jcomments in Virtuemart, suggested by Jcomments developpers. Is it possible to adjust this code - in order to not to kill stars?
Logged
imaaxx
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« Reply #17 on: March 01, 2010, 02:14:52 »

Hello,

Thanks for a great component; I too am having some problems getting this to work with my Joomla install.
Joomla 1.1.15
VM 1.1.4

I have followed the instructions as mentioned above and for some reason i can’t get the comments to show up? Is there something I need to do other then this information above?

I am lost with this ratings and reviews system in the New VM cart. I can’t even get the regular comments to show up? People can write a review and I see the reviews in the admin area but nothing will display in the frontend.

Any help would be great as I really prefer to use this component for my ratings and reviews system

Best Regards
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 146



« Reply #18 on: June 30, 2010, 17:55:28 »

Has someone managed to show count (or "write a comment") in VM category page?
I mean Jcomments count and comment link, not VM´s.

For instance like it is easy to show them in K2 extension in items - category listing.
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 146



« Reply #19 on: December 08, 2010, 00:55:42 »

Has someone managed to show count (or "write a comment") in VM category page?
I mean Jcomments count and comment link, not VM´s.

For instance like it is easy to show them in K2 extension in items - category listing.

Worth to ask again.  Smiley
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 146



« Reply #20 on: December 20, 2010, 01:29:01 »

Actually it was very easy.

In administrator/components/com_virtuemart/html/shop.cart.php find:
Code:
if (PSHOP_ALLOW_REVIEWS == '1' && @$_REQUEST['output'] != "pdf") {
   // Average customer rating: xxxxx
          // Total votes: x
   $product_rating = ps_reviews::allvotes( $db_browse->f("product_id") );
}
else {
   $product_rating = "";
}
(I had it already disabled)

And change with:

Code:
global $mainframe;
$comments = $mainframe->getCfg('absolute_path') . '/components/com_jcomments/jcomments.php';
if (file_exists($comments)) {
   require_once($comments);
   $count = JComments::getCommentsCount($db_browse->f('product_id'), 'com_virtuemart');
   $product_rating = 'Number of Comments: '.$count. '<br /><a href="'.$url.'#comments">[Add Comment...]</a>';
}
else {
   $product_rating = "";
}
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 146



« Reply #21 on: January 25, 2011, 02:37:19 »

Sorry, it is shop.browse.php file.
Logged
Pages: 1 [2]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Integration with third-party extensions    Topic: Virtuemart 1.1.2 integration
 
Jump to: