-
AuthorPosts
-
mahdiit Friend
mahdiit
- Join date:
- August 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
October 2, 2013 at 4:03 am #191087In the name of God
Hi
in Virtuemart, every customer can post just one review for per product.I want to every customer can post several reviews for per product.
mahdiit Friendmahdiit
- Join date:
- August 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
October 2, 2013 at 11:18 am #507793any solution?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 3, 2013 at 3:59 am #507859Hi mahdiit,
You allows the customers to review several times by opening templatesja_hawkstorehtmlcom_virtuemartproductdetailsdefault_reviews.php file, at line 68th change:
$review_editable = FALSE;
to
$review_editable = TRUE;
Remember to backup your file before editing.
mahdiit Friendmahdiit
- Join date:
- August 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
October 3, 2013 at 7:59 pm #507949<em>@Leo Burnetts 392155 wrote:</em><blockquote>
You allows the customers to review several times by opening templatesja_hawkstorehtmlcom_virtuemartproductdetailsdefault_reviews.php file, at line 68th change:$review_editable = FALSE;
to
$review_editable = TRUE;
Remember to backup your file before editing.</blockquote>
Hi Leo Burnetts
Thank you but it doesn’t works, just make it editable and every customer can edits his/her post. I want to every customer can post several reviews like Comment system.What I want is that my customers can discuss about the product.phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 4, 2013 at 2:52 am #507969Hi mahdiit,
You know, on JA Hawkstore we still keep the original default parameters of VM Review feature, so that i will take quite much support time of us to customize this feature and test it carefully to get your requirement. Anyways, I have 2 another suggestions for you on this case:
– Integrate the jComments component into your VM.
The detailed guide was explained in details at http://forum.virtuemart.net/index.php?topic=99683.0
– Using the social comment services (Faceboom Comments, Disqus) on VM product details pages.
You can put the embed codes of social comment services into 216th line of templatesja_hawkstorehtmlcom_virtuemartproductdetailsdefault_reviews.php file.
FB comment: https://developers.facebook.com/docs/plugins/comments/
Disqus comment: https://disqus.com/admin/signup/?utm_source=New-SiteThe reason i suggest you to use the social comments since:
– Users can comment many times as they want, like a discussion.
– Your products will be promoted via social channels when users are be active on your website.mahdiit Friendmahdiit
- Join date:
- August 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
October 7, 2013 at 4:18 am #508165Thank you Leo Burnetts. I installed JComment and it worked.
I have a new problem in quickstart installation. when I enter database information in Database Configuration page, this error occurred:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE=MyISAM CHARACTER SET `utf8`’ at line 29 SQL=CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default ‘0’, `type` varchar(30) NOT NULL default ‘banner’, `name` varchar(255) NOT NULL default ”, `alias` varchar(255) NOT NULL default ”, `imptotal` int(11) NOT NULL default ‘0’, `impmade` int(11) NOT NULL default ‘0’, `clicks` int(11) NOT NULL default ‘0’, `imageurl` varchar(100) NOT NULL default ”, `clickurl` varchar(200) NOT NULL default ”, `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default ‘0’, `checked_out` tinyint(1) NOT NULL default ‘0’, `checked_out_time` datetime NOT NULL default ‘0000-00-00 00:00:00’, `editor` varchar(50) default NULL, `custombannercode` text, `catid` INTEGER UNSIGNED NOT NULL DEFAULT 0, `description` TEXT NOT NULL DEFAULT ”, `sticky` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `ordering` INTEGER NOT NULL DEFAULT 0, `publish_up` datetime NOT NULL default ‘0000-00-00 00:00:00’, `publish_down` datetime NOT NULL default ‘0000-00-00 00:00:00’, `tags` TEXT NOT NULL DEFAULT ”, `params` TEXT NOT NULL DEFAULT ”, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), INDEX `idx_banner_catid`(`catid`) ) TYPE=MyISAM CHARACTER SET `utf8`This error occur in all Joomla 1.5 quickstart installation.
Where is the problem?phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 7, 2013 at 7:34 am #508194Hi mahdiit,
You can try to follow the tip inside the below thead to solve your database problem at http://forum.joomla.org/viewtopic.php?t=195859.
In addition, i’d like to remind you that Joomla 1.5 and its related problems are no longer supported by Joomla community and us, Joomlart. By that reason, for other J1.5 issues, i suggest you to raise a question on http://forum.joomla.org so that other experienced users can give you any advices on these.
mahdiit Friendmahdiit
- Join date:
- August 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
October 7, 2013 at 7:41 pm #508278<em>@Leo Burnetts 392580 wrote:</em><blockquote>Hi mahdiit,
You can try to follow the tip inside the below thead to solve your database problem at http://forum.joomla.org/viewtopic.php?t=195859.
In addition, i’d like to remind you that Joomla 1.5 and its related problems are no longer supported by Joomla community and us, Joomlart. By that reason, for other J1.5 issues, i suggest you to raise a question on http://forum.joomla.org so that other experienced users can give you any advices on these.</blockquote>
Thank you Leo Burnetts
I think that the problem comes from quickstart file, because I installed Joomla 1.5 successfully.phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 8, 2013 at 2:23 am #508309Hi,
Did you solve your database problem yet ?
mahdiit Friendmahdiit
- Join date:
- August 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
October 9, 2013 at 4:05 pm #508507Hi Leo Burnetts
Thanks for your attentions. Yes I solved it and I have a new question?
I want to hide “add to cart” button in vm product and just display “details”. Please look at this image:How can I do it?
Thanks.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 10, 2013 at 1:24 am #508521Hi,
You can refer a related topic at http://www.joomlart.com/forums/topic/front-page-product-views-broken-with-custom-fields-added-picture-attached/#post-505681
1 user says Thank You to phong nam for this useful post
mahdiit Friendmahdiit
- Join date:
- August 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
October 11, 2013 at 4:58 pm #508760Hi Leo Burnetts
Thanks, it was usefull.
Regards.AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 2 voices, and was last updated by mahdiit 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum