The Category dropdown doesn't have a view all selection, so I thought this would be helpful. Once a viewer uses the drop down, they become limited to browsing back and forth through categories only. With this tiny MOD, you can return them to the original page and have all your products/memberships displayed. Open up /application/cart/views/blocks/ and download the category.phtml file. Add the following listed in red text <select name="c" style="width:100%"> <?php echo $this->formOptions($this->productCategoryOptions) ?> <option value="0">View All</option></select> The above creates a link in the drop down that points to /cart/index/index?c=0, where c=0 shows the main cart page with all products listed. Regards, Jon