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
product-standard.php
102 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Product Page with Image on Right block pattern. |
| 4 | */ |
| 5 | return [ |
| 6 | 'title' => __( 'Classic Product', 'surecart' ), |
| 7 | 'categories' => [ 'surecart_product_page' ], |
| 8 | 'blockTypes' => [ 'surecart/product-page' ], |
| 9 | 'priority' => 1, |
| 10 | 'content' => '<!-- wp:surecart/product-page {"metadata":{"categories":["surecart_product_page"],"patternName":"surecart-product-standard","name":"Classic Product"},"align":"wide","layout":{"type":"constrained"}} --> |
| 11 | <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"30px","left":"60px"}}}} --> |
| 12 | <div class="wp-block-columns alignwide"><!-- wp:column {"width":""} --> |
| 13 | <div class="wp-block-column"><!-- wp:surecart/product-media /--></div> |
| 14 | <!-- /wp:column --> |
| 15 | |
| 16 | <!-- wp:column {"width":"36%","style":{"spacing":{"blockGap":"0.75rem"}}} --> |
| 17 | <div class="wp-block-column" style="flex-basis:36%"><!-- wp:surecart/product-collection-tags --> |
| 18 | <!-- wp:surecart/product-collection-tag /--> |
| 19 | <!-- /wp:surecart/product-collection-tags --> |
| 20 | |
| 21 | <!-- wp:group {"style":{"spacing":{"blockGap":"10px","padding":{"right":"0px","left":"0px"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> |
| 22 | <div class="wp-block-group" style="padding-right:0px;padding-left:0px"> |
| 23 | <!-- wp:surecart/product-review-average-rating-stars /--> |
| 24 | |
| 25 | <!-- wp:surecart/product-review-total-rating {"className":"is-style-plus-sign","style":{"spacing":{"blockGap":"4px"}}} /--> |
| 26 | </div> |
| 27 | <!-- /wp:group --> |
| 28 | |
| 29 | <!-- wp:surecart/product-title {"style":{"typography":{"fontSize":"32px"}}} /--> |
| 30 | |
| 31 | <!-- wp:group {"style":{"spacing":{"blockGap":"0","padding":{"right":"0px","left":"0px"}}}} --> |
| 32 | <div class="wp-block-group" style="padding-right:0px;padding-left:0px"> |
| 33 | <!-- wp:group {"style":{"spacing":{"blockGap":"0.5em","padding":{"right":"0px","left":"0px"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"left","verticalAlignment":"bottom"}} --> |
| 34 | <div class="wp-block-group" style="padding-right:0px;padding-left:0px"> |
| 35 | <!-- wp:surecart/product-selected-price-scratch-amount {"style":{"typography":{"textDecoration":"line-through","fontSize":"24px","lineHeight":"1.5"},"color":{"text":"#686868"},"elements":{"link":{"color":{"text":"#686868"}}}}} /--> |
| 36 | |
| 37 | <!-- wp:surecart/product-selected-price-amount {"style":{"typography":{"fontSize":"24px","lineHeight":"1.5"}}} /--> |
| 38 | |
| 39 | <!-- wp:surecart/product-selected-price-interval {"style":{"typography":{"lineHeight":"2"}}} /--> |
| 40 | |
| 41 | <!-- wp:surecart/product-sale-badge {"style":{"border":{"radius":"15px"},"typography":{"fontSize":"12px","lineHeight":"2.1"},"layout":{"selfStretch":"fit","flexSize":null},"elements":{"link":{"color":{"text":"var:preset|color|white"}}}},"textColor":"white"} /--> |
| 42 | </div> |
| 43 | <!-- /wp:group --> |
| 44 | |
| 45 | <!-- wp:group {"style":{"spacing":{"blockGap":"0.5em","padding":{"right":"0px","left":"0px"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"left"}} --> |
| 46 | <div class="wp-block-group" style="padding-right:0px;padding-left:0px"><!-- wp:surecart/product-selected-price-trial /--> |
| 47 | |
| 48 | <!-- wp:surecart/product-selected-price-fees /--> |
| 49 | </div> |
| 50 | <!-- /wp:group --> |
| 51 | </div> |
| 52 | <!-- /wp:group --> |
| 53 | |
| 54 | <!-- wp:surecart/product-description /--> |
| 55 | |
| 56 | <!-- wp:surecart/product-variant-pills --> |
| 57 | <!-- wp:surecart/product-variant-pill /--> |
| 58 | <!-- /wp:surecart/product-variant-pills --> |
| 59 | |
| 60 | <!-- wp:surecart/product-price-chooser --> |
| 61 | <!-- wp:surecart/product-price-choice-template {"layout":{"type":"flex","justifyContent":"left","flexWrap":"nowrap","orientation":"horizontal"}} --> |
| 62 | <!-- wp:surecart/price-name {"style":{"layout":{"selfStretch":"fixed","flexSize":"50%"},"typography":{"fontStyle":"normal","fontWeight":"600"}}} /--> |
| 63 | |
| 64 | <!-- wp:group {"style":{"spacing":{"blockGap":"0px","padding":{"right":"0px","left":"0px"}},"layout":{"selfStretch":"fixed","flexSize":"50%"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"right"}} --> |
| 65 | <div class="wp-block-group" style="padding-right:0px;padding-left:0px"> |
| 66 | <!-- wp:group {"style":{"spacing":{"blockGap":"0.5rem","padding":{"right":"0px","left":"0px"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"left"}} --> |
| 67 | <div class="wp-block-group" style="padding-right:0px;padding-left:0px"> |
| 68 | <!-- wp:surecart/price-scratch-amount {"style":{"typography":{"textDecoration":"line-through","fontStyle":"normal","fontWeight":"500"},"color":{"text":"#686868"}}} /--> |
| 69 | |
| 70 | <!-- wp:surecart/price-amount {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}}} /--> |
| 71 | |
| 72 | <!-- wp:surecart/price-interval {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}}} /--> |
| 73 | </div> |
| 74 | <!-- /wp:group --> |
| 75 | |
| 76 | <!-- wp:surecart/price-trial {"style":{"color":{"text":"#8a8a8a"},"elements":{"link":{"color":{"text":"#8a8a8a"}}}},"fontSize":"small"} /--> |
| 77 | |
| 78 | <!-- wp:surecart/price-setup-fee {"style":{"color":{"text":"#8a8a8a"},"elements":{"link":{"color":{"text":"#8a8a8a"}}}},"fontSize":"small"} /--> |
| 79 | </div> |
| 80 | <!-- /wp:group --> |
| 81 | <!-- /wp:surecart/product-price-choice-template --> |
| 82 | <!-- /wp:surecart/product-price-chooser --> |
| 83 | |
| 84 | <!-- wp:surecart/product-quantity /--> |
| 85 | |
| 86 | <!-- wp:surecart/product-selected-price-ad-hoc-amount /--> |
| 87 | |
| 88 | <!-- wp:surecart/product-buy-buttons {"style":{"spacing":{"blockGap":"5px"}}} --> |
| 89 | <div class="wp-block-surecart-product-buy-buttons wp-block-buttons sc-block-buttons is-layout-flex"> |
| 90 | <!-- wp:surecart/product-buy-button {"add_to_cart":true,"text":"Add To Cart"} /--> |
| 91 | |
| 92 | <!-- wp:surecart/product-buy-button {"text":"Buy Now","className":"is-style-outline"} /--> |
| 93 | </div> |
| 94 | <!-- /wp:surecart/product-buy-buttons --> |
| 95 | </div> |
| 96 | <!-- /wp:column --> |
| 97 | </div> |
| 98 | <!-- /wp:columns --> |
| 99 | <!-- /wp:surecart/product-page --> |
| 100 | ', |
| 101 | ]; |
| 102 |