View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005645 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2014-02-09 13:32 | 2015-07-01 15:29 |
Reporter | ntschigor | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 4.8.3 / 5.1.3 | ||||
Summary | 0005645: Delivery Costs failed | ||||
Description | If you have allocated a category in delivery set and the article is in more categories, the delivery calculate repeatedly. | ||||
Steps To Reproduce | Show in oxdelivery::isForBasket() foreach ( $aDeliveryCategories as $sCatId ) { if ( $oProduct->inCategory( $sCatId ) ) { $blUse = true; $iArtAmount = $this->getDeliveryAmount( $oContent ); if ( $this->oxdelivery__oxfixed->value > 0 ) { if ( $this->_isForArticle( $oContent, $iArtAmount ) ) { $blForBasket = true; } } if (!$blForBasket) { $iAmount += $iArtAmount; } } } | ||||
Tags | No tags attached. | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
This change was the fix for bug 0004730: https://github.com/OXID-eSales/oxideshop_ce/commit/0f9ae806b29eed97edf07c3257bbceaa55c1bbd2 Was already reported in the Community Forums: http://forum.oxid-esales.com/showthread.php?p=139373#post139287 |
|
Maybe this is also related? http://forum.oxid-esales.com/showthread.php?t=22190 |
|
Yes, it is same one. Thanks. |
|
Reminder sent to: ntschigor Hi, Thanks a lot for submitting this issue, but unfortunately we can not reproduce this issue. Maybe you could send us more details about it? What price do you want setup? Best regards, |
|
Look at this post: https://bugs.oxid-esales.com/view.php?id=5645#c9484 |
|
A customer reported a similar behaviour which occurs since he patched his shop from 4.8.1 to 4.8.3. Workaround: Do not use category assignments but assign all articles. |
|
This is affect after 0004730 bug was fixed, So we will add additional info for developer in http://wiki.oxidforge.org/Downloads/4.7.10_5.0.10 |