No, it breaks 1.3.x. I believe there are some folks out there attempting to get it working though.
Printable View
No, it breaks 1.3.x. I believe there are some folks out there attempting to get it working though.
It's here!
danielcor has gotten this mod working w/ Zen Cart v1.3+
I think we all know who wins the popularity award for today!:thumbsup:
He has sent me the changed files. I finally got a clean version of Zen Cart 1.3.0.2 loaded up, installed the mod successfully, and packaged it all up with a nice little bow. I am going to email it back to him for final approval before submitting to the downloads section, but anybody who is foaming at the mouth to get this is welcome to email/pm me for a copy. If I get the chance I will put up a download, but right now the family is giving me the evil eye:smile:
Audra
WAHOO! :D Thanks go both yourself and Danielcor!Quote:
Originally Posted by audradh
I've PM;d you ;) just call me Foamy!
Am planning on an install attempt tomorrow - question though - where does the fix_cache_key.php document go?
And any idea if this works with the Improved attributes controller mod?
:D thanks again! I'm sure I'll be back ;)
fix_cache_key.php goes directly in the store root. So, if your store is in /catalog it will go there. My store is directly in public_html, so it went in /public_html.
No idea. I do have a clean copy of Zen 1.3.0.2 with no mods except this, so I could try adding the Improved attributes controller to it and see what happens. I won't get to that today though.Quote:
And any idea if this works with the Improved attributes controller mod?
Best,
Audra
Got it. Thanks :)Quote:
Originally Posted by audradh
I will suspect that they won't work together as they both modify the attribute_controller.php file...Quote:
No idea. I do have a clean copy of Zen 1.3.0.2 with no mods except this, so I could try adding the Improved attributes controller to it and see what happens. I won't get to that today though.
Best,
Audra[/QUOTE]
Hi Audradh
I've PM'd you, any chance of a copy this to test?
cheers
Rich
Hi, can you send me a copy?
Thanks
papacek AT gmail DOT com
Comment on the sql update included in the package.
The first line to create the table says:
CREATE TABLE `zen_products_with_attributes_stock` (
If your sql database automatically ammends with zen_ then you will wind up with a table called:
zen_zen_products_with_attributes_stock
I assume the module is looking for a table called:
zen_products_with_attributes_stock
so i have deleted the 1st table created and recreated a new one with only one zen_
Haven't gotten any further with the install yet though to confirm.
FYI, a winmerge comparison indicates that the attribute_controller used in this mod matches that of the improved attributes controller :) so it seems they are indeed compatible :)Quote:
Originally Posted by woodlandsprite