View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000955 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2009-05-29 10:07 | 2012-12-10 13:45 |
Reporter | d3 | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.2 revision 18998 | ||||
Fixed in Version | 4.1.3 revision 19918 | ||||
Summary | 0000955: each call on oxDelivery::getDeliveryPrice() changes the Price | ||||
Description | I need to get the price from an oxDelivery instance. In oxDelivery, there is no getPrice() method so i have to use getDeliveryPrice() (it´s the only method retuning an oxPrice instance). But on each call the Price changes, because $this->_oPrice->add(); is executet every time (line 279 and 284). | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||