Sorry, I posted in wrong thread![]()
Sorry, I posted in wrong thread![]()
Only Dead Fish go with the flow
When I add stock it doesn't change the stock values on the products any suggestions?
I installed this on ZC 1.51. The directions to uninstall were not in the readme file. I tried to remove it using the link on the right side but it failed to uninstall. If I just go through and remove the files that were initially put in there, will that work to uninstall it or will that break things?
Thanks,
Jim
Quick Updates v2.06a
I am using ZenCart 1.5 and have installed Quick Updates and it is working just fine EXCEPT... the description column is so long it is forcing my other columns off the screen and require scrolling, then I can't see the item information. Is there a way to hide the description column or limit the number of spaces that displays?
Thanks.
![]()
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
If the above solution doesn't work You could also apply this one:
in /admin/quick_updates.php find:
and replace with:PHP Code:
if(QUICKUPDATES_MODIFY_DESCRIPTION_POPUP == 'true') {
echo '<a href="javascript:textEditFieldID=\'description_' . $products->fields['products_id'] . '\';popupWindow(\'' . zen_href_link(FILENAME_POPUP_TEXT_EDIT) . '\');">' . zen_image(DIR_WS_IMAGES . 'icon_edit.gif', TEXT_HTML_EDIT_DESC) . '</a>';
It's not mine, i just found it out there ;-)PHP Code:
if(QUICKUPDATES_MODIFY_DESCRIPTION_POPUP == 'true') {
//echo '<td class="smallText productsDescription">'
echo '<a href="javascript:textEditFieldID=\'description_' . $products->fields['products_id'] . '\';popupWindow(\'' . zen_href_link(FILENAME_POPUP_TEXT_EDIT) . '\');">' . zen_image(DIR_WS_IMAGES . 'icon_edit.gif', TEXT_HTML_EDIT_DESC) . '<span class="cssPopup">' . stripslashes($products->fields['products_description']) . '</span></a>';
Now a problem of mine...
every thing work fine... except one single litte damned annoing thing:
If i select a specific category (and this errore happen just with this one) and i try to update anything i got a wonderful:
The funniest thing is that i ge NO error log!!! Nothing! So i really don't have any hint. To make thing worst, the same exact shop with the same exact database in local server WORKS fine!Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Configuration problem? Could it be??
Zencart 1.51
Quick Updates v2.06
I have v. 2.06a installed on zc1.5 and it used to work fine. The only thing I have changed recently was turning on ssl in the admin so I could accept credit cards through aim. When I try to update a product it takes me to the admin log in screen so needless to say I cannot use quick updates. I have even reinstalled the php files in case they got corrupted but to no avail. Has anyone had this problem and is there a workaround?
hi, can I add an another category to my products quickly with this module?
Bookmarks