====== Компоненты для Virtuemart ====== ===== Multiupload for VirtueMart ===== * http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-administration/13143 * Домашняя страничка здесь http://marjust.hopto.org/ Для того чтобы все заработало, нужно: - Внести небольшой фиксик - Включить плагин Теперь в списке товаров в колонке «Медиа» мы увидим новую ссылку «multi» - вот если ее нажимать то будет открываться новый загрузчик картинок. Flash cookie fix UPDATE: Seems to be fixed in Flash 10.1 The Flash Player Plugin for FireFox, Opera and Safari (and probably other non-IE based browsers) has a bug which sends persistent cookies from IE to the upload URL instead of the cookies from the browser. Session only cookies from IE are not sent. If you want to use non-IE Browsers, you have to use a patch due the Flash cookie bug Вставить данные строчки в libraries/joomla/session/session.php в функцию _start()[#415] перед строкой session_start(); /* Flash cookie fix */ $sn = session_name(); if(isset($_COOKIE[$sn]) && isset($_POST[$sn])) { $_COOKIE[$sn] = $_POST[$sn]; session_id($_POST[$sn]); } /* /Flash cookie fix */ Плагин: {{:software:virtuemart:plg_virtuemart_multiupload.zip|}} ===== SimpleCSV for VirtueMart ===== * Простой импорт/экспорт/обновление товаров - http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-import/12213 ===== Latest Orders VM ===== * Показывает список последних заказов в админке Joomla - http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-stats/7700 ===== ccVMDashboard ===== * Показывает удобный список последних заказов в админке Joomla - http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-stats/11226 ===== Virtuemart SEF ===== * Собственно укорачивалка ссылок - http://www.daycounts.com/ http://www.daycounts.com/en/shop/virtuemart/search-engine-friendly-urls-for-virtuemart - бесплатная версия. И она же файликом: {{:software:virtuemart:com_vm_sef_free_v1.5.1.zip|}} ===== Virtuemart to Yandex Market Export ===== Выгрузка товаров в формате Яндекс.Маркет. VMExport YML 1.1 YML-файл генерируется по адресу http://ВАШ_САЙТ/components/com_ymlexport/market.php * [[http://joomlaforum.ru/index.php/topic,173944.0.html]] Компонент: {{:software:virtuemart:com_ymlexport.zip|}} {{tag>virtuemart компоненты плагин Multiupload SimpleCSV Latest_Orders_VM ccVMDashboard}}