Hello all.. umm I seem to be 76 pages late on this one.. but now that I'm trying to jump on the wagon everyone seems to be ten versions ahead with zen aswell.. so if anyone can point me where I'd find this mod for 12.7 let me know. Thanks
Printable View
Hello all.. umm I seem to be 76 pages late on this one.. but now that I'm trying to jump on the wagon everyone seems to be ten versions ahead with zen aswell.. so if anyone can point me where I'd find this mod for 12.7 let me know. Thanks
but I'm still on 1.2.7...
For the ones having trouble installing the sql-part:
Try changing line 4 from:
SELECT @gid := configuration_group_id FROM `configuration_group` where `configuration_group_title` LIKE 'Tabbed Products Config';
to:
SELECT @gid := configuration_group_id FROM `prefix_configuration_group` where `configuration_group_title` LIKE 'Tabbed Products Config';
(add your defined prefix to configuration_group in this line).
Worked for me.
Tried that first but that gave me a double prefix on the other statements. Seems to me that just the 'embedded' table references are missed by ZC's 'auto add prefix', not the lines starting with table references.
doesn't work for me..Quote:
For the ones having trouble installing the sql-part:
Try changing line 4 from:
SELECT @gid := configuration_group_id FROM `configuration_group` where `configuration_group_title` LIKE 'Tabbed Products Config';
to:
SELECT @gid := configuration_group_id FROM `prefix_configuration_group` where `configuration_group_title` LIKE 'Tabbed Products Config';
(add your defined prefix to configuration_group in this line).
Worked for me.
I'm using ZC1.3.6. Should have mentioned that.
Repeated it on a clean 1.3.6, and again succesfully installed. I also copied the query as text into the upper box, browsing for files has failed me too many times.