Looking for some guidance for a module we have just purchased.
The module is called "T-Shirt Customization" and was pretty simple to install. It should add some options, to the add a product page but it doesn't.
I've added the permissions to the user. Installed VQMod, installed VQMOD Manager.
Nothing. Contacted the company who released the script, nothing..
So i've just looked at the VQMod Error log and found all of this:
******************************6_Sat.log*******************************
---------- Date: 2015-06-13 16:35:03 ~ IP : 94.12.57.210 ----------
REQUEST URI : /admin/index.php?route=common/dashboard&token=e419ca152cb84f117ee6e1722ed9d4ec
MOD DETAILS:
modFile : /home/teezoneco/public_html/vqmod/xml/designit.xml
id : Number and Number design for the player dress
version : 1.0
vqmver : 1.0.8
author : SolverCircle
File Name : admin/model/catalog/product.php(0)
VQModObject::applyMod - SEARCH NOT FOUND (ABORTING MOD): $this->db->query("INSERT INTO " . DB_PREFIX . "product SET model = '" . $this->db->escape($data['model']) . "', sku = '" . $this->db->escape($data['sku']) . "', upc = '" . $this->db->escape($data['upc']) . "', ean = '" . $this->db->escape($data['ean']) . "', jan = '" . $this->db->escape($data['jan']) . "', isbn = '" . $this->db->escape($data['isbn']) . "', mpn = '" . $this->db->escape($data['mpn']) . "', location = '" . $this->db->escape($data['location']) . "', quantity = '" . (int)$data['quantity'] . "', minimum = '" . (int)$data['minimum'] . "', subtract = '" . (int)$data['subtract'] . "', stock_status_id = '" . (int)$data['stock_status_id'] . "', date_available = '" . $this->db->escape($data['date_available']) . "', manufacturer_id = '" . (int)$data['manufacturer_id'] . "', shipping = '" . (int)$data['shipping'] . "', price = '" . (float)$data['price'] . "', points = '" . (int)$data['points'] . "', weight = '" . (float)$data['weight'] . "', weight_class_id = '" . (int)$data['weight_class_id'] . "', length = '" . (float)$data['length'] . "', width = '" . (float)$data['width'] . "', height = '" . (float)$data['height'] . "', length_class_id = '" . (int)$data['length_class_id'] . "', status = '" . (int)$data['status'] . "', tax_class_id = '" . $this->db->escape($data['tax_class_id']) . "', sort_order = '" . (int)$data['sort_order'] . "', date_added = NOW()");
----------------------------------------------------------------------
---------- Date: 2015-06-13 16:35:07 ~ IP : 94.12.57.210 ----------
REQUEST URI : /admin/index.php?route=extension/module&token=e419ca152cb84f117ee6e1722ed9d4ec
MOD DETAILS:
modFile : /home/teezoneco/public_html/vqmod/xml/designit.xml
id : Number and Number design for the player dress
version : 1.0
vqmver : 1.0.8
author : SolverCircle
File Name : admin/model/catalog/product.php(0)
VQModObject::applyMod - SEARCH NOT FOUND (ABORTING MOD): $this->db->query("INSERT INTO " . DB_PREFIX . "product SET model = '" . $this->db->escape($data['model']) . "', sku = '" . $this->db->escape($data['sku']) . "', upc = '" . $this->db->escape($data['upc']) . "', ean = '" . $this->db->escape($data['ean']) . "', jan = '" . $this->db->escape($data['jan']) . "', isbn = '" . $this->db->escape($data['isbn']) . "', mpn = '" . $this->db->escape($data['mpn']) . "', location = '" . $this->db->escape($data['location']) . "', quantity = '" . (int)$data['quantity'] . "', minimum = '" . (int)$data['minimum'] . "', subtract = '" . (int)$data['subtract'] . "', stock_status_id = '" . (int)$data['stock_status_id'] . "', date_available = '" . $this->db->escape($data['date_available']) . "', manufacturer_id = '" . (int)$data['manufacturer_id'] . "', shipping = '" . (int)$data['shipping'] . "', price = '" . (float)$data['price'] . "', points = '" . (int)$data['points'] . "', weight = '" . (float)$data['weight'] . "', weight_class_id = '" . (int)$data['weight_class_id'] . "', length = '" . (float)$data['length'] . "', width = '" . (float)$data['width'] . "', height = '" . (float)$data['height'] . "', length_class_id = '" . (int)$data['length_class_id'] . "', status = '" . (int)$data['status'] . "', tax_class_id = '" . $this->db->escape($data['tax_class_id']) . "', sort_order = '" . (int)$data['sort_order'] . "', date_added = NOW()");
----------------------------------------------------------------------