Skip to content

Commit

Permalink
Add ID for products section. This will be necessary for Selective Ref…
Browse files Browse the repository at this point in the history
…resh. See #516.
  • Loading branch information
JustinSainton committed May 24, 2016
1 parent 0fc0ff7 commit 7265c01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,4 @@ function _wpsc_filter_generate_attachment_metadata( $metadata, $id ) {
'_wpsc_filter_generate_attachment_metadata',
10,
2
);
);
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
* @version 4.0
*/
?>
<section id="wpsc-products">

<?php while ( wpsc_have_products() ): wpsc_the_product(); ?>

<?php wpsc_get_template_part( 'product', 'excerpt' ); ?>

<?php endwhile; ?>
<?php endwhile; ?>

</section>

0 comments on commit 7265c01

Please sign in to comment.