/* 
Theme Name: cipweb-child
Theme URI: https://cipweb.ir
Description: قالب اختصاصی سی ای پی وب طراحی شده بر پایه هلو المنتور کاملا منعطف و قابل بروزرسانی برای اطلاعات بیشتر به سایت مجموع مراجعه نماید
Author: morteza khakshoor
Author URI: https://cipweb.ir
Template: cipweb-theme
Version: 3.5.0
Text Domain: cipweb-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: cipweb, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


//cart & checkout direction
function niasdirection(){
?>
<div class="ns-maindirection">
<div class="ns-circledirection">
<a class="ns-directionlink" href="/cart/"></a>
<span>لطفاً سبد خریدتون رو بررسی کنید</span>
<img src="https://niasel.ir/wp-content/uploads/2024/02/1.svg"; alt="">
<p>سبدخرید</p>
</div>
<div class="ns-directline"></div>
<div class="ns-circledirection">
<a class="ns-directionlink" href="/checkout/"></a>
<span>اطلاعات خود را وارد کنید</span>
<img src="https://niasel.ir/wp-content/uploads/2024/02/2.svg"; alt="">
<p>تسویه حساب</p>
</div>
<div class="ns-directline"></div>
<div class="ns-circledirection">
<span>سفارش شما تکمبل شد</span>
<a class="ns-directionlink none" href="/order-received/"></a>
<img src="https://niasel.ir/wp-content/uploads/2024/02/Frame-9-2.svg"; alt="">
<p>تکمیل سفارش</p>
</div>

</div>
<?php
};
add_action('woocommerce_before_cart','niasdirection');
add_action('woocommerce_before_checkout_form','niasdirection');
add_action('woocommerce_before_thankyou','niasdirection');


