Quote Originally Posted by Ajeh View Post
Not that I am aware of ...

If you add a test order to your site, you will see how an order is correctly built now that you have the ot_total installed ...

Look at how that record is made in the orders_total table for when the class is ot_total ...

Then, add a new record and set the values for the fields:
orders_total_id (leave blank this is auto-incremented)
orders_id (whatever the missing orders_id is)
title Total:
text (amount of order in text, example $12.99)
value (amount of order in numbers only)
class ot_total
sort_order (this matches the test you create, default is 999)
Thanks alot for the prompt reply Ajeh, I will give a try.