Advertisement
jiyoungyi

my theme > woocommerce/loop/no-products-found.php

Mar 12th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?php
  2. /**
  3. * Displayed when no products are found matching the current query.
  4. *
  5. * Override this template by copying it to yourtheme/woocommerce/loop/no-products-found.php
  6. *
  7. * @author WooThemes
  8. * @package WooCommerce/Templates
  9. * @version 2.0.0
  10. */
  11.  
  12. if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
  13. ?>
  14. <div class="rollar-message woocommerce-info"><?php _e( 'No products found which match your selection.', 'woocommerce' ); ?><a href="#" class="toggle">Toggle</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement