правки 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

BIN
2026-04-04_20-37-45.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -22,12 +22,14 @@
?> ?>
<main class="site-main" role="main"> <main class="site-main" role="main">
<?php <div class="container checkout-content-container">
while ( have_posts() ) : <?php
the_post(); while ( have_posts() ) :
the_content(); the_post();
endwhile; the_content();
?> 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' ); ?>

View File

@@ -22,12 +22,14 @@
?> ?>
<main class="site-main" role="main"> <main class="site-main" role="main">
<?php <div class="container checkout-content-container">
while ( have_posts() ) : <?php
the_post(); while ( have_posts() ) :
the_content(); the_post();
endwhile; the_content();
?> 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' ); ?>