Hi. I'm experiencing several problems with this module. I'm running Ubercart 6.x-2.0-rc7:

(1) I'm getting the following errors on the Delivery Timeslot settings page (admin/store/settings/deliverytimeslot):

* user warning: Unknown column 'uc_deliverytimeslot_default.day' in 'where clause' query: SELECT ddid, sid, max_limit FROM drupal_uc_deliverytimeslot_default WHERE uc_deliverytimeslot_default.day = 'Monday' ORDER BY uc_deliverytimeslot_default.sid in /MY_INSTALL_PATH/sites/all/modules/ubercart/contrib/uc_deliverytimeslot/uc_deliverytimeslot.admin.inc on line 223.

* user warning: Unknown column 'uc_deliverytimeslot_special.date' in 'order clause' query: SELECT * FROM drupal_uc_deliverytimeslot_special ORDER BY uc_deliverytimeslot_special.date in /MY_INSTALL_PATH/sites/all/modules/ubercart/contrib/uc_deliverytimeslot/uc_deliverytimeslot.admin.inc on line 259.

Note: In the above errors, I've replaced my actual install path with "MY_INSTALL_PATH".

(2) There's also a broken link on this page. It reads "You can access delivery timeslot list on Delivery timeslot list.". It looks like someone forgot to append the "base_path()" to the link URL, so it's attempting to load "http://admin/store/orders/deliverytimeslot".

(3) The Delivery Timeslot pane is not appearing on the cart checkout page (cart/checkout). It only appears if I leave some of the required fields blank (causing the form validation to fail), and click the "review order" button to submit the form.

Thanks!

Comments

mogtofu33’s picture

Hi,

(2) will be fixed in next release.

(1) perhaps you got an error with install scrpit, check on your SQL if you got "uc_deliverytimeslot_default" table and "day" field. idem with "uc_deliverytimeslot_special" and "date".
You could use schema to see if there is mismatch between your database, and install srcipt.

(3)
For now you need at least 2 shipping quote that can be selected (will be fixed on beta2).
Witch fields do you need to let blank ?
Do you have extra pane/field on checkout pane from other contributed modules ?

Regards.
Mog

mogtofu33’s picture

Status: Active » Fixed

Fixed on beta2

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.