правки 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">
|
||||
<?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' ); ?>
|
||||
|
||||
@@ -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' ); ?>
|
||||
|
||||
Reference in New Issue
Block a user