Hello. Does anyone have experience with the interaction of the plugin Quick Updates and Group Pricing (per Item)?
Because each module works with different prices. But it would be great if you could quickly adjust the group prices via quick updates.
Hello. Does anyone have experience with the interaction of the plugin Quick Updates and Group Pricing (per Item)?
Because each module works with different prices. But it would be great if you could quickly adjust the group prices via quick updates.
Last edited by Cruzito; 28 Feb 2023 at 06:15 PM.
Hi All,
I am running a test version of 1.58a of zencart with all the latest versions of php etc
My question is that I have added fields are displayed in version 1.5.5e (so I can edit using quick updates) and are wanting to do the same with version 1.5.8a.
I need to know what file would have all the information in it please.
Any help is appreciated.
Outdoorking
www.outdoorking.com.au
Hi All,
I am running a test version of 1.58a of zencart with all the latest versions of php etc
My question is that I have added fields are displayed in version 1.5.5e (so I can edit using quick updates) and are wanting to do the same with version 1.5.8a.
I need to know what file would have all the information in it please.
Any help is appreciated.
Outdoorking
www.outdoorking.com.au
https://www.zen-cart.com/downloads.php?do=file&id=26
Not running with php 8 and above
in admin /quick_updates.php
says error in line 45 :
$currencies->currencies[DEFAULT_CURRENCY]['decimal_places'] = 4;
and in line 425:
$rows = $split_page * MAX_DISPLAY_ROW_BY_PAGE - MAX_DISPLAY_ROW_BY_PAGE;
You could try using this plug-in https://www.zen-cart.com/downloads.php?do=file&id=2358 not as comprehensive but might work with php 8 and above
Hi All,
I am using Quick Updates on a linux Server with version 1.58a, php 8.1, Numinix Product Fields and EP$ and I am having the following issue.
QUICK UPDATES
7 Product(s) Updated!
extra_field, product_id(s): 49357, 49356, 49355, 49354, 49353, 49352, 49351
1. Showing that the field has been updated but it is not showing when it goes back to the item list
2. When I go to the product itself (admin Categories / Products) the stock location is not showing the location either.
3. If I change the Stock location (numinix product field) in the product, it does not show in the product when I preview and then press update.
4. It does not appear to be recording in the database even though it is saying that it has been updated.
5. I have other numinix product fields like Condition, Waranty, Handling Fee, Additional Handling Fee (which are Working as they should)
6. Not working are the Stock Location (extra_field) and Suppliers in the product section but you are able to update in Quick Update no issue.
It apears that some fields are working and some are not so I am at a loss as to what I should do.
I am not real sure how to find an item number in the database so any assistance would be appreciated
Outdoorking
www.outdoorking.com.au
Running 1.5.8a add following code to quick update page
other two mentioned files are already included in this ZC version but when search is performed it does not do anything.HTML Code:<div class="col-sm-offset-8 col-sm-4">``` <?php include DIR_WS_MODULES . 'search_box.php'; ?> </div>
How to include search box on this page to quickly search for a product to update it?
Bookmarks