I am quite new to Ubercart but have used Drupal for quite a while and can add custom fields etc. What I can't do is get my product information to appear to the customer in the desired format/order.
I am selling cheese and what I really want is this (in this order):
Description with inline image
"Display price & type" (a custom text field I've added to the product content type submit form that says e.g. "£2.60 per kilo" or "£3.99 each")
Select amount (a custom option I've added and can configure in admin/store/attributes/1/options)
Add to cart button.
Instead what I've got is:
Display price & type
Select amount
Add to cart button
Description
Image floating above the description
I can configure my custom fields added to the product content type in admin/content/node-type/product/display and can turn the standard fields on and off and reorder them in admin/store/settings/products/edit/fields but there seems to be no way of ordering ALL of the fields in relation to each other (preferably on a single form) so they display to the customer the way I want them to. Unless I'm missing something, I can't see why this is so difficult!
Cheers

This helps a lot. I am investigating!