Thank you for the replies, I am just seeing them. I have it set to receive notifications now.
I turned on the debugging and I get the following error messages
Notice: Undefined property: VirtuemartViewProduct::$categoryId in /home/seafood/public_html/store/administrator/templates/vmadmin/html/com_virtuemart/product/default.php on line 90
Notice: Undefined property: VirtuemartViewProduct::$categoryId in /home/seafood/public_html/store/administrator/templates/vmadmin/html/com_virtuemart/product/default.php on line 182
87 <?php
88
89 echo $this->lists['search_type'];
90
91 echo $this->lists['search_order’];
92
93 echo vmJsApi::jDate($this->search_date, 'search_date');
94
95 echo $this->lists['customlist'];
96
97 echo $this->lists['vendors'];
98
99 ?>
179 if( $this->categoryId ) { ?>
180
181 <th style="min-width:100px;width:5%;">
182
183 <?php echo $this->sort('pc.ordering', 'COM_VIRTUEMART_FIELDMANAGER_REORDER'); ?>
184
185 <?php echo JHtml::_('grid.order', $this->productlist); //vmCommonHTML::getSaveOrderButton( $num_rows, 'changeordering' ); ?>
I have included the code. What am I missing?