Skip to content

Commit

Permalink
Version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Mar 16, 2024
1 parent 14e7292 commit 48328b5
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 805 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* Loaded automatically by index.php?main_page=document_general_info.
* Displays template according to "document-general" product-type needs
*
* @copyright Copyright 2003-2023 Zen Cart Development Team
* @copyright Copyright 2003-2024 Zen Cart Development Team
* Zen Cart German Version - www.zen-cart-pro.at
* @copyright Portions Copyright 2003 osCommerce
* @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
* @version $Id: tpl_document_general_info_display.php for Tabbed Products Pro 2023-12-08 18:47:36Z webchills $
* @version $Id: tpl_document_general_info_display.php for Tabbed Products Pro 2024-03-16 18:47:36Z webchills $
*/
?>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* Loaded automatically by index.php?main_page=document_product_info.
* Displays template according to "document-product" product-type needs
*
* @copyright Copyright 2003-2022 Zen Cart Development Team
* @copyright Copyright 2003-2024 Zen Cart Development Team
* Zen Cart German Version - www.zen-cart-pro.at
* @copyright Portions Copyright 2003 osCommerce
* @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
* @version $Id: tpl_document_product_info_display.php for Tabbed Products Pro 2023-12-08 18:47:36Z webchills $
* @version $Id: tpl_document_product_info_display.php for Tabbed Products Pro 2024-03-16 18:47:36Z webchills $
*/
?>

Expand Down Expand Up @@ -131,7 +131,7 @@
<?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
</ul>
<br class="clearBoth" />
<br class="clearBoth">
<?php
}
?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
* Displays details of a "free-shipping" product (provided it is assigned to the product-free-shipping product type)
*
* @copyright Copyright 2003-2023 Zen Cart Development Team
* @copyright Copyright 2003-2024 Zen Cart Development Team
* Zen Cart German Version - www.zen-cart-pro.at
* @copyright Portions Copyright 2003 osCommerce
* @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
* @version $Id: tpl_product_free_shipping_info_display.php for Tabbed Products Pro 2023-12-08 18:28:24Z webchills $
* @version $Id: tpl_product_free_shipping_info_display.php for Tabbed Products Pro 2024-03-16 18:28:24Z webchills $
*/
?>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* Loaded automatically by index.php?main_page=product_info.
* Displays details of a typical product
*
* @copyright Copyright 2003-2023 Zen Cart Development Team
* @copyright Copyright 2003-2024 Zen Cart Development Team
* Zen Cart German Version - www.zen-cart-pro.at
* @copyright Portions Copyright 2003 osCommerce
* @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
* @version $Id: tpl_product_info_display.php for Tabbed Products Pro 2023-12-08 18:28:24Z webchills $
* @version $Id: tpl_product_info_display.php for Tabbed Products Pro 2024-03-16 18:28:24Z webchills $
*/
?>

Expand Down
Loading

0 comments on commit 48328b5

Please sign in to comment.