UniTheme 2 - Premium CS-Cart Theme Complex

UniTheme 2 - Premium CS-Cart Theme Complex v4.18.3.b

No permission to download
  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

RossPowellu

Member
Banned User
Nov 15, 2022
83
112
18
MoreThank MoreShare
socrahub.com
  • Like
Reactions: mohmimi

anonymousdashi

New member
Jul 22, 2024
2
0
1
the download for v4.18.1.a is literally the wrong files. It says v4.18.1.a and it has the 4.18.1b update files which cant even be used because you need to have v4.18.1.a
 

socrahub

New member
Banned User
Sep 23, 2024
9
26
3
AEU
socrahub.com
For manually upgrade, excute this on your database

SQL:
CREATE TABLE IF NOT EXISTS cscart_abt__ut2_banner_group_descriptions (
            banner_group_id INT NOT NULL,
            group_name VARCHAR(255) NOT NULL,
            lang_code CHAR(2) NOT NULL,
            PRIMARY KEY (banner_group_id,lang_code)
            ) DEFAULT CHARSET=utf8;
          
      
CREATE TABLE IF NOT EXISTS cscart_abt__ut2_banner_groups (
            banner_group_id INT NOT NULL auto_increment,
            PRIMARY KEY (banner_group_id)
            ) DEFAULT CHARSET=utf8;

-- Add new fields to the `?:banners` table if they don't already exist
ALTER TABLE `cscart_banners`
ADD COLUMN `abt__ut2_content_bg_align` VARCHAR(20) NOT NULL DEFAULT 'auto',
ADD COLUMN `abt__ut2_tablet_content_bg_align_use_own` CHAR(1) NOT NULL DEFAULT 'N',
ADD COLUMN `abt__ut2_mobile_content_bg_align_use_own` CHAR(1) NOT NULL DEFAULT 'N',
ADD COLUMN `abt__ut2_tablet_content_bg_align` VARCHAR(20) NOT NULL DEFAULT 'auto',
ADD COLUMN `abt__ut2_mobile_content_bg_align` VARCHAR(20) NOT NULL DEFAULT 'auto',
ADD COLUMN `abt__ut2_products_template` VARCHAR(50) NOT NULL DEFAULT '',
ADD COLUMN `abt__ut2_products_links_thumb_columns` INT(11) NOT NULL DEFAULT 0,
ADD COLUMN `abt__ut2_products_links_thumb_rows` INT(11) NOT NULL DEFAULT 0,
ADD COLUMN `abt__ut2_products_small_items_columns` INT(11) NOT NULL DEFAULT 0,
ADD COLUMN `abt__ut2_products_small_items_rows` INT(11) NOT NULL DEFAULT 0,
ADD COLUMN `abt__ut2_products_grid_columns` INT(11) NOT NULL DEFAULT 0,
ADD COLUMN `abt__ut2_products_list` TEXT,
ADD COLUMN `group_id` INT(11) NOT NULL DEFAULT 0;

-- Change the `abt__ut2_object` column to ENUM type with specific values
ALTER TABLE `cscart_banners`
CHANGE COLUMN `abt__ut2_object` `abt__ut2_object` ENUM('image', 'video', 'products');

-- Update language variables for 'ru'
UPDATE cscart_language_values
SET value = 'Общие (ПК)'
WHERE lang_code = 'ru' AND name = 'abt__ut2.banner_tab.general';

UPDATE cscart_language_values
SET value = 'Планшет'
WHERE lang_code = 'ru' AND name = 'abt__ut2.banner_tab.tablet';

UPDATE cscart_language_values
SET value = 'Смартфон'
WHERE lang_code = 'ru' AND name = 'abt__ut2.banner_tab.mobile';

UPDATE cscart_language_values
SET value = 'Используйте эту настройку, чтобы разрешить редактирование настроек баннера для мобильного устройства Планшет. Вкладка с соответствующими настройками появится только после сохранения баннера с установленным чекбоксом'
WHERE lang_code = 'ru' AND name = 'abt__ut2.banner.params.tablet_use.tooltip';

UPDATE cscart_language_values
SET value = 'Используйте эту настройку, чтобы разрешить редактирование настроек баннера для мобильного устройства Смартфон. Вкладка с соответствующими настройками появится только после сохранения баннера с установленным чекбоксом'
WHERE lang_code = 'ru' AND name = 'abt__ut2.banner.params.mobile_use.tooltip';

UPDATE cscart_language_values
SET value = 'Внутренний отступ'
WHERE lang_code = 'ru' AND name = 'abt__ut2.banner.params.padding';

UPDATE cscart_language_values
SET value = 'Отступы внутри баннера для области контента с элементами (заголовок, краткое описание, кнопка).'
WHERE lang_code = 'ru' AND name = 'abt__ut2.banner.params.padding.tooltip';

UPDATE cscart_language_values
SET value = 'Объект ровнять по краю'
WHERE lang_code = 'ru' AND name = 'abt__ut2.banner.image_align_to_edge';

-- Repeat similar queries for 'en'
UPDATE cscart_language_values
SET value = 'General (Desktop)'
WHERE lang_code = 'en' AND name = 'abt__ut2.banner_tab.general';

UPDATE cscart_language_values
SET value = 'Tablet'
WHERE lang_code = 'en' AND name = 'abt__ut2.banner_tab.tablet';

UPDATE cscart_language_values
SET value = 'Phone'
WHERE lang_code = 'en' AND name = 'abt__ut2.banner_tab.mobile';

UPDATE cscart_language_values
SET value = 'Use this option to allow own banner settings for the mobile device Tablet. The tab with appropriate settings will appear only after saving the banner with the set checkbox'
WHERE lang_code = 'en' AND name = 'abt__ut2.banner.params.tablet_use.tooltip';

UPDATE cscart_language_values
SET value = 'Use this option to allow own banner settings for the mobile device Phone. The tab with appropriate settings will appear only after saving the banner with the set checkbox'
WHERE lang_code = 'en' AND name = 'abt__ut2.banner.params.mobile_use.tooltip';

UPDATE cscart_language_values
SET value = 'Internal padding'
WHERE lang_code = 'en' AND name = 'abt__ut2.banner.params.padding';

UPDATE cscart_language_values
SET value = 'Paddings inside the banner for the content area with elements (Heading, Short Description, Button).'
WHERE lang_code = 'en' AND name = 'abt__ut2.banner.params.padding.tooltip';

UPDATE cscart_language_values
SET value = 'Align object to edge'
WHERE lang_code = 'en' AND name = 'abt__ut2.banner.image_align_to_edge';

-- Repeat similar queries for 'uk'
UPDATE cscart_language_values
SET value = 'Загальні (ПК)'
WHERE lang_code = 'uk' AND name = 'abt__ut2.banner_tab.general';

UPDATE cscart_language_values
SET value = 'Планшет'
WHERE lang_code = 'uk' AND name = 'abt__ut2.banner_tab.tablet';

UPDATE cscart_language_values
SET value = 'Смартфон'
WHERE lang_code = 'uk' AND name = 'abt__ut2.banner_tab.mobile';

UPDATE cscart_language_values
SET value = 'Застосовуйте це налаштування, щоб дозволити редагування налаштувань банера для мобільного пристрою Планшет. Вкладка з відповідними налаштуваннями з\'явиться тільки після збереження банеру із встановленим чекбоксом'
WHERE lang_code = 'uk' AND name = 'abt__ut2.banner.params.tablet_use.tooltip';

UPDATE cscart_language_values
SET value = 'Застосовуйте це налаштування, щоб дозволити редагування налаштувань банера для мобільного пристрою Смартфон. Вкладка з відповідними налаштуваннями з\'явиться тільки після збереження банеру із встановленим чекбоксом'
WHERE lang_code = 'uk' AND name = 'abt__ut2.banner.params.mobile_use.tooltip';

UPDATE cscart_language_values
SET value = 'Внутрішній відступ'
WHERE lang_code = 'uk' AND name = 'abt__ut2.banner.params.padding';

UPDATE cscart_language_values
SET value = 'Відступи всередині банера для області контенту з елементами (заголовок, короткий опис, кнопка).'
WHERE lang_code = 'uk' AND name = 'abt__ut2.banner.params.padding.tooltip';

UPDATE cscart_language_values
SET value = 'Об\'єкт рівняти по краю'
WHERE lang_code = 'uk' AND name = 'abt__ut2.banner.image_align_to_edge';
 

socrahub

New member
Banned User
Sep 23, 2024
9
26
3
AEU
socrahub.com
🚫 Avoid Using "AB Addons Manager" from XuyenViet
⚠️ Reasons:
  1. XuyenViet can detect your domain, deactivate the add-ons, and potentially cause you to lose your entire project.
  2. You may lose data because the add-ons do not support direct updates. The installation files for the add-ons are completely different from the update files, which can result in your site breaking during updates.
  3. His Cloning Server is https://active.ontino.com/
🔍 AlexBranding Warning: AlexBranding can track websites using their add-ons. Be cautious to avoid any issues, & every addon has a deferent connector & upgrade file, so they can know you store when you install & server search for upgrades

💡 Recommendation: Always verify the source and safety of the tools you use, and ensure compatibility with updates to protect your site and data.


And That’s the Reality of Anything Valuable You Find for Free
✨ High-quality tools or resources that come for free often come with strings attached

D'ont Use his nulled version not live project
 
Last edited:

Snekhers

Member
Jul 1, 2020
31
47
18
ALexbranding AB: Addons Manager v2.5.4 Nulled

this version Nulled
There is no connection with alexbranding server
This for manually install Alexbranding addons
Now, all addon will work without auto-disabling
Thamk you so mcuh for sharring. And my friend so sorry have cs-cart ultimate nulled version for this addons. Because i cant found cs-cart script for this addon version 🙏🙏🙏
 

socrahub

New member
Banned User
Sep 23, 2024
9
26
3
AEU
socrahub.com
  • Like
Reactions: Snekhers

socrahub

New member
Banned User
Sep 23, 2024
9
26
3
AEU
socrahub.com
  • Like
Reactions: tragaperras

comcpa2022

Well-known member
Staff member
Moderator
Babiato Lover
GiveAway Master
Trusted Seller
Trusted Uploader
Mar 15, 2020
2,400
2,094
120
babiato.tech
Can You Give me Nulled File?
✨ A quick reminder—always a good idea to read the rules 😉

1️⃣ Update your account

Make sure your profile is up to date and download anything you want or find useful on the forum.
👉 See: Update your account

📌 Important note:

I kindly ask everyone to avoid irrelevant or off-topic replies. Let’s keep the discussion helpful, focused, and valuable for all members.

Thanks for your cooperation and happy sharing! 🙌
 

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu