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

Quick Updates plugin [support]

Views: 180,415

Results 41 to 60 of 670
20 Sep 2006, 4:28 PM
#41
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Quick Updates plugin [support]

a_berezin:

Strange error :) Fixed.
fixed what?

20 Sep 2006, 4:33 PM
#42
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Quick Updates plugin [support]

HeathenMagic:

Hello there,

I have been trying this, and I notice that I can configure it to display different fields, but hitting update doesn't save the entries I have made or altered.

I have even deleted the SQL entries totally and inserted the full SQL files again to no avail.

Many thanks in advance.

mafiasam:

installed this - one problem

when I try to update the quantity in the quantity field and then hit update it doesn't change at all - just reverts to old quantity

please help

We are having the same problem. Any ideas on how to fix this?

20 Sep 2006, 7:15 PM
#43
heathenmagic avatar

heathenmagic

Totally Zenned

Join Date:
May 2005
Location:
England
Posts:
730
Plugin Contributions:
0

Re: Quick Updates plugin [support]

Hello there,

Thankyou Andrew, it is now working properly.
Hello Mafiasam, yes the glitch has been faxed. The link to the update is a few pages back. It seems perfect on my setup anyhow.

All the Best

20 Sep 2006, 8:00 PM
#44
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

Works great on 1.3.5 here too :thumbsup:
(quantity updates as well)

I have got a version that that includes js script to add the possibility to update prices by including tax price. I hope to have some time soon to add it to this script. That version also includes purchase prices and margins.

20 Sep 2006, 9:28 PM
#45
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Quick Updates plugin [support]

HeathenMagic:

Hello there,

Thankyou Andrew, it is now working properly.
Hello Mafiasam, yes the glitch has been faxed. The link to the update is a few pages back. It seems perfect on my setup anyhow.

All the Best

could you please point me in the direction of that fix. I have tried every fix on this thread and nothing seems to work.

20 Sep 2006, 10:12 PM
#46
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

mafiasam:

could you please point me in the direction of that fix. I have tried every fix on this thread and nothing seems to work.The fix itself was not posted, but a link to the fixed version (which is probaly the same link as the previous version):
a_berezin:

Download and test.

Note: my version that allows price updates by including tax price works too now :smartass: But I will try to upgrade the code to the berezin standards first :-D If the cleanup is ready I will upload it.

20 Sep 2006, 11:24 PM
#47
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Quick Updates plugin [support]

paulm:

The fix itself was not posted, but a link to the fixed version (which is probaly the same link as the previous version):

Note: my version that allows price updates by including tax price works too now :smartass: But I will try to upgrade the code to the berezin standards first :-D If the cleanup is ready I will upload it.

Thank you. I was afraid of that. So that we can all be on the same page this is the latest working update...and if there are any fixes this download would be updated appropriately...
Download and test.
...i hope.

21 Sep 2006, 12:24 AM
#48
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Quick Updates plugin [support]

HeathenMagic:

Thankyou Andrew, it is now working properly.
:cheers:
paulm:

Note: my version that allows price updates by including tax price works too now :smartass:Interestingly
paulm:

But I will try to upgrade the code to the berezin standards first :-DThats not my standarts - it's Zen Magic! :smartass: :smartass:
paulm:

If the cleanup is ready I will upload it.Waiting...

21 Sep 2006, 11:35 AM
#49
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

a_berezin:

Waiting... :shocking: :blink:

Ok since you were waiting for it.....

Attached v1.4 to this post.

This version enables you to enter the products price including tax, and the price ex tax will be calculated and filled in (using js).

I also made preparations to add a purchase price and calculate margin (profit in %) for each product (and store these values to the database). But this part is not functional yet. I commented these additions with "// add for products_purchase_price and margin". I think it is almost complete, but I am sure some more changes will have to be made and typos need to be corrected to make it really work.

For now those preparations are all disabled so they will not intefere with the normal operation of the script.

Please test extensively and backup your database before using it on a live shop! ;-)

21 Sep 2006, 12:11 PM
#50
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Quick Updates plugin [support]

Thanks, paulm!

21 Sep 2006, 2:53 PM
#51
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

Your welcome Andrew :-)

About the profit/margin feature:

I was taking a look at the Profit Markup/Margin calculator by Farukh, and was wondering if it would be handy to add the same column names to the Quick Updates contribution. But unfortunately products_margin_gross_percent and products_margin_gross_dollar both are not column names I would like to use (product_cost is no problem).

So I guess it might be best to use constants to define the column names. Or even make the column names adjustable and add the definitions to the Quick Updates admin settings?

9 Oct 2006, 11:31 PM
#52
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

New version: quick_updates-v1.5

1.) Added purchase price and margin (commented with "// added for products_purchase_price and margin")
To make this products_purchase_price 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.

The margin is calculated by js, and stored to the database (enables sorting on margin).

2.) Moved several inline styles and depricated styling to in document CSS

3.) Several minor corrections

10 Oct 2006, 4:52 PM
#53
tiger avatar

tiger

New Zenner

Join Date:
Oct 2006
Posts:
56
Plugin Contributions:
0

Re: Quick Updates plugin [support]

Hi

I was just checking out this contribution and noticed that the file in admin/includes/extra_datafiles is called qucik_updates_filenames.php.

I assume this is a typo and should be quick_updates_filenames.php. Hope that's helpful...

:D

10 Oct 2006, 5:17 PM
#54
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

Not bad though, if that's the only qurik eeh.... I mean quirk :P

:D

10 Oct 2006, 5:20 PM
#55
tiger avatar

tiger

New Zenner

Join Date:
Oct 2006
Posts:
56
Plugin Contributions:
0

Re: Quick Updates plugin [support]

:laugh: - Most true!!! Just one of the few woopsies i can actually spot!

10 Oct 2006, 8:02 PM
#56
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Quick Updates plugin [support]

Hi paulm,
I also make some modifications. Select image from server, run html-editor to products description. May be we "left join" our work?

10 Oct 2006, 8:37 PM
#57
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

Hi Andrew,

a_berezin:

I also make some modifications. Select image from server, run html-editor to products description. May be we "left join" our work?Sounds like a good idea :-) I do hope however that it is possible to add your edits to "my" last version, because I did lots of edits (most of which were minor edits, but still would be quite some work to repeat).

You think that is possible/doable?

[
I had no plans to make any other major changes soon myself. Only some extra cleanup maybe and styling (coloring "important" columns and such), but there is no real need to do that now.

One feature that I would like, is the ability to insert multiple new products in one click, but it's not likely I will get to that soon.
]

So I will not do any updates to this module soon.

10 Oct 2006, 8:53 PM
#58
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

Just for the fun, I attached a screenshot of some experimental styling I was working on tonight

Note that the name input field is enlarged on ":hover" (using CSS) which makes viewing and editting easier (without the need of it taking up too much space when not hover).

Bus as I said: no plans to update soon here.

11 Oct 2006, 1:33 AM
#59
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Quick Updates plugin [support]

Hi paulm,

paulm:

Sounds like a good idea :-) I do hope however that it is possible to add your edits to "my" last version, because I did lots of edits (most of which were minor edits, but still would be quite some work to repeat).
Ok. I add my edits to your version :)
But I need to test this "Incorporated" version by you and may be somebody else.

11 Oct 2006, 8:20 AM
#60
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Quick Updates plugin [support]

Ok. I add my edits to your version :)thx :thumbsup:

I tested it myself, but I admitt that that's not a 100% guarantee that it's bugfree ;-)

The purchase price and margin are totally optionally, so I guess testing that part is not really required. It works, but by default it's off, since I guess most people do not want/need it and adding the extra columns into their databases would be a waist then (no sample sql is included yet to add those two columns).

One of the small (but many edits) modifications was converting " to ' and " to "as much as possible. I think it makes the code easier to read and edit, and following the "Zen coding standards" better.

And currently the styles are in document, but I guess it would be better to move those to a separate stylsheet file (as well as the js?).