list-bento.php
1 year ago
list-carousel.php
1 year ago
list-row.php
1 year ago
list-staggered.php
1 year ago
list-standard.php
1 year ago
product-standard.php
1 year ago
list-standard.php
54 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 {"metadata":{"categories":["surecart_shop"],"patternName":"surecart-list-standard","name":"Standard"},"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 --> |
| 23 | <!-- wp:surecart/product-list-filter-tag /--> |
| 24 | <!-- /wp:surecart/product-list-filter-tags --></div> |
| 25 | <!-- /wp:group --> |
| 26 | |
| 27 | <!-- wp:surecart/product-template {"style":{"spacing":{"blockGap":"36px"}},"layout":{"type":"grid","columnCount":null,"minimumColumnWidth":"224px"}} --> |
| 28 | <!-- wp:group {"layout":{"type":"default"}} --> |
| 29 | <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"}} --> |
| 30 | <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 right","isDark":false,"style":{"dimensions":{"aspectRatio":"3/4"},"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"bottom":"15px"}},"border":{"radius":"10px"}},"layout":{"type":"default"}} --> |
| 31 | <div class="wp-block-cover is-light has-custom-content-position is-position-top-right" 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:surecart/product-sale-badge {"style":{"typography":{"fontSize":"12px"},"border":{"radius":"100px"}}} /--></div></div> |
| 32 | <!-- /wp:cover --></div> |
| 33 | <!-- /wp:group --> |
| 34 | |
| 35 | <!-- wp:surecart/product-title {"level":2,"style":{"typography":{"fontSize":"15px","fontStyle":"normal","fontWeight":"400"},"spacing":{"margin":{"bottom":"5px","top":"0px"}}}} /--> |
| 36 | |
| 37 | <!-- wp:group {"style":{"spacing":{"blockGap":"0.5em","margin":{"top":"0px","bottom":"0px"},"padding":{"top":"0","bottom":"0","left":"0","right":"0"}},"margin":{"top":"0px","bottom":"0px"},"typography":{"lineHeight":"1"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> |
| 38 | <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1"><!-- wp:surecart/product-list-price {"style":{"typography":{"fontSize":"18px","fontStyle":"normal","fontWeight":"600"},"spacing":{"margin":{"top":"5px","bottom":"5px"}}}} /--> |
| 39 | |
| 40 | <!-- wp:surecart/product-scratch-price {"style":{"typography":{"fontSize":"18px","fontStyle":"normal","fontWeight":"600"},"spacing":{"margin":{"top":"5px","bottom":"5px"}}}} /--></div> |
| 41 | <!-- /wp:group --></div> |
| 42 | <!-- /wp:group --> |
| 43 | <!-- /wp:surecart/product-template --> |
| 44 | |
| 45 | <!-- wp:surecart/product-pagination {"style":{"elements":{"link":{"color":{"text":"#000000"}}},"spacing":{"padding":{"top":"15px","bottom":"15px"}}},"textColor":"black"} --> |
| 46 | <!-- wp:surecart/product-pagination-previous /--> |
| 47 | |
| 48 | <!-- wp:surecart/product-pagination-numbers /--> |
| 49 | |
| 50 | <!-- wp:surecart/product-pagination-next /--> |
| 51 | <!-- /wp:surecart/product-pagination --> |
| 52 | <!-- /wp:surecart/product-list -->', |
| 53 | ]; |
| 54 |