-
- Samith_nzl

-
Total Posts: 15
Joined: 2008-08-11
New Zealand
|
@gabrielk
Thanks so much for uploading that script, got it all sorted, just had to make a minor change to make the actual selection box display, but apart from that, its great!.
Much Appreciated,
Samith_nzl
PS
The lines I added were
$sql = "INSERT INTO mag_catalog_product_entity_varchar SET entity_type_id = '4', attribute_id='90', store_id='0', entity_id='".$this->db->escape($parent->entity_id)."', value='container1'"; if($this->db->query($sql)) { $this->message('Added container for options box'); } else { $this->message('ERROR: Could not create container link:'); $this->message($sql); }
At line about line 151 after
if($simpleProducts = $this->db->get_results($sql)) {
|