Hi,
This was going to be a request for help, but I figured out a solution, and thought I'd post it here in case it's of use to anyone (apologies if this is the wrong forum).
I'm upgrading from Ubercart 1 to UC2rc3, and almost everything seems to be working. However, under UC1 I was using the Marketing module to provide a Visual Catalog block, displaying the catalog as a grid within a panel. Unfortunately the Marketing module isn't available for UC2.
However, I was able to achieve the same result by pasting a very small amount of PHP code into "Custom" panel. On my panel I set the imput filter to PHP, and inserted the following:
<?php
print theme('uc_catalog_browse');
?>Hope this helps someone. If I've missed a better way of doing this, please let me know.
James
