Modify

Opened 9 years ago

Closed 9 years ago

#1089 closed Bug/Fehler (fixed)

Falscher Variablenname in Klasse shopping_cart: $qty statt $quantity

Reported by: anonymous Owned by: Ronald Parcinski
Priority: normal Milestone: modified-shop-2.0.2.0
Component: Module Version: 2.0.1.0
Keywords: Cc:
Blocked By: Blocking:

Description

In der Datei includes/classes/shopping_cart.php Zeile 300 (update_quantity-Methode):

$this->shoppingCartModules->update_cart_products_session($products_id, $this->type, $qty, $attributes);

Die Variable $qty existiert nicht und ist daher immer NULL. Diese muss durch $quantity ausgetauscht werden.

Attachments (0)

Change History (2)

comment:1 by Torsten Riemer, 9 years ago

Milestone: modified-shop-2.0.1.0modified-shop-2.0.1.1

comment:2 by Ronald Parcinski, 9 years ago

Owner: set to Ronald Parcinski
Resolution: fixed
Status: newclosed

In 10479:

fix #1089

Modify Ticket

Action
as closed The owner will remain Ronald Parcinski.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.