shoppingmallv2 init...

This commit is contained in:
최준흠 2023-08-15 12:43:56 +09:00
parent d563568aa7
commit 50521a28ca

View File

@ -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;