Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit d6c0cb1

Browse files
authored
Merge branch 'trunk' into remove-proptypes-reviews-by-product
2 parents 8d9a9a3 + ccb1109 commit d6c0cb1

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<?php
2+
/**
3+
* Title: Footer with Simple Menu and Cart
4+
* Slug: woocommerce-blocks/footer-simple-menu-and-cart
5+
* Categories: WooCommerce
6+
* Block Types: core/template-part/footer
7+
*/
8+
?>
9+
10+
<!-- wp:group {"align":"full"} -->
11+
<div class="wp-block-group alignfull">
12+
<!-- wp:columns -->
13+
<div class="wp-block-columns">
14+
<!-- wp:column {"verticalAlignment":"center","width":""} -->
15+
<div class="wp-block-column is-vertically-aligned-center">
16+
<!-- wp:group {"style":{"spacing":{"blockGap":"32px"}},"layout":{"type":"flex","flexWrap":"wrap"}} -->
17+
<div class="wp-block-group">
18+
<!-- wp:group {"style":{"border":{"top":{"width":"1px","style":"solid"},"right":{"width":"1px","style":"solid"},"bottom":{"width":"1px","style":"solid"},"left":{"width":"1px","style":"solid"}}},"layout":{"type":"flex","orientation":"vertical"}} -->
19+
<div class="wp-block-group" style="border-top-style:solid;border-top-width:1px;border-right-style:solid;border-right-width:1px;border-bottom-style:solid;border-bottom-width:1px;border-left-style:solid;border-left-width:1px">
20+
<!-- wp:search {"label":"Search","showLabel":false,"placeholder":"Search our store","width":250,"widthUnit":"px","buttonText":"Search","buttonUseIcon":true,"query":{"post_type":"product"},"style":{"border":{"top":{"width":"0px","style":"none"},"right":{"width":"0px","style":"none"},"bottom":{"width":"0px","style":"none"},"left":{"width":"0px","style":"none"}}},"backgroundColor":"background","textColor":"foreground"} /-->
21+
</div>
22+
<!-- /wp:group -->
23+
24+
<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->
25+
<div class="wp-block-group">
26+
<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"horizontal","justifyContent":"left","flexWrap":"wrap"},"style":{"spacing":{"blockGap":"35px"}}} /-->
27+
</div>
28+
<!-- /wp:group -->
29+
</div>
30+
<!-- /wp:group -->
31+
</div>
32+
<!-- /wp:column -->
33+
34+
<!-- wp:column {"verticalAlignment":"center","width":"140px","style":{"spacing":{"blockGap":"16px"}}} -->
35+
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:140px">
36+
<!-- wp:woocommerce/mini-cart /-->
37+
</div>
38+
<!-- /wp:column -->
39+
</div>
40+
<!-- /wp:columns -->
41+
42+
<!-- wp:separator {"className":"is-style-wide"} -->
43+
<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
44+
<!-- /wp:separator -->
45+
46+
<!-- wp:group {"style":{"spacing":{"blockGap":"5px"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center","orientation":"vertical"}} -->
47+
<div class="wp-block-group">
48+
<!-- wp:site-title {"textAlign":"center","style":{"typography":{"fontSize":"14px","fontStyle":"normal","fontWeight":"700"}}} /-->
49+
50+
<!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"12px"}}} -->
51+
<p class="has-text-align-center" style="font-size:12px">
52+
<?php
53+
/* translators: 1: WordPress link, 2: WooCommerce link */
54+
echo wp_kses( sprintf( __( 'Powered by %1$s with %2$s', 'woo-gutenberg-products-block' ), '<a href="https://wordpress.org">WordPress</a>', '<a href="https://woocommerce.com">WooCommerce</a>' ), array() );
55+
?>
56+
</p>
57+
<!-- /wp:paragraph -->
58+
</div>
59+
<!-- /wp:group -->
60+
</div>
61+
<!-- /wp:group -->

0 commit comments

Comments
 (0)