Новости Joomla

Свои типы полей в Joomla.Это большая тема, о которой можно говорить очень много

Свои типы полей в Joomla.Это большая тема, о которой можно говорить очень много

👩‍💻 Свои типы полей в Joomla.Это большая тема, о которой можно говорить очень много. Самое главное, что возможности применения ограничиваются только вашей больной фантазией. Вы строите интерфейс своего модуля или плагина и вам нужно подтянуть данные из сторонней системы (список чего-нибудь по какому-нибудь API), чтобы сохранить выбранный id в Joomla. Или сделать какую-то проверку и в зависимости от неё показать то или иное сообщение пользователю. Для этого подойдут свои пользовательские типы полей. Интерфейс Joomla по большей части описан в XML-файлах. У каждого из них свои параметры. Некоторые не описаны в документации (manual.joomla.org), поэтому самым любопытным будет полезно заглянуть в собственно файлы фреймворка по пути

libraries/src/Form/FormField.php, а так же в
libraries/src/Form/Fields. У каждого класса поля перечислены его специфические свойства, которые можно описывать в XML. А в своём типе поля вы можете устанавливать эти значения программно. В моём модуле WT Quick links под капотом происходят изменения. Теперь для работы (в админке) ему нужен вспомогательный плагин. А в самом модуле нам бы проверить, а не выключен ли он? В Joomla есть тип поля Note - заметка. Его можно использовать для вывода примечаний.

<field type="note"     name="your_note_for_user"     label="Заголовок примечания"     title="Альтернативный способ для заголовка"     description="Текст примечания"     class="col-12 alert alert-info"     heading="h1"     close="true"/>
heading - указывать уровень заголовка.
close - позволяет закрыть это примечание. В классе поля
libraries/src/Form/Field/NoteField.php описана логика вывода. И в принципе оно нам подходит для нашей задачи. Но оно будет выводить сообщение всегда, а нам нужно только тогда, когда плагин отключён.Поэтому берём и создаём свой класс поля, который мы унаследуем от
NoteField. Это значит, что у нас в руках будет весь инструментарий стандартного поля
Note + то, что мы сами добавим. В XML-манифест добавляем наше поле
<field type="systempluginstatus"      name="systempluginstatus"     addfieldprefix="Joomla\Module\Wtquicklinks\Site\Fields"/>
-
type - имя файла и класса,-
addfieldprefix - указываем namespace к нашему классу, может быть любой нам нужный-
name - нельзя полю без имени...Это означает, что Joomla будет использовать класс поля из файла
modules/mod_wt_quick_links/src/Fields/SystempluginstatusField.php.А в классе поля будет написано следующее:
<?php// namespace для атрибута addfieldprefixnamespace Joomla\Module\Wtquicklinks\Site\Fields;// нельзя напрямую обращаться к этому файлуdefined('_JEXEC') or die;// подключаем родительский класс для переопределенияuse Joomla\CMS\Form\Field\NoteField;use Joomla\CMS\Language\Text;use Joomla\CMS\Plugin\PluginHelper;// имя класса и имя файла точь-в-точьclass SystempluginstatusField extends NoteField{     protected $type = 'Systempluginstatus';     protected function getLabel()          {               // если плагин не включён               if(PluginHelper::isEnabled('system','wtquicklinks')) {                    // меняем свойства родительского класса                    $this->class = 'alert alert-danger w-100';                    $this->element['label'] = '⚠️ А-а-а-а!';                    $this->element['description'] = 'Плагин не включён!!';                    // и просто рендерим его с нашими свойствами                    return parent::getLabel();               }          // А иначе всё хорошо, скрываем поле из виду.          $this->parentclass = 'd-none';          return '';     }}
Просто и удобно. И людям приятно, что о них позаботились и рассказали почему что-то не работает.@webtolkru#joomla #php #webdev #разработка

Обновлена информация в Плане развития Joomla

👩‍💻 Обновлена информация в Плане развития Joomla.Здесь собрана информация о датах релизов, описаны принципы версионирования, указаны ответственные за релизы, а так же даты окончания поддержки релизов. Опираясь на эту информацию вы можете планировать развитие ваших интернет-проектов.👩‍💻 Что нового?⛔️ Joomla 4.Дата окончания исправления ошибок безопасности в версии 4.x - 14 октября 2025г. ⚠️ После этой даты Joomla 4 прекратит получать какие-либо обновления, в том числе безопасности - вообще. Рекомендуем обновить ваши сайты до актуальной Joomla 5.✅ Joomla 5.- Дата окончания исправления ошибок в версии 5.x - 13 октября 2026г.- Дата окончания исправления ошибок безопасности в версии 5.x - 12 октября 2027 года.- Текущая актуальная (на момент написания заметки) версия - 5.3.1.- Опубликовано расписание выхода релизов Joomla 5.4. Стабильный релиз ожидается 14 октября 2025 года.✅ Joomla 6.- Дата окончания исправления ошибок в версии 6.x - 17 октября 2028г.- Дата окончания исправления ошибок безопасности в версии 6.x - 16 октября 2029г.- Опубликовано расписание выхода релизов Joomla 6.0. Стабильный релиз ожидается 14 октября 2025 года.- Для разработчиков уже доступна Joomla 6.0.0-alpha1.✅ Joomla! Framework.Обновлена информация о Joomla! Framework - полноценном PHP-фреймворке для разработки. Он в версиях 1.х и 2.х был самостоятельным параллельным проектом, однако начиная с версии Joomla 4.0 стал её основой. Добавлена информация о Joomla! Framework 3.x, который вышел 6 октября 2023 года. Его можно использовать в тех случаях, когда вам в проекте не нужна CMS Joomla целиком.Подробнее на сайте Joomla-сообщества Joomlaportal.ru#joomla #community

Компания JetBrains рассказала о своей поддержке Joomla

Компания JetBrains рассказала о своей поддержке Joomla

JetBrains - один из мировых лидеров в разработке программного обеспечения для разработчиков. Её программные продукты - это IDE - профессиональные среды разработки, которые отличаются от простого блокнота/редактора с плагинами набором всевозможных инструментов для разработчиков, глубоким анализом кодовой базы, подсказками по ней и по языку программирования, отладкой ошибок и многим-многим другим. Одним из самых известных продуктов компании является IDE PHP Storm, который можно назвать отраслевым стандартом PHP-разработчика.

В статье How PhpStorm Helps Maintain PHP Open-Source Projects: Interviews and Real-World Examples в блоге компании описываются Open Source проекты, которым JetBrains оказывает поддержку (это могут быть бесплатные лицензии для разработчиков для некоммерческих проектов).

В список попали:

  • PHPUnit - фреймворк для unit-тестирования в PHP
  • Doctrine DBAL - библиотека для PHP, которая предоставляет лёгкий и гибкий слой для коммуникации с базой данных. Она поддерживает различные базы данных через единый и согласованный API.
  • CodeIgniter — популярный MVC-фреймворк для разработки на PHP
  • Joomla! - наша любимая CMS.

Эти названия (кроме "Joomla") чаще всего не слышат вебмастера и разработчики обычных сайтов и интернет-магазинов. Но эти названия хорошо знакомы PHP-разработчикам, которые создают сложные и высоконагруженные проекты и микросервисы. То, что Joomla оказалась в одном ряду с такими программными инструментами - делает ей честь.

🙏 За ссылку спасибо участнику нашего сообщества Ринату Кажетову (@rkazhet).

Подпишитесь на @joomlafeed

0 Пользователей и 1 Гость просматривают эту тему.
  • 31 Ответов
  • 2362 Просмотров
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,
version RC3 has been released, this sould be the latest development version, stable should be next:

http://www.phoca.cz/news/908-phoca-cart-version-3-0-0-rc3-released

See video (new features):
- Phoca Cart - Quick View, Add to Wish list, Add to Comparison list
- Phoca Cart - Attributes - Select, Color, Image



Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

Phoca Cart Version 3.0.0 RC5 has been released:
http://www.phoca.cz/news/926-phoca-cart-version-3-0-0-rc5-released

Frontend:


Admin:


Frontend (Mobile):


I will be very grateful when you test it.

Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

new version 3.0.0 RC 6 has been released:
http://www.phoca.cz/news/933-phoca-cart-version-3-0-0-rc6-released

Some of new features in RC6:
- advanced stock management

- layout type view, new types for displaying items in category/items view: Grid, Grid List, List

- discounts: product discounts, cart discount, coupons
- zones
- possibility to add percentage cost for payment and shipping methods
- possibility to change invoice number format
- rounding
- possbility to use the component as catalogue: http://phoca.cz/phocacart-extensions
- etc.

In addition to the new features, the inside of the component has been refactored: new calculation, new autoloader, ...

New features added to work with Joomla! 3.7


A lot was changed in the component, will be great if this can be properly tested.

русский язык: http://www.phoca.cz/download/category/100-phoca-cart-component

Than you. Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

new version of Phoca Cart - 3.0.0 RC7 has been released
http://www.phoca.cz/news/936-phoca-cart-version-3-0-0-rc7-released


The most important new features are customer groups and rewards

Calculation:


Tim Davis (Basic Joomla Tutorials) made a cool video, which describes how to use the startup wizard.


For feedback I would be very grateful.

Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Привет, здорово это слышать.


new version of Phoca Cart - 3.0.0 RC8 has been released
https://www.phoca.cz/news/938-phoca-cart-version-3-0-0-rc8-released

The important new functions are:
Price History


and Shipment Tracking


and Plugin Events.

There is a new template Simone for Phoca Cart made by JoomForest:





Will be great if you can test it and send the feedback.

Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

new version of Phoca Cart - 3.0.0 RC9 has been released
https://www.phoca.cz/news/944-phoca-cart-version-3-0-0-rc9-released



There are no new features planned up to stable.

Now it's all about testing, so stable can be released soon.

For feedback I would be very grateful.

Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,
Phoca Cart version 3.0.3 has been released:
https://www.phoca.cz/news/962-phoca-cart-version-3-0-3-released


(Hide "Add to cart" button in case the product is out of stock)


In this version, SQL queries have been optimized, so it would be great to do as many tests as possible


(Currency module displayed in top menu)

Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,
a new version of Phoca Cart version 3.1.0 Alpha has been released. It includes POS (Point of Sale) function. This is the development version (ALPHA) - it is designed for testing only - please, don't upgrade your stable version to this development version.



So if anyone would like to test this version, I'd like to get reported bugs and feedback. Thank you. (For testing you need to run Phoca POS template: https://www.phoca.cz/joomla-templates )

News:
https://www.phoca.cz/news/965-phoca-cart-development-version-3-1-0-alpha

Download:
https://www.phoca.cz/download/category/100-phoca-cart-component

Description of new feature + guide how to install and test it:
https://www.phoca.cz/documents/116-phoca-cart-component/964-point-of-sale-pos

Video: Scanning product SKU, loyalty card number and coupon with scanner. Printing receipt with POS printer


Video: Order and Payment, Currencies, List of orders


Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

new version of Phoca Cart has been released (version 3.1.1 and then 3.1.2).

See:
https://www.phoca.cz/news/985-phoca-cart-version-3-1-2-released

News:
Tags have been extended to labels:



There is new function "Edit In Place" - for example, prices can be directly modified in product list in administration




Subcategories


and categories can be displayed with new way:




Displaying of reward points and tax recapitulation on invoice or POS receipt is possible:



Will be great if you can test this version and send some feedback.

Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Anyway,


new version of Phoca Cart has been released (3.1.3):
https://www.phoca.cz/news/987-phoca-cart-version-3-1-3-released

And even new template - Phoca Premiere has been released:
https://www.phoca.cz/news/988-phoca-premiere-template-version-1-0-0-released

Phoca Premiere is a Joomla! & Gantry 5 & Phoca Cart template.

See demo:
https://www.phoca.cz/phocacartdemo/premiere/

See screenshots:

Categories View:


Category View:


Product View:


Any feedback is welcome.

Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

Russian language for Phoca Cart has been updated by Vladimir, you can download it here:

https://www.phoca.cz/download/category/100-phoca-cart-component

Thank you,
Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
*

JanP

  • Moderator
  • 107
  • 10 / 0
Anyway - there is new version 3.1.8

https://www.phoca.cz/news/1022-phoca-cart-version-3-1-8-released


Main new feature is adding associations to products and categories



Then new plugin: Free Shipping Info plugin



Adding own counting for invoices, adding new variables to billing and shipping address on invoice/delivery note/receipt, etc.

There is new updated Russian language (for component, plugins and modules). Thank you Vladimir.
Russian language can be downloaded here:
https://www.phoca.cz/download/category/100-phoca-cart-component

Jan


*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

new version of Phoca Cart - version 3.2.0 - released:
https://www.phoca.cz/news/1034-phoca-cart-version-3-2-0-released

Demo:
https://www.phoca.cz/stockphoto/

The most important news are:
- The ability to use WebP images or to automatically create WebP alternatives to existing images (JPG, PNG, GIF)
- The ability to view product images with Lazy Load technique
- Display price or "Add to cart" button for all selected access levels or selected customer groups
- Download files can be assigned to product attributes
- Two types of tags (tags and labels) - they can be used together or separately in the search
- Automatic setting of delivery and payment methods, if there is only one method and it corresponds to the rules
- Automatic skipping of the delivery and payment method if it does not conform to any rules or is not specified at all
- the ability to use colors and images for filter specifications
- POS documents can contain variables, ...

Most new features can be seen here:
https://www.phoca.cz/stockphoto/




I am pleased about the feedback, thank you.

Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

there is a new Beta (version 3.3.0) now:
https://github.com/PhocaCz/PhocaCart/releases/download/3.3.0Beta/com_phocacart_v3.3.0Beta.zip
https://github.com/PhocaCz/PhocaCart/releases/download/3.3.0Beta/pkg_phocacart_modules_v3.3.0Beta.zip

(Beta version should be not tested on production server, only on test server because of possible conflicts when upgrading)

The main news is the ability to switch between Bootstrap3 and Bootstrap4 HTML output or to switch between Bootstrap Glyphicons and Font Awesome 4 or Font Awesome 5 icons (if the template supports it).

In this article, there are instructions how to set up Phoca Cart and Astroid template (Boostrap 4):
https://www.phoca.cz/documents/116-phoca-cart-component/1042-setting-up-phoca-cart-and-astroid-template



The guide includes the links to overrides which can be copied to Astroid template and display Phoca Cart Cart module, Phoca Cart Wish List module, Phoca Cart Compare module and Phoca Cart Currency module in top module position.



It is still Beta version (development version) so will be great to get a feedback.

Thank you, Jan

« Последнее редактирование: 05.07.2019, 18:22:03 от JanP »
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

thanks to all who tested the beta.

The stable version 3.3.0 was released as a result
https://www.phoca.cz/news/1055-phoca-cart-version-3-3-0-released



As described in the beta release, the most significant change is the ability to change HTML output (Bootstrap 3 or Boostrap 4, Glyphicons, Font Awesome 4 or Font Awesome 5, etc.).

A new module with the component has been released: Phoca Cart Mega Menu Content Module. You can display a list of categories or brands/manufacturers in Mega Menu (in templates that can be used to insert a module position or instance in Mega Menu).


In addition, Phoca Carousel module was published, which displays a slideshow. Each section can contain a background image, title and description (HTML), button and another image.


Demo can be seen here:
https://www.phoca.cz/phocacartdemo/astroid/

So, again, thanks to all who have tested.

Thanks, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

new version of Phoca Cart has been released - version 3.5.0 Beta (this is development version and should only be tested on test servers):
https://www.phoca.cz/news/1065-phoca-cart-development-version-3-5-0-beta-released

The most important news are:
- AJAX filtering and searching
- Parameters and Parameter values
- Submit items feature
- Frontend ordering values can be defined in options
- Added ordering by most popular items, most viewed items
- Download expiration time can be set for each file
- Displaying of documents in frontend Orders View can be defined
- Images can be pasted into products using the clipboard
- Specific SQL queries can be disabled to improve speed and performance
- Category view can be disabled and it can be completely replaced by Items view
- etc.

Everything can be seen in action on this demo page: https://www.phoca.cz/jtd/

You can download it here:
https://www.phoca.cz/download/category/100-phoca-cart-component

(Again - do not install on the production server - it is a development version)


As always, a lot has been changed in the component, it will be great if this can be tested properly.




Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

there is 3.5.0RC version where new experimental parameter was added:  Remove IDs from URLs



It allows to skip IDs in Urls, but be aware, should be tested only on development servers because this is really an experimental parameter.



https://www.phoca.cz/news/1066-phoca-cart-development-version-3-5-0-rc-released

Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

a new version of Phoca Cart has been released - version 3.5.3:
https://www.phoca.cz/news/1093-phoca-cart-version-3-5-3-released

Will be great to get a feedback and if anyone could test and report possible problems, because according to GitHub, 469 files have been changed there (mainly due to Joomla! 4)
https://github.com/PhocaCz/PhocaCart/compare/3.5.2...master

The main news include cooperation with Phoca Email in the field of newsletter and a new module: Phoca Cart Sales Countdown Timer Module



Thank you very much, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

a new version of Phoca Cart has been released - version 3.5.4 Beta - it is a development version, it is intended for testing only.

https://www.phoca.cz/news/1094-phoca-cart-version-3-5-4-beta-released

The main news includes the possibility not to delete the payment or delivery method when changing the data in the checkout. Furthermore, the possibility of adding a price, image and SKU/EAN for advanced stock management. Related to this is the possibility to change interactively according to the combinations of product properties:

- image
- price
- stock status
- SKU/EAN
- and the URL (combining product properties creates unique URL)






I will be very grateful when you test it and make feedback.

Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

thank you to all who tested the Beta, now stable (3.5.4) has been released:

https://www.phoca.cz/news/1101-phoca-cart-version-3-5-4-released

BTW there is new template ready for Phoca Cart:



Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi, new development version of Phoca Cart has been released - version 3.5.5 Beta (as always, this is a beta version and is for testing purposes only).

The most important news include:

1) There is new parameter to display products from all subcategories in category view. This means, that not only products from current category will be displayed in category view but all products from all subcategories of this category. For example: laptop can be displayed in category Laptops but also in its parent category Computers.

2) There is new option to display layout plugins in category or items view. This means that output of these views can be completely changed by layout plugins.

Example - on following image, standard category view is displayed:



Demo: https://www.phoca.cz/restaurantmenudemo/en/phoca-cart/2-main-course

With help of layout plugins this output can be changed, see image:



Demo: https://www.phoca.cz/restaurantmenudemo/en/phoca-cart-order-items

3) Variables which are displayed in emails or descriptions can have more formats. Example: In previous version it was only possible to display first name as following variables:

{b_name_first} ... First name set in billing address is displayed.
{s_name_first} ... First name set in shipping address is displayed.

As of version 3.5, the following formats can be used:

{b_name_first} ... First name set in billing address is displayed.
{s_name_first} ... First name set in shipping address is displayed.
{bs_name_first} ... First name set in billing address is displayed. If it does not exist then first name set in shipping address will be displayed.
{sb_name_first} ... First name set in shipping address is displayed. If it does not exist then first name set in billing address will be displayed.

(b ... billing address, s ... shipping address)

Even shipping and payment country or region rules include such type of parameters (if empty then Shipping Address, if empty then Billing Address)

4) It is now possible to change (add, remove) columns in product list in administration. With help of 'Columns - Product List (Administration)' paramter you can select which columns will be displayed, but even which can be edited in place (valid for text or textarea fields) and the order of the columns can be set



See video (start at 4:10) https://youtu.be/grt-P66uUBM?t=250


5) The display of a specific category or categories can be forced by a menu link parameter 'Force Category' in Items view.

There is a lot of news again, so it would be great if you can test this version properly and send me any feedback.

Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,


1) A new version of Phoca Cart has been released - version 4.0.0 Beta

https://www.phoca.cz/news/1153-phoca-cart-version-4-0-0-beta-released


2) Overrides for Phoca Cart top modules have been released for the following templates/frameworks:

- Cassiopeia (Dropdown)
- Cassiopeia (metisMenu)
- Gantry 5
- YOOtheme
- Helix
- T4

https://www.phoca.cz/news/1152-phoca-cart-top-module-overrides-released


3) New version of Phoca POS template has been released - version 4.0.0
https://www.phoca.cz/news/1151-phoca-pos-version-4-0-0-released


All released stuff is related to Joomla 4 only.

In Beta version, compared to Alpha version, there is new feature: UIkit output (used in YOOtheme templates) which is an alternative to standrd Bootstrap 5 output.
Please, if anyone has the possibility to test the output in the YOOtheme template, I would be glad for feedback.











Top modules and their positions in different templates:



You can download Beta version here: https://www.phoca.cz/download/category/100-phoca-cart-component

I would be very happy for testing and feedback.

Thank you.
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

a new version of Phoca Cart 4 - Version RC (Release Candidate) has been released, again intended for testing. It should be the last development release before the stable release is released.

https://www.phoca.cz/news/1175-phoca-cart-version-4-0-0-rc-released

You can also test following Phoca Cart extensions (they were rewritten for Joomla 4), modules:

- Brands
- Cart
- Category
- Compare
- Currency
- Filter
- Product
- Product Scroller
- Search
- Wish List
- Mega Menu Content
- Sales Countdown Timer

plugins:

- Payment - Cash On Delivery
- Payment - POS Cash
- Payment - PayPal Standard
- Shipping - Standard
- Shipping - Zasilkovna (Packeta.com)
- View - Default
- View - Free Shipping Info
- View - Image Zoom
- View - Load Description
- Feed - Google Merchant
- Feed - Zboží.cz
- Feed - Heureka.cz
- Layout - Category Restaurant
- Layout - Items Restaurant
- User - PhocaCart
- Administration - Default

( https://www.phoca.cz/phocacart-extensions )


As always, I look forward to your feedback.

Thank you very much, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

there is new Beta version of Phoca Cart - version 4.0.3Beta - which needs to be tested properly.

What is new:
- SVG icons added: icons can be displayed using SVG (overridable by template)
- Columns in administration can be hidden (Joomla 4.2 feature)
- Parameter input fields can be hidden by CSS in administration
- New SVG Scheme feature (Phoca Cart SVG Scheme module) see video:



Will be great to get some feedback.







You can download the Beta version here:

https://www.phoca.cz/download/category/100-phoca-cart-component

Thank you, Jan
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi, just for interest, this is how Phoca Cart usage statistics look like.



The usage of websites per category for Russian TLDs (.ru) looks like this:

RU
Electronics, Computers and Phones (~ 23.81%)
Art, Photography and Gallery (~ 14.29%)
Garden and Flowers (~ 9.52%)
Medical and Optical (~ 9.52%)
Internet, Software and Apps (~ 9.52%)
Food, Drink and Gastronomy (~ 9.52%)
Agriculture, Farming and Country (~ 4.76%)
Fashion, Clothing and Jewelry (~ 4.76%)
Interiors, Furniture and Design (~ 4.76%)
Industrial, Factory, Cars and Motorcycles (~ 4.76%)
Family, Kids and Toys (~ 4.76%)
*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi,

after a long time there is again a development version of Phoca Cart that needs to be tested properly.

https://www.phoca.cz/news/1227-phoca-cart-version-4-0-6-rc-released

It is version 4.0.6 RC and you can download it here:

https://www.phoca.cz/download/category/100-phoca-cart-component

(component and package with basic modules)

Major news include support for the following extensions:

- Phoca Cart VIES VAT Number Validation Plugin (you can download it here: https://www.phoca.cz/phocacart-extensions/2-plugins/87-phoca-cart-vies-vat-number-validation-plugin )
- new category module - n3t PhocaCart Category
- new AJAX search module - n3t PhocaCart Search (you can download it here: https://n3t.bitbucket.io/ )

You can see new extensions in this video:




A lot of changes have been made inside the code and it all needs to be tested properly.

So, as always, I'll be glad for feedback.

Thank you, Jan.

*

JanP

  • Moderator
  • 107
  • 10 / 0
Hi, thank you very much to all who tested the development version.

Phoca Cart version 4.0.6 stable has been released
https://www.phoca.cz/news/1233-phoca-cart-version-4-0-6-stable-released

New in Phoca Cart:


Phoca Cart and AI:


Demo:
https://www.phoca.cz/phocacartdemo

Thank you, Jan
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться
 

Phoca Cart - version 5.0.0 RC released

Автор JanP

Ответов: 0
Просмотров: 397
Последний ответ 05.03.2025, 17:42:21
от JanP
Цифровые товары на Phoca Cart 3

Автор lalalag

Ответов: 3
Просмотров: 3494
Последний ответ 12.03.2024, 03:15:49
от JanP
Phoca Cart - компонент интернет-магазина для Joomla

Автор JanP

Ответов: 247
Просмотров: 37868
Последний ответ 22.02.2024, 18:06:38
от JanP
Плагин оплаты ЮKassa для Phoca Cart

Автор Sulpher

Ответов: 0
Просмотров: 1883
Последний ответ 09.09.2023, 21:34:54
от Sulpher
Шаблоны для Phoca Cart

Автор Sulpher

Ответов: 2
Просмотров: 2074
Последний ответ 29.08.2023, 19:13:08
от Bobbi86