Hi, Andrew!
As 'shocker', I too am interested to manage a multilingual store.
So I too am waiting for your solution!
Giovanni
Hi, Andrew!
As 'shocker', I too am interested to manage a multilingual store.
So I too am waiting for your solution!
Giovanni
I'm beginning to study the quick_updates_2-04 add-on because I need to modify it. I want to see the products_purchase_price and the products_margin for each product, and have the possibility of changing the value one by one product.
I've made some test, and I see that the new field of the products table (products_purchase_price and products_margin) contains alwais 0.000 and not the value that I've used, while the price is really modified.
Can somebody explain me this strange situation?
Thanks - Giovanni
Well... I've modified in admin/includes/extra_configures/quick_updates.php
define('QUICKUPDATES_MODIFY_PURCHASE_AND_MARGIN', 'true');
an now I can define for each product the products_purchase_price and the products_margin.
Now I want that the price to be calculated and updated from theese values: before to to become crazy modifying the code, is somewhere the possibility fo setting this easily?
Thanks - Giovanni
Well, here is the module modified for the features I needed.
See http://www.zen-cart.com/forum/showthread.php?t=132645
Read the readme_modified.txt
Giovanni
Last edited by g.nencini; 23 Jul 2009 at 04:27 AM.
Have quick updates installed and it works great.
Just one thing.....now there are no prices shown for the parts as they are listed in their respective category.
What do I need to do ?
Martin Smith
Central Trailer Supply
www.centraltrailer.com/cart
hello I've installed this add on.
Is it possible to have like field the field minimum quantity?
I am not interested for example in weight field, can I substitute this field with minimum quantity?
If yes how can i do?
Please
![]()
I get this error when i go to:
(example only) hxxp://www.mysite.com/admin/quick_updates.php
Warning: require(includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /home7/mysite/public_html/admin/quick_updates.php on line 12
Fatal error: require() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home7/mysite/public_html/admin/quick_updates.php on line 12
I have version 2.04 with zen cart 1.38.
I pasted the sql into the intall sql patches.
I put the entire directory in the root of my site where zencart is installed. I do not see an application_top.php fille anywhere.
I can see the Quick updates tan under the configuration area in admin, but that's as far as i can go.
Please guide me to the next step, i have read the forum many times.
Thanks Charals
I was able to get rid of this error (referring to post 457) by making sure I have my full path ahead of the includes/application.php
I now just get a blank page when i go to (example only) hxxp://www.mysite.com/admin/quick_updates.php - I really need some guidance as the prices of the commodoties I sell change daily and this would be a time saver.
What can I do to get to he next level past this current stumbling block?
Thanks, Charals
Hi,
I have installed this mod on 5 of my sites and i love it, thank you very much for contributing.
However, on the last site i installed it on i have a very strange problem. No errors on the install, everything appears to be working fine, but the mod will only update the first 8 products.
It doesnt matter how many products you update, it just says 8 products updated. And its only the top 8 on the screen.
If i tried to edit the last product, or even the 9th one down the list, it just doesnt update. If i re arange them so a different 8 products are at the top, it updates them fine, but never more than 8. I cant find out whats wrong and im really confused
Any ideas anyone?
Lian,
I can only make a guess, but perhaps this is a server configuration issue. Since the script use POST, you may not have enough memory allocated to that area.
Run a phpinfo() test and check your settings for "post_max_size" my server is set to 8M which seems to be a common value.
Hope that helps.
Bookmarks