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
Code:
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 = '']
i tried to edit the delivery.php and delivered.php
from
Code:
LEFT JOIN products p
ON d.prod_id = p.products_id
LEFT JOIN products_description pd
ON d.prod_id = pd.products_id
to
Code:
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
because my ZC database is using zc_ as prefix
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