View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001116 | OXID eShop (all versions) | 4. ------ eShop Core ------- | public | 2009-07-20 12:52 | 2012-12-10 13:42 |
Reporter | simply because | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.3 revision 19918 | ||||
Fixed in Version | 4.1.4 revision 21266 | ||||
Summary | 0001116: Back to main product not availaible | ||||
Description | The link "back to main product" is not available as soon as you have only one variant for a product because other variants are sold out and not buyable. If customer is adding such a variant to the basket, changing to basket and want to change from basket to this product, he can not change to the main product. Replicable in Oxid-Demoshop. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
Next release will only contain php fix, next major release additionally will contain template details.tpl fix: [{ if $oView->drawParentUrl()}] <b id="test_variantHeader1">[{ oxmultilang ident="INC_PRODUCT_VARIANTS_OTHERVARIANTSOF" }] [{ $oView->getParentName() }] <div class="txtseparator inbox"></div> [{/if}] should be changed to: [{ if $oView->drawParentUrl() && count( $oView->getVariantList() ) }] <b id="test_variantHeader1">[{ oxmultilang ident="INC_PRODUCT_VARIANTS_OTHERVARIANTSOF" }] [{ $oView->getParentName() }] <div class="txtseparator inbox"></div> [{/if}] |