banner.php
2 years ago
coming-soon-entire-site.php
2 years ago
coming-soon-store-only.php
2 years ago
coming-soon.php
2 years ago
discount-banner-with-image.php
2 years ago
discount-banner.php
2 years ago
featured-category-cover-image.php
2 years ago
featured-category-focus.php
2 years ago
featured-category-triple.php
2 years ago
featured-products-fresh-and-tasty.php
2 years ago
filters.php
2 years ago
footer-large-dark.php
2 years ago
footer-large.php
2 years ago
footer-simple-dark.php
2 years ago
footer-simple-menu.php
2 years ago
footer-simple.php
2 years ago
footer-with-2-menus-dark.php
2 years ago
footer-with-2-menus.php
2 years ago
footer-with-3-menus.php
2 years ago
header-centered-pattern.php
2 years ago
header-essential-dark.php
2 years ago
header-essential.php
2 years ago
header-large-dark.php
2 years ago
header-large.php
2 years ago
header-minimal.php
2 years ago
hero-product-3-split.php
2 years ago
hero-product-chessboard.php
2 years ago
hero-product-split.php
2 years ago
just-arrived-full-hero.php
2 years ago
no-products-found.php
2 years ago
product-collection-3-columns.php
2 years ago
product-collection-4-columns.php
2 years ago
product-collection-5-columns.php
2 years ago
product-collection-banner.php
2 years ago
product-collection-featured-products-5-columns.php
2 years ago
product-collection-full-grid.php
2 years ago
product-collection-grid.php
2 years ago
product-collection-rows.php
2 years ago
product-collection-simple-grid.php
2 years ago
product-collections-featured-collection.php
2 years ago
product-collections-featured-collections.php
2 years ago
product-collections-newest-arrivals.php
2 years ago
product-details-listing.php
2 years ago
product-details-pattern.php
2 years ago
product-featured-2-columns.php
2 years ago
product-hero-2-col-2-row.php
2 years ago
product-hero.php
2 years ago
product-listing-with-gallery-and-description.php
2 years ago
product-query-4-column-product-row.php
2 years ago
product-query-large-image-product-gallery.php
2 years ago
product-query-minimal-product-list.php
2 years ago
product-query-product-gallery.php
2 years ago
product-query-product-list-with-1-1-images.php
2 years ago
product-query-product-list-with-full-product-description.php
2 years ago
product-search-form.php
2 years ago
related-products.php
2 years ago
shop-by-price.php
2 years ago
small-discount-banner-with-image.php
2 years ago
social-follow-us-in-social-media.php
2 years ago
store-info-alt-image-and-text.php
2 years ago
testimonials-3-columns.php
2 years ago
testimonials-single.php
2 years ago
product-collection-rows.php
43 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Title: Product Collection Rows |
| 4 | * Slug: woocommerce-blocks/product-collection-rows |
| 5 | * Categories: WooCommerce |
| 6 | * Block Types: woocommerce/product-collection |
| 7 | */ |
| 8 | ?> |
| 9 | |
| 10 | <!-- wp:woocommerce/product-collection {"query":{"perPage":9,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","search":"","exclude":[],"inherit":false,"taxQuery":{},"isProductCollectionBlock":true,"woocommerceOnSale":false,"woocommerceStockStatus":["instock","outofstock","onbackorder"],"woocommerceAttributes":[],"woocommerceHandPickedProducts":[]},"tagName":"div","displayLayout":{"type":"list","columns":3,"shrinkColumns":true}} --> |
| 11 | <div class="wp-block-woocommerce-product-collection"><!-- wp:woocommerce/product-template --> |
| 12 | <!-- wp:columns --> |
| 13 | <div class="wp-block-columns"><!-- wp:column {"width":"33.33%"} --> |
| 14 | <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:woocommerce/product-image {"isDescendentOfQueryLoop":true} /--></div> |
| 15 | <!-- /wp:column --> |
| 16 | |
| 17 | <!-- wp:column {"width":"66.66%"} --> |
| 18 | <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:post-title {"style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":"1"},"spacing":{"margin":{"top":"0","bottom":"0","left":"0","right":"0"},"padding":{"right":"0","left":"0","top":"0","bottom":"0"}}},"fontSize":"large","__woocommerceNamespace":"woocommerce/product-collection/product-title"} /--> |
| 19 | |
| 20 | <!-- wp:woocommerce/product-price {"isDescendentOfQueryLoop":true,"fontSize":"medium","style":{"typography":{"lineHeight":"1","fontStyle":"normal","fontWeight":"700"}}} /--> |
| 21 | |
| 22 | <!-- wp:woocommerce/product-rating {"isDescendentOfQueryLoop":true,"textColor":"luminous-vivid-amber","fontSize":"medium","style":{"spacing":{"padding":{"top":"0px","bottom":"0px"}}}} /--> |
| 23 | |
| 24 | <!-- wp:post-excerpt {"showMoreOnNewLine":false,"excerptLength":23,"fontSize":"small","__woocommerceNamespace":"woocommerce/product-collection/product-summary"} /--></div> |
| 25 | <!-- /wp:column --></div> |
| 26 | <!-- /wp:columns --> |
| 27 | <!-- /wp:woocommerce/product-template --> |
| 28 | |
| 29 | <!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} --> |
| 30 | <!-- wp:query-pagination-previous /--> |
| 31 | |
| 32 | <!-- wp:query-pagination-numbers /--> |
| 33 | |
| 34 | <!-- wp:query-pagination-next /--> |
| 35 | <!-- /wp:query-pagination --> |
| 36 | |
| 37 | <!-- wp:query-no-results --> |
| 38 | <!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results."} --> |
| 39 | <p></p> |
| 40 | <!-- /wp:paragraph --> |
| 41 | <!-- /wp:query-no-results --></div> |
| 42 | <!-- /wp:woocommerce/product-collection --> |
| 43 |