Zen Cart Logo
Forums / Addon Admin Tools / Quick Updates plugin [support]

Quick Updates plugin [support]

Views: 180,417

Results 521 to 540 of 670
18 Mar 2013, 8:54 PM
#521
lidlchris avatar

lidlchris

Zen Follower

Join Date:
Feb 2013
Posts:
345
Plugin Contributions:
0

Quick Updates plugin [support]

does anyone else out there have the need to see the 'specials price' next to the regular price?? and make it updatable right there without having to go to the products price manager via the $

i would love to see that if anyone has it..

19 Mar 2013, 1:21 PM
#522
pietpetoors avatar

pietpetoors

Zen Follower

Join Date:
Jun 2010
Location:
South Africa
Posts:
140
Plugin Contributions:
0

Re: Quick Updates plugin [support]

I see when a client who is on the wholesale pricing checks out, the system messes up the tax completely
It show on the invoice zero tax (but tax is set on 14%) then even though it shows zero tax it adds the tax to the product price BUT in the final breakdown only shows tax on the shipment and not the product. But the grand total is correct with tax added.
If I log in with a user who is on the normal pricing then it calculates and displays everything correctly.
I use Zen 1.5.1 and Dual Pricing 2.1
See the two screen shots below:
Attachment 12204
Attachment 12205

19 Mar 2013, 2:21 PM
#523
pietpetoors avatar

pietpetoors

Zen Follower

Join Date:
Jun 2010
Location:
South Africa
Posts:
140
Plugin Contributions:
0

Re: Quick Updates plugin [support]

Sorry, I posted in wrong thread :shocking:

4 Sep 2013, 10:35 PM
#524
vvomble avatar

vvomble

Zen Follower

Join Date:
Feb 2013
Posts:
111
Plugin Contributions:
1

Re: Quick Updates plugin [support]

When I add stock it doesn't change the stock values on the products any suggestions?

10 Oct 2013, 10:34 PM
#525
blarney avatar

blarney

New Zenner

Join Date:
Oct 2005
Location:
Connectiuct
Posts:
69
Plugin Contributions:
1

Re: Quick Updates plugin [support]

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

13 Nov 2013, 5:52 AM
#526
shamanicconnection avatar

shamanicconnection

New Zenner

Join Date:
Apr 2012
Posts:
10
Plugin Contributions:
0

Re: Quick Updates plugin [support]

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.

Attachment 13343

13 Nov 2013, 7:53 AM
#527
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Quick Updates plugin [support]

shamanicconnection:

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.

Attachment 13343

You can set the "Modify the Description." value to false to hide the description

13 Nov 2013, 6:17 PM
#528
izar74 avatar

izar74

Zen Follower

Join Date:
Mar 2009
Location:
Italy
Posts:
155
Plugin Contributions:
0

Re: Quick Updates plugin [support]

If the above solution doesn't work You could also apply this one:

in /admin/quick_updates.php find:

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>';

and replace with:

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>';

It's not mine, i just found it out there ;-)

13 Nov 2013, 6:32 PM
#529
izar74 avatar

izar74

Zen Follower

Join Date:
Mar 2009
Location:
Italy
Posts:
155
Plugin Contributions:
0

Re: Quick Updates plugin [support]

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:

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.

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!:frusty:

Configuration problem? Could it be??

Zencart 1.51
Quick Updates v2.06

15 Nov 2013, 12:21 AM
#530
coucho avatar

coucho

Zen Follower

Join Date:
Jan 2008
Location:
Memphis, USA
Posts:
298
Plugin Contributions:
0

Re: Quick Updates plugin [support]

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?

15 Nov 2013, 7:36 PM
#531
shamanicconnection avatar

shamanicconnection

New Zenner

Join Date:
Apr 2012
Posts:
10
Plugin Contributions:
0

Re: Quick Updates plugin [support]

Design75:

You can set the "Modify the Description." value to false to hide the description

This worked, thank you.

20 Nov 2013, 6:34 PM
#532
dulux avatar

dulux

New Zenner

Join Date:
Mar 2013
Posts:
4
Plugin Contributions:
0

Re: Quick Updates plugin [support]

hi, can I add an another category to my products quickly with this module?

27 Nov 2013, 6:18 PM
#533
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Quick Updates plugin [support]

shamanicconnection:

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.

Attachment 13343

Okay is there NO WAY to adjust the width of ANY of these columns??? I've tried hardcoding in the column widths, I've tried CSS to set the width, and NOTHING works.. I WANT the product description, but it's TOO DAMN WIDE!!!:laugh:

27 Nov 2013, 7:05 PM
#534
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Quick Updates plugin [support]

Design75:

You can set the "Modify the Description." value to false to hide the descriptionWhile I try to figure out how to set the column widths, I need to continue testing.. setting the "Modify the Description." value to false does NOT turn off the description column..

27 Nov 2013, 11:47 PM
#535
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Quick Updates plugin [support]

DivaVocals:

While I try to figure out how to set the column widths, I need to continue testing.. setting the "Modify the Description." value to false does NOT turn off the description column..

DivaVocals:

Okay is there NO WAY to adjust the width of ANY of these columns??? I've tried hardcoding in the column widths, I've tried CSS to set the width, and NOTHING works.. I WANT the product description, but it's TOO DAMN WIDE!!!:laugh:

Found the answer to both questions.. Will share later.. too MANY changes needed to support a boatload of issues I found.. So much MORE than fixing the description width. Nailing down some other issues:

  • Configuration settings that should be in the admin not a separate config file
  • Typos and the use of some very awkward language in the admin config settings
  • The "boxes" folder (which apparently BLOCKED the admin install from executing in my v1.5.1 store -- need to test again to confirm this)
    And the user interface?? Ugly doesn't begin to do this justice..:laugh: I've just now nailed down tweaks to most of the crazy CSS, hardcoded styling, and tables not displaying the correct number of columns (depending on what you turn on/off)..

now all that said..

FUNCTIONALLY, this module is fantastic!!! It does what my client needs most (updating prices en masse) but it does need a little polish and elbow grease.. Gonna be fixin' on this one for my client.. Will share when I'm done..

One thing I haven't figured out though is why the product description does not display consistently.. It displays for some products, but not others..

29 Nov 2013, 6:10 AM
#536
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Quick Updates plugin [support]

I know that if I want to do a mass price increase that I have to activate the "Activate/Deactivate Commercial Margin". However this setting appears to do more, and I am not clear on what that is.. So can someone kindly explain to me what the "commercial margin" feature is or what it is supposed to "do".

The help tip when I hover over the information icon in the UI shows this tip:
"Modify by commercial margin, if you check this box, your products will be stroked at the rates given. To stroke to 25%, means that the price is marked up of 33%"

The readme cryptically states:
"3) To make the products_purchase_price and margin feature work "products_purchase_price" (i.e. DECIMAL 15,4) and "products_margin" (i.e. DECIMAL 15,2) need to be added to your products tabel."

What EXACTLY does this all mean?? What is the purpose of this feature??

29 Nov 2013, 6:30 AM
#537
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Quick Updates plugin [support]

DivaVocals:

Found the answer to both questions.. Will share later.. too MANY changes needed to support a boatload of issues I found.. So much MORE than fixing the description width. Nailing down some other issues:

  • Configuration settings that should be in the admin not a separate config file
  • Typos and the use of some very awkward language in the admin config settings
  • The "boxes" folder (which apparently BLOCKED the admin install from executing in my v1.5.1 store -- need to test again to confirm this)

And the user interface?? Ugly doesn't begin to do this justice..:laugh: I've just now nailed down tweaks to most of the crazy CSS, hardcoded styling, and tables not displaying the correct number of columns (depending on what you turn on/off)..

now all that said..

FUNCTIONALLY, this module is fantastic!!! It does what my client needs most (updating prices en masse) but it does need a little polish and elbow grease.. Gonna be fixin' on this one for my client.. Will share when I'm done..

One thing I haven't figured out though is why the product description does not display consistently.. It displays for some products, but not others..

So here's what I've fixed for my client:

  1. Correct typos, inconsistent punctuation, inconsistent capitalization usage, and the use of some very awkward grammar in the admin config settings
  2. Re-ordered some of the configuration items to a more logical order (for example: moved the popup description edit next to the description on/off setting)
  3. Added better instructions in the configuration setting of the popup edit to WARN shopowners that you should not activate the popup edit without activating the description display. (activating one without the other shifts the column headings so they do not match the data column)
  4. There is a missing heading column when the description is turned off. Fixed mod code so that the column headings correctly display when the description display setting is set to false (last column heading is missing)
  5. Deleted the boxes folder in it's entirety as it is not needed AT ALL for v1.5.x
  6. LOTS of cleanup of the layout look
  • Fixed the product description layout so it STOPS pushing the entire layout off the screen (there is a no-wrap style in the stylesheet)
  • Removed hardcoded text alignment from EVERYWHERE (if needed text alignment should be in the stylesheet)..
    frankly IMHO all of that text centering did not look good and made the layout look dated
  • Removed a LOT of odd settings from the stylesheet (right alignment of the product description input field for example WTH???)
  • Added IDs and classes to support some of the layout corrections I made

After all of this I had something more esthetically pleasing for my client.. However along the way I discovered a few things that need addressing with this module that I can't address/fix (above my skill level to fix)

  1. The popup edit feature is nice, but possibly over engineered.. The display of the store side view product description is wholly unnecessary IMHO. a simply edit button to open the popup window is really all that's needed for this feature.. Even IF the store side view of the product description is a feature that most users desire, it should be an admin configurable item to turn on/off the product description display AND it needs work as it certainly doesn't work consistently in my testing.. MANY of my clients product descriptions when the popup edit feature is turned on either did not display at all or only partially displayed.. (for example the last line of the product description is the ONLY thing you see) I won't even begin to cover the CSS conflicts that occur because of classes and IDs from the product description sharing the same names as this mods classes and IDs..
  2. The editor dropdown doesn't work.. It defaults to the CKEditor (my client's default editor, yet the editor doesn't render for the product description field (which is where I'd expect to see it) Tried forcing the editor change by changing to the text editor and then changing back to CK Editor.. still no dice..
  3. The back button on the product preview page SHOULD return you back to the Quick Updates product list.. Instead you are returned to the catalog product list..

Anyway if the community is interested, I'm happy to share my changes as an update to this module.. The admin settings certainly are clearer and the interface works/looks MUCH better.. Let me know if there is interest and I'll bundle up the changes and submit as an update..

30 Nov 2013, 1:30 AM
#538
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Quick Updates plugin [support]

Will be submitting this tonight..

History:
~ Fixed the installer files and corrected the admin page registration code (there were some inconsistencies that I corrected).
~ Correct typos, inconsistent punctuation, inconsistent capitalization usage, and the use of some very awkward grammar in the admin config settings
~ Re-ordered some of the configuration items to a more logical order (for example: moved the popup description edit next to the description on/off setting)
~ Added better instructions in the configuration setting for the popup edit to WARN shopowners that you should not activate the popup edit without activating the description display. (activating one without the other shifts the column headings so they do not match the data column)
~ There is a missing heading column when the description is turned off. Fixed code so that the column headings correctly display when the description display setting is set to false (last column heading is missing)
~ Dropped ALL support for Zen Cart v1.3.x. If you are running versions of Zen Cart prior to v1.5.x, you should install v2.06a
~ LOTS of cleanup of the look of the layout as follows:
+ Fixed the product description layout so it STOPS pushing the entire layout off the screen (there is a no-wrap style in the stylesheet)
+ Removed hardcoded text alignment from EVERYWHERE (if needed text alignment/layout/styling should be done in the stylesheet)..
frankly all of that hardcoded text centering did not look good and made the overall layout look dated
+ Removed a LOT of odd settings from the stylesheet (right alignment of the product description input field for example WTH???)
+ Added IDs and classes to support some of the layout corrections I made

KNOWN BUGS I DISCOVERED:
(C Jones 11-29-2013) While making the v2.07 changes/updates, a few things that need addressing with this module were discovered. I can't address/fix these items (above my skill level to fix), but they are worth noting here.
1. The popup edit feature is nice, but possibly over engineered.. The display of the store side view product description is wholly unnecessary IMHO. a simply edit button to open the popup window is really all that's needed for this feature.. Even IF the store side view of the product description is a feature that most users desire, it should be an admin configurable item to turn on/off the product description display AND it needs work as it certainly doesn't work consistently in my testing.. MANY of my clients product descriptions when the popup edit feature is turned on either did not display at all or only partially displayed.. (for example the last line of the product description is the ONLY thing you see) I won't even begin to cover the CSS conflicts that occur because of classes and IDs from the product description sharing the same names as this mods classes and IDs..
2. The editor dropdown doesn't work.. In my testing, it defaults to CKEditor (my client's default editor), yet the editor doesn't render for the product description field (which is where I'd expect to see it). Tried forcing the editor change by changing to the text editor and then changing back to CK Editor.. still no dice..
3. The back button on the product preview page SHOULD return you back to the Quick Updates product list.. Instead you are returned to the catalog product list..
**
FEATURES THAT ARE NOT WELL DOCUMENTED:**

I know that if I want to do a mass price increase that I have to activate the "Activate/Deactivate Commercial Margin". However this setting appears to do more, and it is not clear on what that is.. NO WHERE in the documentation is it clear what the "commercial margin" feature is or what it is supposed to "do". The help tip when I hover over the information icon in the UI shows this tip:
"Modify by commercial margin, if you check this box, your products will be stroked at the rates given. To stroke to 25%, means that the price is marked up of 33%"

The readme cryptically states:
"3) To make the products_purchase_price and margin feature work "products_purchase_price" (i.e. DECIMAL 15,4) and "products_margin" (i.e. DECIMAL 15,2) need to be added to your products tabel."

What EXACTLY does this all mean?? What is the purpose of this feature??

There is also code which appears to support wholesale pricing fields and NO WHERE in the readme is this functionality explained.

30 Nov 2013, 1:48 AM
#539
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Quick Updates plugin [support]

Modifications (in red):

DivaVocals:

Will be submitting this tonight..

History:
~ Fixed the installer files and corrected the admin page registration code (there were some inconsistencies that I corrected).
~ Correct typos, inconsistent punctuation, inconsistent capitalization usage, and the use of some very awkward grammar in the admin config settings
~ Re-ordered some of the configuration items to a more logical order (for example: moved the popup description edit next to the description on/off setting)
~ Added better instructions in the configuration setting for the popup edit to WARN shopowners that you should not activate the popup edit without activating the description display. (activating one without the other shifts the column headings so they do not match the data column)
~ There is a missing heading column when the description is turned off. Fixed code so that the column headings correctly display when the description display setting is set to false (last column heading is missing)
~ Dropped ALL support for Zen Cart v1.3.x. If you are running versions of Zen Cart prior to v1.5.x, you should install v2.06a
~ LOTS of cleanup of the look of the layout as follows:
+ Fixed the product description layout so it STOPS pushing the entire layout off the screen (there is a no-wrap style in the stylesheet)
+ Removed hardcoded text alignment from EVERYWHERE (if needed text alignment/layout/styling should be done in the stylesheet)..
frankly all of that hardcoded text centering did not look good and made the overall layout look dated
+ Removed a LOT of odd settings from the stylesheet (right alignment of the product description input field for example WTH???)
+ Added IDs and classes to support some of the layout corrections I made

KNOWN BUGS I DISCOVERED:
(C Jones 11-29-2013) While making the v2.07 changes/updates, a few things that need addressing with this module were discovered. I can't address/fix these items (above my skill level to fix), but they are worth noting here.
1. The popup edit feature is nice, but possibly over engineered.. The display of the store side view product description is wholly unnecessary IMHO. a simply edit button to open the popup window is really all that's needed for this feature.. Even IF the store side view of the product description is a feature that most users desire, it should be an admin configurable item to turn on/off the product description display AND it needs work as it certainly doesn't work consistently in my testing.. MANY of my clients product descriptions when the popup edit feature is turned on either did not display at all or only partially displayed.. (for example the last line of the product description is the ONLY thing you see) I won't even begin to cover the CSS conflicts that occur because of classes and IDs from the product description sharing the same names as this mods classes and IDs..
2. The editor dropdown doesn't work.. In my testing, it defaults to CKEditor (my client's default editor), yet the editor doesn't render for the product description field (which is where I'd expect to see it). Tried forcing the editor change by changing to the text editor and then changing back to CK Editor.. still no dice..
3. The back button on the product preview page SHOULD return you back to the Quick Updates product list.. Instead you are returned to the catalog product list..
4. No support for products priced by attributes
5. No support for SBA (ANY version of SBA)

**
FEATURES THAT ARE NOT WELL DOCUMENTED:**

I know that if I want to do a mass price increase that I have to activate the "Activate/Deactivate Commercial Margin". However this setting appears to do more, and it is not clear on what that is.. NO WHERE in the documentation is it clear what the "commercial margin" feature is or what it is supposed to "do". The help tip when I hover over the information icon in the UI shows this tip:
"Modify by commercial margin, if you check this box, your products will be stroked at the rates given. To stroke to 25%, means that the price is marked up of 33%"

The readme cryptically states:
"3) To make the products_purchase_price and margin feature work "products_purchase_price" (i.e. DECIMAL 15,4) and "products_margin" (i.e. DECIMAL 15,2) need to be added to your products tabel."

What EXACTLY does this all mean?? What is the purpose of this feature??

There is also code which appears to support wholesale pricing fields and NO WHERE in the readme is this functionality explained.

30 Mar 2014, 5:58 PM
#540
stellarweb avatar

stellarweb

Zen Follower

Join Date:
May 2006
Location:
Montana
Posts:
293
Plugin Contributions:
8

Re: Quick Updates plugin [support]

I would LOVE to see the updates you did, but don't see it in the downloads section. Is it under something other than "Quick Updates"?

This description field is ANNOYING! LOL

DivaVocals:

Modifications (in red):