confirmation
3 years ago
dashboard
3 years ago
forms
2 years ago
pages
2 years ago
parts
2 years ago
templates
2 years ago
cart.php
3 years ago
shop.php
3 years ago
shop.php
23 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Shop page block template. |
| 4 | */ |
| 5 | return [ |
| 6 | 'title' => __( 'Cart', 'surecart' ), |
| 7 | 'categories' => [], |
| 8 | 'blockTypes' => [], |
| 9 | 'content' => '<!-- wp:group {"align":"wide","layout":{"inherit":true,"type":"constrained"}} --> |
| 10 | <div class="wp-block-group alignwide"><!-- wp:group {"align":"wide"} --> |
| 11 | <div class="wp-block-group alignwide"><!-- wp:surecart/product-item-list {"limit":8,"align":"wide"} --> |
| 12 | <!-- wp:surecart/product-item {"style":{"spacing":{"blockGap":"12px"}}} --> |
| 13 | <!-- wp:surecart/product-item-image {"src":"","sizing":"cover","ratio":"1/1.33","style":{"border":{"radius":"6px"},"spacing":{"margin":{"bottom":"16px"}}}} /--> |
| 14 | |
| 15 | <!-- wp:surecart/product-item-title {"title":"Product Title","align":"left","style":{"typography":{"fontWeight":"400","fontSize":"14px","lineHeight":"1.2"},"spacing":{"margin":{"bottom":"10px"}},"color":{"text":"#374151"}}} /--> |
| 16 | |
| 17 | <!-- wp:surecart/product-item-price {"align":"left","style":{"color":{"text":"#111827"},"typography":{"fontSize":"18px","fontWeight":"500"}}} /--> |
| 18 | <!-- /wp:surecart/product-item --> |
| 19 | <!-- /wp:surecart/product-item-list --></div> |
| 20 | <!-- /wp:group --></div> |
| 21 | <!-- /wp:group -->', |
| 22 | ]; |
| 23 |