правки checkout cart
This commit is contained in:
BIN
2026-04-04_20-37-45.png
Normal file
BIN
2026-04-04_20-37-45.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
@@ -22,12 +22,14 @@
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<main class="site-main" role="main">
|
<main class="site-main" role="main">
|
||||||
|
<div class="container checkout-content-container">
|
||||||
<?php
|
<?php
|
||||||
while ( have_posts() ) :
|
while ( have_posts() ) :
|
||||||
the_post();
|
the_post();
|
||||||
the_content();
|
the_content();
|
||||||
endwhile;
|
endwhile;
|
||||||
?>
|
?>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<?php require get_theme_file_path( 'template-parts/test1-shared-footer.php' ); ?>
|
<?php require get_theme_file_path( 'template-parts/test1-shared-footer.php' ); ?>
|
||||||
|
|||||||
@@ -22,12 +22,14 @@
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<main class="site-main" role="main">
|
<main class="site-main" role="main">
|
||||||
|
<div class="container checkout-content-container">
|
||||||
<?php
|
<?php
|
||||||
while ( have_posts() ) :
|
while ( have_posts() ) :
|
||||||
the_post();
|
the_post();
|
||||||
the_content();
|
the_content();
|
||||||
endwhile;
|
endwhile;
|
||||||
?>
|
?>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<?php require get_theme_file_path( 'template-parts/test1-shared-footer.php' ); ?>
|
<?php require get_theme_file_path( 'template-parts/test1-shared-footer.php' ); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user