The attributes controller is found under admin->catalog->attributes controller in the main ZenCart install.
This actually turned out to be a fairly simple fix, found here: http://www.zen-cart.com/forum/showthread.php?t=35219
The attributes controller is found under admin->catalog->attributes controller in the main ZenCart install.
This actually turned out to be a fairly simple fix, found here: http://www.zen-cart.com/forum/showthread.php?t=35219
Last edited by Moebiusenterprises; 30 Aug 2007 at 01:34 PM. Reason: correction
[FONT=Comic Sans MS]Vicki[/FONT]
www.moebiusenterprises.com
Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....
I think that Numinix has been a little naughty with his update to this mod.
The mod as posted in the download section does not work 'straight out of the box' (despite numinix's assurances that it does), because it appears to be dependant upon another mod. To get the very useful Quick Updates to work in Numinix's version, further modification is, apparently, necessary - but the user has to visit this thread to find out what the additional mod is, AND gets chastised for not reading the entire thread!!
Come on, get real, and stop this craziness, Numinix!! Update the mod so that it WILL work as posted in the downloads section without the need for additional research, OR, since most Zen Cart users are not selling books, please re-post the OLD version in the downloads section.
It's lack of time that has deterred me from updating this module. You can download v2.03 from the downloads section already. It can simply overwrite v2.03a/b and you shouldn't have any problems.
I've requested that v2.03a be removed from the downloads section. I'm planning to clone this mod and make it for updating all ASA attributes without interfering with the original QU v2.03.
Last edited by numinix; 2 Sep 2007 at 08:20 PM.
I get a blank page when I pull up the quickupdates page.. The configuration page shows up fine.
I use Plesk with a split ssl directory.... IE.. My httpdocs and https docs are not linked...
Did I mis something?
I also had the error:
...and I was pulling my hair out while going through the forums and trying to find the fix.Unknown table 'p.products' in field list
Finally looked a little closer and found it. In admin/quick_updates.php distributed with QU 2.03b there is this at line 450:
p.products.epier should be p.products_epierp.products_model, pd.products_name, p.products_status, p.products_upc, p.products_isbn, p.products.epier,
I don't know how anyone else got this working without making the change...
-Roger
v2.03b was created to include updates to epier categories and since no one uses epier, there was no reason to upgrade. Only v2.03 is currently available for download via the zen cart website and all of the additional attributes that I created will be put into a new variant of quick updates solely for the purpose of updating those attributes found in Auction Site Attributes.
I believe there is something very wrong with part of the current download version of the Quick Updates 1.3 mod (i.e. 2.03)
Around line 70 of the file the php file popup_text_edit.php looks like this:
<!-- body_eof //-->
<!-- footer //-->
<?php // require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->
</body>
</html>
When I click on the text edit button in Quick Updates admin layout, I get an error message relating to Line 70 in this file. AT present I have commented out line 70.
Surely there is something wrong in line 70? I don't know what is wrong, but perhaps somebody could compare this with a definitive version of the mod an, if necessary, publish the CORRECT version.
Don't know what's happening there, but just to be sure I downloaded 2.03 today and line 70 of popup_text_edit.php is:
Which it should be.Code:</script>
Difficult to say anything about it without the actual error message.I get an error message relating to Line 70 in this file.
OOPs - my mistake!! (SORRY!)
I have cut out all the commented-out code and some other unncessary stuff, so my line numbering differs.
The line number for the error in the downloaded file should be line 98 onwards - thus
I believe that the problem line is line 101 because there doesn't appear to be closure to the php statements - the<!-- body_eof //-->
<!-- footer //-->
<?php // require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->
</body>is commented out!!require(DIR_WS_INCLUDES . 'footer.php'); ?>
Why?? And why don't you post the exact error message you get?I have cut out all the commented-out code and some other unncessary stuff, so my line numbering differs.
Bookmarks