add woc page
This commit is contained in:
parent
5758b26db4
commit
c03ad96afa
|
@ -130,4 +130,10 @@ class UiGeneralController extends AbstractController
|
|||
throw $this->createNotFoundException();
|
||||
}
|
||||
|
||||
#[Route('/front/apps/woocommerce', name: 'general_apps_woocommerce')]
|
||||
public function general_apps_woocommerce(EntityManagerInterface $entityManager): Response
|
||||
{
|
||||
return $this->render('general/woocommerce.html.twig',);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -159,9 +159,9 @@
|
|||
<!-- Footer -->
|
||||
<div class="container-fluid bg-white mt-2">
|
||||
<div class="row items-push fs-sm border-bottom border-top pt-4">
|
||||
<div class="col-sm-12 col-md-8">
|
||||
<div class="col-sm-12 col-md-9">
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-md-4">
|
||||
<div class="col-sm-6 col-md-3">
|
||||
<div class="ms-2">
|
||||
<h3 class="fw-light">امکانات و ویژگی ها</h3>
|
||||
<ul class="list list-simple-mini">
|
||||
|
@ -192,7 +192,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-4">
|
||||
<div class="col-sm-6 col-md-3">
|
||||
<h3 class="fw-light">راهنما و خودآموزها</h3>
|
||||
<ul class="list list-simple-mini">
|
||||
<li>
|
||||
|
@ -213,7 +213,16 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-4">
|
||||
<div class="col-sm-6 col-md-3">
|
||||
<h3 class="fw-light">برنامهها و افزونهها</h3>
|
||||
<ul class="list list-simple-mini">
|
||||
<li>
|
||||
<a class="fw-semibold" href="/front/apps/woocommerce">
|
||||
<i class="fa fa-fw fa-shop text-primary-lighter me-1"></i> افزونه ووکامرس حسابیکس</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-3">
|
||||
<ul class="list list-simple-mini">
|
||||
<li>
|
||||
<a class="fw-semibold" href="/front/blog/home">
|
||||
|
@ -239,7 +248,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-4 text-center mt-2">
|
||||
<div class="col-sm-12 col-md-3 text-center mt-2">
|
||||
{{settings.footerScripts | raw}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
38
hesabixCore/templates/general/woocommerce.html.twig
Normal file
38
hesabixCore/templates/general/woocommerce.html.twig
Normal file
|
@ -0,0 +1,38 @@
|
|||
{% extends "base.html.twig" %}
|
||||
{% block title %}افزونه ووکامرس حسابیکس{% endblock %}
|
||||
{% block body %}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="block-content bg-white rounded-3">
|
||||
<div class="pb-3 justify-content-center text-center">
|
||||
<img src="{{asset('img/logo-woocommerce.png')}}" class="img-flude" alt="logo-woocommerce">
|
||||
<h3>افزونه ووکامرس حسابیکس <span class="text-danger"> (آزمایشی) </span></h3>
|
||||
<div>
|
||||
<p class="text-secondary mt-3">
|
||||
این افزونه فروشگاه ووکامرس شما را به نرم افزار حسابداری آنلاین حسابیکس متصل می کند.
|
||||
به وسیله ی این افزونه کالاها،
|
||||
مشتریان و سفارشات شما به محض ثبت در سیستم فروشگاه،
|
||||
در حسابیکس نیز بصورت خودکار ثبت و ذخیره می شوند.
|
||||
همچنین با پرداخت مشتری، سند دریافت وجه از مشتری نیز در حسابیکس ثبت می شود.
|
||||
</p>
|
||||
<p class="text-secondary mt-3">
|
||||
بدیهی است برای استفاده از این افزونه باید ابتدا یک حساب کاربری در حسابیکس داشته باشید.
|
||||
پس از ثبت نام در حسابیکس و ورود به حساب خود،
|
||||
و سپس ورود به یک کسب و کار، در قسمت تنظیمات / API می توانید کلید
|
||||
API مربوط به کسب و کار خود را دریافت و در قسمت تنظیمات
|
||||
این افزونه وارد نمایید. پس از آن افزونه شما آماده استفاده است.
|
||||
</p>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<a target="_blank" href="https://github.com/morrning/hesabixWCPlugin/releases" class="btn btn-success">
|
||||
<i class="fa fa-download"></i>
|
||||
دریافت افزونه
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
BIN
public_html/img/logo-woocommerce.png
Normal file
BIN
public_html/img/logo-woocommerce.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
Loading…
Reference in a new issue