Skip to content

Плагин для joomshoping- добавление подарков к товару

Notifications You must be signed in to change notification settings

aleksandrmajlo/present

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

При выводе в админке продукта administrator\components\com_jshopping\views\product_edit\tmpl\default.php

  $present_plugin= JPluginHelper::getPlugin('joomshopingcustom', 'present');
  if(!empty($present_plugin)){
      ?>
      <li>
          <a href="#product-present" data-toggle="tab">Подарок</a>
      </li>
      <?php
  }
  .......
  if(!empty($present_plugin)){
      include(dirname(__FILE__)."/present.php");
  }

present.php с папки other - положить рядом с default.php. В этом файле внешний вид вкладки- подарок для продукта.

About

Плагин для joomshoping- добавление подарков к товару

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published