Custom WooCommerce theme for orgsteklo.ru including: - Product catalog with category/subcategory hierarchy - Custom checkout with delivery calculation - Price calculator - Admin settings panel - Search functionality - User account pages
8 lines
184 B
PHP
8 lines
184 B
PHP
<!--
|
|
Template Name: Шаблон Личный кабинет
|
|
-->
|
|
<?php get_header(); ?>
|
|
<main>
|
|
<?php echo do_shortcode('[woocommerce_my_account]'); ?>
|
|
</main>
|
|
<?php get_footer(); ?>
|