Quote Originally Posted by HeathenMagic View Post
Looks really good in the picture, and the idea sounds great.
Thanks.

Quote Originally Posted by HeathenMagic View Post
I had a problem uploading the SQL. It came back failed. I have a prefix of zen_ for my tables, but usually sql works ok.
Hi, prefix zen_ is the problem probably...

You should create two tables delivery and delivery_products to work with this module. It's not written very smart, but it's working.

So solution could be:
  1. make tables without prefix zen_
    or
  2. change all instances of tables delivery, delivery_products, products_description and products in module's source code


The second solution is wiser I'll fix this in next version...

Let me know if that helped...