Содержание

Компоненты для Virtuemart

Multiupload for VirtueMart

Для того чтобы все заработало, нужно:

  1. Внести небольшой фиксик
  2. Включить плагин

Теперь в списке товаров в колонке «Медиа» мы увидим новую ссылку «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 */

Плагин: plg_virtuemart_multiupload.zip

SimpleCSV for VirtueMart

Latest Orders VM

ccVMDashboard

Virtuemart SEF

http://www.daycounts.com/en/shop/virtuemart/search-engine-friendly-urls-for-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

Компонент: com_ymlexport.zip