View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004153 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2012-06-12 19:57 | 2012-08-28 10:24 |
Reporter | leofonic | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.1 revision 45706 | ||||
Target Version | 4.6.3 revision 47975 | Fixed in Version | 4.5.12 revision 52682 | ||
Summary | 0004153: Variant Selection fails if reviews are disabled | ||||
Description | If Reviews are disabled in performance tab, selection of (md)variants is not possible. | ||||
Additional Information | Solution: details/ajax/productmain.tpl and details/ajax/fullproductinfo.tpl change: [{oxscript add="$( '#reviewRating' ).oxRating({openReviewForm: false, hideReviewButton: false});"}] [{oxscript add="$( '#writeNewReview' ).oxReview();"}] to: [{if $oView->isReviewActive() }] [{oxscript add="$( '#reviewRating' ).oxRating({openReviewForm: false, hideReviewButton: false});"}] [{oxscript add="$( '#writeNewReview' ).oxReview();"}] [{/if}] | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
has duplicate | 0004197 | closed | jurate.baseviciene | Deactivating "user Reviews and Ratings" cause a JavaScript error and avoid interaction on detail pages. |
has duplicate | 0004248 | closed | svetlana | Product multi-dimensional variants do not work if rating is deactivated |
has duplicate | 0004253 | closed | svetlana | JavaScript TypeError with multi-dimensional article variants |
|
here is a duplicate: https://bugs.oxid-esales.com/view.php?id=4197 |
|
@leofonic this is true, solution is nice. For quick fix everyone can use provided solution by leofonic. This won't be fixed in any 4.6.x patches, because it is frontend template change. |
|
Fixed for next major version |
|
Fix is implemented in Patch for 4.5 (upcomming 4.5.12), also Patch for 4.6 (4.6.4), as well as in eShop 4.7.0/5.0.0. The fix contains small template changes. |