I've installed the new version of this module. It works except that when the delivery is received it writes double the amount of stock into each item. Any suggestions?
I've installed the new version of this module. It works except that when the delivery is received it writes double the amount of stock into each item. Any suggestions?
I just installed this on the lastest zen version.
I get this error when going to delivery.php.
1146 Table 'antiocho_zc1.products' doesn't exist
in:
[SELECT d.prod_id AS id, d.prod_quantity AS quantity, p.products_model AS model, pd.products_name AS name FROM delivery_products d LEFT JOIN products p ON d.prod_id = p.products_id LEFT JOIN products_description pd ON d.prod_id = pd.products_id WHERE d.del_id = '']
Any help?? TY
I have this same exact issue on zencart 1.3.7.1 and latest mod version.
Everything else seems to be working fine.. Apart from a minor glitch with the popup calendar but it's not much of an issue..
Would really like to be able to use this mod on a live site, and it seems almost ready apart from adding double the amount of stock.
Please help..
After a little more testing with this mod...
I have noticed that if I do a page refresh (f5) on the delivered page prior to clicking the (mark as delivered) button the stock quantity is added correctly.
However as stated before if I don't do a page refresh in the delivery section it adds double the quantity to the products..
Is there a way of making it do some kinda page refresh automatically before I hit the (mark as delivered) button. So it adds the right quantity?
BTW it also subtracts double the quantity, unless I do a page refresh in the same manor..
Hope this makes sense...
hi
ZC version. 1.3.8
delivery control version the latest
hope the forum is still active,
i tried to install the delivery control
i created the database manually
and then i get error like this
i tried to edit the delivery.php and delivered.phpCode:1146 Table 'shop.products' doesn't exist in: [SELECT d.prod_id AS id, d.prod_quantity AS quantity, p.products_model AS model, pd.products_name AS name FROM delivery_products d LEFT JOIN products p ON d.prod_id = p.products_id LEFT JOIN products_description pd ON d.prod_id = pd.products_id WHERE d.del_id = '']
from
toCode:LEFT JOIN products p ON d.prod_id = p.products_id LEFT JOIN products_description pd ON d.prod_id = pd.products_id
because my ZC database is using zc_ as prefixCode:LEFT JOIN zc_products p ON d.prod_id = p.products_id LEFT JOIN zc_products_description pd ON d.prod_id = pd.products_id
after that i can add new delivery, but i noticed there are some errors
- got some problem with date selector, cannot choose the date corretly
- i cannot add new product., after i added, it goes back to admin home page, no confirmation, anything i should do?
anyone can help me?
many thanks
all helps are appreciated coz i kind of need this mod![]()
I have got to the same stage as you - is the original author still developing this mod or has he laid it to rest .
I get the blank page after adding product too.
and the date selector only works if you manually enter the month in .
Anyone working with this OK ?
Various Zen cart sites !
i managed to change the date so i dont have to add the month manually by changing the line in delivery_new.php
line 209
from
toCode:echo "<td valign='top'><div id='spiffycalendar' class='text'> </div><script language='javascript'>del_date.writeControl(); del_date.dateFormat='yyyy-mm-dd';</script></td>";
from yyyy-mm-dd to yyyy-MM-ddCode:echo "<td valign='top'><div id='spiffycalendar' class='text'> </div><script language='javascript'>del_date.writeControl(); del_date.dateFormat='yyyy-MM-dd';</script></td>";
anyone can help us with adding new products?
many thanks
hallo, anyone using delivery control who has same problem?![]()