• 23-01-2025, 16:12:06
    #1
    Merhabalar,
    opencart poco theması kulanıyoruz. ketgori açıklmasını en aşağıya almak istiyorum resmi ile birlikte.
    Öncelikle kodsuz yapabilir miyim.
    Kod ile yapacaksam
    {#
    Here is a file location of category component

    ## Category specific component
    - catalog/view/theme/mz_poco/template/product/category/*

    ## common component across the page including category
    - catalog/view/theme/mz_poco/template/product/common/*

    Do following to add custom twig code in category page
    Go to admin -> extension -> mazatheme -> layout builder -> category
    and use "HTML/Twig/PHP" widget to add your own twig code
    You can use variables from product/category controller

    #}
    {{ header }}

    <style>
    .float-sm-start {
    float: none !important;
    }
    </style>
    {% if mz_component %}
    <script>$('body').prepend('{{ mz_component|e("js") }}');</script>
    {% endif %}

    <div id="product-category" class="content">{{ mz_content }}</div>
    {{ footer }}
    kod bu
    nasıl yapabilirim. yardımcı olabilecek arkadaşlar var mı
  • 28-01-2025, 10:43:32
    #2
    catalog/view/theme/mz_poco/template/product/category.php
    içinde
    <div class="category-description">
    .....
    </div>

    kısmını aşağıda nereye istiyorsan oraya taşımalısın

    kes yapıştır mantığı

    örnek: website