• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone V8.7

No permission to download
تشکر کیا جان. حتما از این افزونه استفاده میکنم. البته من از نسخه 8.2 استفاده میکنم.
سلام و ارادت متقابل
نسخه مربوط به ورژن ۸.۲ هم آماده شده و تحویل دادم برای بارگذاری
احتمالا امروز در دسترس قرار بگیره
اگر امروز دردسترس قرار نگرفت اعلام کنید تا خصوصی براتون ارسال کنم
در این نسخه امکان بکاپ از پلاگین های نصب شده هم وجود داره
در نسخه بعدی امکان share کردن لینک دانلود برای دیگران فراهم خواهد شد
ارادتمند رضا کیا
 
  • Like
Reactions: arenious
Good Morning to anyone,
anyone can help me to put control navigation in this slider?
like the images below>>

heres the code.
<!-- Sliders -->
<div class="home-banner-area mb-3" style="">
<div class="container">
<div class="d-flex flex-wrap position-relative">
<div class="position-static d-none d-xl-block">
@include('frontend.'.get_setting("homepage_select").'.partials.category_menu')
</div>

<!-- Sliders -->
<div class="home-slider">
@if (get_setting('home_slider_images') != null)
<div class="aiz-carousel dots-inside-bottom" data-autoplay="true" data-infinite="true">
@php
$decoded_slider_images = json_decode(get_setting('home_slider_images', null, $lang), true);
$sliders = get_slider_images($decoded_slider_images);
@endphp
@foreach ($sliders as $key => $slider)
<div class="carousel-box">
<a href="{{ json_decode(get_setting('home_slider_links'), true)[$key] }}">
<!-- Image -->
<img class="d-block mw-100 img-fit overflow-hidden h-180px h-md-320px h-lg-460px overflow-hidden"
src="{{ $slider ? my_asset($slider->file_name) : static_asset('assets/img/placeholder.jpg') }}"
alt="{{ env('APP_NAME') }} promo"
onerror="this.onerror=null;this.src='{{ static_asset('assets/img/placeholder-rect.jpg') }}';">
</a>
</div>
@endforeach
</div>
@endif
</div>
</div>
</div>
</div>
 

Attachments

  • 123123123.jpg
    123123123.jpg
    2 MB · Views: 50
thanks for sharing knowlage

where is original code ?
and replace with witch code?
File Location:/public_html/resources/views/frontend/classic/index.blade.php

replace this code ( Line 16 )
<div class="aiz-carousel dots-inside-bottom" data-autoplay="true" data-infinite="true">
to this
<div class="aiz-carousel dots-inside-bottom" data-arrows="true" data-dots="true" data-autoplay="true" data-infinite="true">
 
  • Like
Reactions: kia1349
Tuton updated Active eCommerce CMS By ActiveITzone 23471405 with a new update entry:

V8.3

version : 8.3 (17/01/2024)

Untouched Version!

- The All New Dashboard : The newly designed Admin Dashboard of Active eCommerce CMS reflects a seamless blend of functionality and aesthetics, promising an enhanced user experience for admins. With its intuitive layout and user-friendly interface, managing your online store has never been more efficient.

- Sections in Admin Dashboard :
Total Customers with Top Customers
Total Products with...

Read the rest of this update entry...
 
  • Like
Reactions: Tsie and PROPY
i Bought this customer app but dont use or need it. will be willing to do a trade in for the key with any project that interests me. Capture.PNG
 
Hi guys, I need help with these questions.

1 how to track orders with this script?

2 How to make sellers manage their shipping types and then be responsible for shipping while the administrator focuses only on commissions?

3 When sending an order, where do I put the tracking code so that the customer can use the code to track the order on the carrier's website?
 
Hi, can you tell me where the language translation folders are? Previously I found them in: resources/lang
but I believe this has changed with the laravel update
 
Hi, can you tell me where the language translation folders are? Previously I found them in: resources/lang
but I believe this has changed with the laravel update
In the admincp language settings you can translate to other languages with Google translate
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock