But, following the same logic, impossible to output the review form. Though, there is a <?php echo $this->getChildHtml('review_form') ?>
in the review/product/view/list.phtml file, so why the review form is not printed ?
I would add that I’m able to add the review form in a new tab using this :
Hello,
but how to you link the ‘ 1 review’ / add your review’ to the new review tab?
I have a new tab showing properly, but if you click on it, it will still go to the other page of review whereas I would want it to go the the Review Tab?
cheers
Hello,
but how to you link the ‘ 1 review’ / add your review’ to the new review tab?
I have a new tab showing properly, but if you click on it, it will still go to the other page of review whereas I would want it to go the the Review Tab?
cheers
I don’t think it’s possible with the JavaScript used to display the tabs in the modern theme. I would also like to know how to open a specific tab, but I don’t think it can be done.
I have this for the most part figured out and thought I would share. I created a new list.phtml called list_tab.phtml file - shown below template/review/product/view/list_tab.phtml
The key changes are the review title link which changed to
I also removed the call for the toolbar from the original list.phtml file because I have not been able to get it to work yet (Does anyone have a fix for this)
<?php $_items = $this->getReviewsCollection()->getItems();?> <?php if (count($_items)):?> <div class="padder">
I really wish Magento used jQuery (for lots of reasons), because it would make this task much easier. Currently it’s not possible to link directly to a tab, which means you can send people directly to the review form which makes it very hard to solicit for reviews. I’m going to have to work on this issue because we noticed a major decrease in the number of reviews when we moved them to a tab, which is unfortunate.
I’m trying to add the review form to the product page too, i’m using the extension “easytabs”.
I have a big problem: the review form prints correctly, but when I click “submit”, there is no javascript validation (even if the form is empty), and the review is not posted. Instead, the product is added to the cart :-(
Does anyone know what could be happening? I checked the html generated, and the <div class=review-form-div> is exactly the same on the product page, and on the reviews page… Yet on the product page it doesn’t work…
I need help please
The form is added to the review tab on the product page with this code:
To show the toolbar just add this code to the “content” part of “catalog_product_view” in the catalog.xml:
<block type="page/html_pager" name="product_review_list.toolbar" />