mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-25 14:46:06 +03:00
add load model
This commit is contained in:
parent
3d3cbd715b
commit
9f74543988
@ -57,6 +57,7 @@ class ModelExtensionRetailcrmOrder extends Model {
|
|||||||
private function process($order_data) {
|
private function process($order_data) {
|
||||||
$order = array();
|
$order = array();
|
||||||
|
|
||||||
|
$this->load->model('catalog/product');
|
||||||
$this->moduleTitle = $this->getModuleTitle();
|
$this->moduleTitle = $this->getModuleTitle();
|
||||||
$payment_code = $order_data['payment_code'];
|
$payment_code = $order_data['payment_code'];
|
||||||
$delivery_code = $order_data['shipping_code'];
|
$delivery_code = $order_data['shipping_code'];
|
||||||
|
Loading…
Reference in New Issue
Block a user