правки checkout cart

This commit is contained in:
2026-04-04 20:39:27 +03:00
parent 214380a4e5
commit 592104737a
3 changed files with 16 additions and 12 deletions

View File

@@ -22,12 +22,14 @@
?>
<main class="site-main" role="main">
<?php
while ( have_posts() ) :
the_post();
the_content();
endwhile;
?>
<div class="container checkout-content-container">
<?php
while ( have_posts() ) :
the_post();
the_content();
endwhile;
?>
</div>
</main>
<?php require get_theme_file_path( 'template-parts/test1-shared-footer.php' ); ?>

View File

@@ -22,12 +22,14 @@
?>
<main class="site-main" role="main">
<?php
while ( have_posts() ) :
the_post();
the_content();
endwhile;
?>
<div class="container checkout-content-container">
<?php
while ( have_posts() ) :
the_post();
the_content();
endwhile;
?>
</div>
</main>
<?php require get_theme_file_path( 'template-parts/test1-shared-footer.php' ); ?>