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
7 lines
169 B
PHP
7 lines
169 B
PHP
<?php
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|
|
do_action( 'woocommerce_before_account_navigation' );
|
|
?>
|
|
<?php do_action( 'woocommerce_after_account_navigation' ); ?>
|