Jamil-Abdullayev b8246597d4 Initial commit: orgsteklo WordPress theme
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
2026-03-05 00:48:06 +04:00

8 lines
184 B
PHP

<!--
Template Name: Шаблон Личный кабинет
-->
<?php get_header(); ?>
<main>
<?php echo do_shortcode('[woocommerce_my_account]'); ?>
</main>
<?php get_footer(); ?>