View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005440 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2013-09-26 16:46 | 2013-10-07 10:04 |
Reporter | vanilla thunder | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.7.8 / 5.0.8 | ||||
Summary | 0005440: basket update resets selection list values and prices | ||||
Description | selected values of selections lists are getting lost during basket update. | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0004240 | resolved | aurimas.gladutis | Selectionlist selection is deleted in basket on Update |
|
this is fixed in beta 480: https://bugs.oxid-esales.com/view.php?id=4240 |
|
Hi, as this does require template changes, we will release it only in 5.1. For earlier versions please use this fix: change azure/tpl/page/checkout/inc/basketcontents.tpl line 84 to: [{if !$basketitem->isBundle() || !$basketitem->isDiscountArticle()}] [{assign var="oSelections" value=$basketproduct->getSelections(null,$basketitem->getSelList())}] [{if $oSelections}] <div class="selectorsBox clear" id="cartItemSelections_[{$smarty.foreach.basketContents.iteration}]"> [{foreach from=$oSelections item=oList name=selections}] [{if $oViewConf->showSelectListsInList()}] [{include file="widget/product/selectbox.tpl" oSelectionList=$oList sFieldName="aproducts[`$basketindex`][sel]" iKey=$smarty.foreach.selections.index blHideDefault=true sSelType="seldrop"}] [{else}] [{assign var="oActiveSelection" value=$oList->getActiveSelection()}] [{if $oActiveSelection}] <input type="hidden" name="aproducts[[{$basketindex}]][sel][[{$smarty.foreach.selections.index}]]" value="[{if $oActiveSelection }][{$oActiveSelection->getValue()}][{/if}]"> <div>[{$oList->getLabel()}]: [{$oActiveSelection->getName()}]</div> [{/if}] [{/if}] [{/foreach}] </div> [{/if}] [{/if }] This bug is closed as duplicate of 0004240 Best regards, Tomas |