/
home
/
altere25
/
labratnyc.com
/
wp-content
/
plugins
/
woocommerce
/
patterns
/
/home/altere25/labratnyc.com/wp-content/plugins/woocommerce/patterns
mkdir
upload
Name
Size
Mode
Actions
banner.php
3662
0644
edit
dl
rm
coming-soon-entire-site.php
7542
0644
edit
dl
rm
coming-soon-store-only.php
2092
0644
edit
dl
rm
coming-soon.php
384
0644
edit
dl
rm
discount-banner-with-image.php
3535
0644
edit
dl
rm
discount-banner.php
2471
0644
edit
dl
rm
featured-category-cover-image.php
2113
0644
edit
dl
rm
featured-category-focus.php
2249
0644
edit
dl
rm
featured-category-triple.php
6636
0644
edit
dl
rm
featured-products-fresh-and-tasty.php
7349
0644
edit
dl
rm
filters.php
3603
0644
edit
dl
rm
footer-large-dark.php
4459
0644
edit
dl
rm
footer-large.php
4002
0644
edit
dl
rm
footer-simple-dark.php
3209
0644
edit
dl
rm
footer-simple-menu.php
2704
0644
edit
dl
rm
footer-simple.php
2778
0644
edit
dl
rm
footer-with-2-menus-dark.php
3950
0644
edit
dl
rm
footer-with-2-menus.php
3314
0644
edit
dl
rm
footer-with-3-menus.php
3340
0644
edit
dl
rm
header-centered-pattern.php
2632
0644
edit
dl
rm
header-essential-dark.php
2099
0644
edit
dl
rm
header-essential.php
1350
0644
edit
dl
rm
header-large-dark.php
2222
0644
edit
dl
rm
header-large.php
2678
0644
edit
dl
rm
header-minimal.php
1405
0644
edit
dl
rm
hero-product-3-split.php
5055
0644
edit
dl
rm
hero-product-chessboard.php
7334
0644
edit
dl
rm
hero-product-split.php
1577
0644
edit
dl
rm
just-arrived-full-hero.php
2188
0644
edit
dl
rm
no-products-found.php
348
0644
edit
dl
rm
product-collection-3-columns.php
1812
0644
edit
dl
rm
product-collection-4-columns.php
2065
0644
edit
dl
rm
product-collection-5-columns.php
1958
0644
edit
dl
rm
product-collection-banner.php
3286
0644
edit
dl
rm
product-collection-featured-products-5-columns.php
2720
0644
edit
dl
rm
product-collection-full-grid.php
1959
0644
edit
dl
rm
product-collection-grid.php
1800
0644
edit
dl
rm
product-collection-rows.php
2499
0644
edit
dl
rm
product-collection-simple-grid.php
1700
0644
edit
dl
rm
product-collections-featured-collection.php
4513
0644
edit
dl
rm
product-collections-featured-collections.php
6075
0644
edit
dl
rm
product-collections-newest-arrivals.php
2351
0644
edit
dl
rm
product-details-listing.php
1721
0644
edit
dl
rm
product-details-pattern.php
9455
0644
edit
dl
rm
product-featured-2-columns.php
2981
0644
edit
dl
rm
product-hero-2-col-2-row.php
8215
0644
edit
dl
rm
product-hero.php
1798
0644
edit
dl
rm
product-listing-with-gallery-and-description.php
8293
0644
edit
dl
rm
product-query-4-column-product-row.php
2057
0644
edit
dl
rm
product-query-large-image-product-gallery.php
1448
0644
edit
dl
rm
product-query-minimal-product-list.php
2097
0644
edit
dl
rm
product-query-product-gallery.php
2020
0644
edit
dl
rm
product-query-product-list-with-1-1-images.php
2471
0644
edit
dl
rm
product-query-product-list-with-full-product-description.php
3346
0644
edit
dl
rm
product-search-form.php
311
0644
edit
dl
rm
related-products.php
1777
0644
edit
dl
rm
shop-by-price.php
12219
0644
edit
dl
rm
small-discount-banner-with-image.php
2642
0644
edit
dl
rm
social-follow-us-in-social-media.php
4685
0644
edit
dl
rm
store-info-alt-image-and-text.php
4955
0644
edit
dl
rm
testimonials-3-columns.php
2273
0644
edit
dl
rm
testimonials-single.php
1591
0644
edit
dl
rm
Edit:
/home/altere25/labratnyc.com/wp-content/plugins/woocommerce/patterns/coming-soon-store-only.php
(2092B)
<?php /** * Title: Coming Soon Store Only * Slug: woocommerce/coming-soon-store-only * Categories: WooCommerce * Feature Flag: launch-your-store * * @package WooCommerce\Blocks */ $current_theme = wp_get_theme()->get_stylesheet(); $inter_font_family = 'inter'; $cardo_font_family = 'cardo'; if ( 'twentytwentyfour' === $current_theme ) { $inter_font_family = 'body'; $cardo_font_family = 'heading'; } ?> <!-- wp:woocommerce/coming-soon {"storeOnly":true} --> <div class="wp-block-woocommerce-coming-soon"> <?php if ( wc_current_theme_is_fse_theme() ) { echo '<!-- wp:template-part {"slug":"header","tagName":"header"} /-->'; } ?> <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center","orientation":"vertical"}} --> <div class="wp-block-group"><!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:heading {"textAlign":"center","level":1,"fontFamily":"<?php echo esc_html( $cardo_font_family ); ?>"} --> <h1 class="wp-block-heading has-text-align-center has-<?php echo esc_html( $cardo_font_family ); ?>-font-family"><?php echo esc_html__( 'Great things are on the horizon', 'woocommerce' ); ?></h1> <!-- /wp:heading --> <!-- wp:spacer {"height":"10px"} --> <div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:paragraph {"align":"center","fontFamily":"<?php echo esc_html( $inter_font_family ); ?>"} --> <p class="has-text-align-center has-<?php echo esc_html( $inter_font_family ); ?>-font-family"><?php echo esc_html__( 'Something big is brewing! Our store is in the works and will be launching soon!', 'woocommerce' ); ?></p> <!-- /wp:paragraph --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --></div> <!-- /wp:group --> <?php if ( wc_current_theme_is_fse_theme() ) { echo '<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->'; } ?> <style>.woocommerce-breadcrumb {display: none;}</style></div> <!-- /wp:woocommerce/coming-soon -->
Save
cmd:
run