'Moon Shoes', 'search_options' => array( 'keywords' => 'Moon Shoes' ) ); /* --------------------------------------- Set a default search --------------------------------------- Set a default search in case the search keywords are empty. */ $defaultSearch = $categories[ 0 ][ 'search_options' ][ 'keywords' ]; /* --------------------------------------- Request the products from PopShops --------------------------------------- This snippet includes a PopShops class containing code to interact with the PopShops API. We're going to create an instance of the PopShops class and then find any products using parameters passed to the page. */ $popshops = new PopShops( array( 'api_key' => $accountApiKey, 'catalog_key' => $catalogApiKey, 'categories' => $categories, 'defaultSearch' => $defaultSearch, 'productLimit' => $productsPerPage, 'nameSpace' => $nameSpace, 'subid' => $subid, 'productGridColumns' => $productGridColumns, 'localRedirects' => $localRedirects ) ); $popshops->findProducts(); ?> <?php echo ucwords( $_REQUEST[$popshops->nameSpace.'keywords'] ).' '.$pageBrowserTitle ?>
Home | Links | Link to Us | Swap Links | Contact Us |

  
Moon Shoes Products

renderDeals() ?> renderBrandFilter() ?> renderPriceRangeFilter() ?> renderMerchantFilter($popshops->productResults) ?>
renderSuggestedMerchants() ?>
productResults->products['total_count'] ) > 0 ) { ?>
renderProductPaginationLinks() ?> renderProductPaginationSummary() ?>
renderProductGrid() ?>

We couldn't find any products matching your search 'nameSpace.'keywords']?>'.