shoppingmallv2 init...
This commit is contained in:
parent
d563568aa7
commit
50521a28ca
@ -56,7 +56,7 @@ class OrderModel extends BaseModel
|
||||
switch ($field) {
|
||||
case 'product_uid':
|
||||
if (is_null($this->_product_options)) {
|
||||
$productModel = new productModel();
|
||||
$productModel = new ProductModel();
|
||||
$this->_product_options = $productModel->getOptions();
|
||||
}
|
||||
$options = $this->_product_options;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user