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
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
Works great on 1.3.5 here too
(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.
could you please point me in the direction of that fix. I have tried every fix on this thread and nothing seems to work.Originally Posted by HeathenMagic
The fix itself was not posted, but a link to the fixed version (which is probaly the same link as the previous version):Originally Posted by mafiasam
Note: my version that allows price updates by including tax price works too nowOriginally Posted by a_berezin
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...Originally Posted by paulm
Download and test.
...i hope.
Originally Posted by HeathenMagic
![]()
InterestinglyOriginally Posted by paulm
Thats not my standarts - it's Zen Magic!Originally Posted by paulm
![]()
![]()
Waiting...Originally Posted by paulm
Originally Posted by a_berezin
![]()
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! ;-)
Last edited by paulm; 8 Nov 2006 at 03:18 PM.
Thanks, paulm!
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?
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
Last edited by paulm; 8 Nov 2006 at 03:18 PM.