cart-new.php
4 months ago
list-bento.php
1 year ago
list-carousel.php
1 year ago
list-row.php
1 year ago
list-sidebar.php
4 months ago
list-staggered.php
1 year ago
list-standard.php
4 months ago
product-alternate.php
4 months ago
product-review-standard.php
4 months ago
product-standard.php
4 months ago
related-carousel-alternate.php
1 year ago
related-carousel.php
1 year ago
list-standard.php
68 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Classic Product Carousel block pattern. |
| 4 | */ |
| 5 | return [ |
| 6 | 'title' => __( 'Classic Product List', 'surecart' ), |
| 7 | 'categories' => [ 'surecart_shop' ], |
| 8 | 'blockTypes' => [ 'surecart/product-list' ], |
| 9 | 'priority' => 0, |
| 10 | 'content' => '<!-- wp:surecart/product-list {"limit":null,"query":{"perPage":9,"pages":0,"offset":0,"postType":"sc_product","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"include":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"metadata":{"categories":["surecart_shop"],"patternName":"surecart-list-quick-view","name":"Product List Sidebar"},"align":"wide","style":{"spacing":{"blockGap":"10px","margin":{"left":"0px","right":"0px"}}}} --> |
| 11 | <!-- wp:group {"style":{"spacing":{"margin":{"bottom":"10px"},"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> |
| 12 | <div class="wp-block-group" style="margin-bottom:10px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> |
| 13 | <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:surecart/product-list-sort /--> |
| 14 | |
| 15 | <!-- wp:surecart/product-list-filter /--></div> |
| 16 | <!-- /wp:group --> |
| 17 | |
| 18 | <!-- wp:surecart/product-list-search {"style":{"layout":{"selfStretch":"fixed","flexSize":"250px"}}} /--></div> |
| 19 | <!-- /wp:group --> |
| 20 | |
| 21 | <!-- wp:group {"style":{"spacing":{"margin":{"bottom":"10px"},"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> |
| 22 | <div class="wp-block-group" style="margin-bottom:10px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:surecart/product-list-filter-tags {"layout":{"type":"flex","orientation":"vertical"}} --> |
| 23 | <!-- wp:surecart/product-list-filter-tags-template --> |
| 24 | <!-- wp:surecart/product-list-filter-tag /--> |
| 25 | <!-- /wp:surecart/product-list-filter-tags-template --> |
| 26 | <!-- /wp:surecart/product-list-filter-tags --></div> |
| 27 | <!-- /wp:group --> |
| 28 | |
| 29 | <!-- wp:surecart/product-template {"style":{"spacing":{"blockGap":"30px"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"grid","columnCount":null,"minimumColumnWidth":"225px"}} --> |
| 30 | <!-- wp:group {"layout":{"type":"default"}} --> |
| 31 | <div class="wp-block-group"><!-- wp:group {"style":{"color":{"background":"#0000000d"},"border":{"radius":"10px"},"spacing":{"padding":{"top":"0px","bottom":"0px","left":"0px","right":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} --> |
| 32 | <div class="wp-block-group has-background" style="border-radius:10px;background-color:#0000000d;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:cover {"useFeaturedImage":true,"dimRatio":0,"isUserOverlayColor":true,"focalPoint":{"x":0.5,"y":0.5},"contentPosition":"top center","style":{"dimensions":{"aspectRatio":"3/4"},"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"bottom":"15px"}},"border":{"radius":"10px"}},"layout":{"type":"default"}} --> |
| 33 | <div class="wp-block-cover has-custom-content-position is-position-top-center" style="border-radius:10px;margin-bottom:15px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} --> |
| 34 | <div class="wp-block-group"><!-- wp:surecart/product-quick-view-button {"style":{"spacing":{"padding":{"top":"10px","bottom":"10px","left":"10px","right":"10px"}},"typography":{"fontSize":"12px","lineHeight":"1"},"elements":{"link":{"color":{"text":"var:preset|color|black"}}},"border":{"radius":"100px"}},"backgroundColor":"white","textColor":"black"} /--> |
| 35 | |
| 36 | <!-- wp:surecart/product-sale-badge {"style":{"typography":{"fontSize":"12px"},"border":{"radius":"100px"},"layout":{"selfStretch":"fit","flexSize":null}}} /--></div> |
| 37 | <!-- /wp:group --></div></div> |
| 38 | <!-- /wp:cover --></div> |
| 39 | <!-- /wp:group --> |
| 40 | |
| 41 | <!-- wp:surecart/product-title {"level":2,"style":{"typography":{"fontSize":"15px","fontStyle":"normal","fontWeight":"400"},"spacing":{"margin":{"bottom":"5px","top":"0px"}}}} /--> |
| 42 | |
| 43 | <!-- wp:surecart/product-review-average-rating-stars {"style":{"spacing":{"margin":{"top":"10px","bottom":"8px"}}}} /--> |
| 44 | |
| 45 | <!-- wp:group {"style":{"spacing":{"blockGap":"0.5em","margin":{"top":"0px","bottom":"0px"}},"margin":{"top":"0px","bottom":"0px"},"typography":{"lineHeight":"1"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> |
| 46 | <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;line-height:1"><!-- wp:surecart/product-list-price {"style":{"typography":{"fontSize":"18px","fontStyle":"normal","fontWeight":"600"},"spacing":{"margin":{"top":"5px","bottom":"5px"}}}} /--> |
| 47 | |
| 48 | <!-- wp:surecart/product-scratch-price {"style":{"typography":{"fontSize":"18px","fontStyle":"normal","fontWeight":"600"},"spacing":{"margin":{"top":"5px","bottom":"5px"}}}} /--></div> |
| 49 | <!-- /wp:group --></div> |
| 50 | <!-- /wp:group --> |
| 51 | <!-- /wp:surecart/product-template --> |
| 52 | |
| 53 | <!-- wp:surecart/product-pagination {"style":{"elements":{"link":{"color":{"text":"#000000"}}},"spacing":{"padding":{"top":"15px","bottom":"15px"}}},"textColor":"black"} --> |
| 54 | <!-- wp:surecart/product-pagination-previous /--> |
| 55 | |
| 56 | <!-- wp:surecart/product-pagination-numbers /--> |
| 57 | |
| 58 | <!-- wp:surecart/product-pagination-next /--> |
| 59 | <!-- /wp:surecart/product-pagination --> |
| 60 | |
| 61 | <!-- wp:surecart/product-list-no-products --> |
| 62 | <!-- wp:paragraph {"align":"center","placeholder":"Add text or blocks that will display when a query returns no products."} --> |
| 63 | <p class="has-text-align-center">No products found.</p> |
| 64 | <!-- /wp:paragraph --> |
| 65 | <!-- /wp:surecart/product-list-no-products --> |
| 66 | <!-- /wp:surecart/product-list -->', |
| 67 | ]; |
| 68 |