Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Apr 8, 2024
1 parent 6a28758 commit 152ebf0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 27 deletions.
14 changes: 7 additions & 7 deletions ANLEITUNG/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Facebook Inventory 1.2.0 für Zen Cart 1.5.7 deutsch</title>
<title>Facebook Inventory 1.2.1 für Zen Cart 1.5.7 deutsch</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="de">
Expand All @@ -12,7 +12,7 @@
<body>
<div id="wrapper">
<div id="header">
<h1>Facebook Inventory 1.2.0 für Zen Cart 1.5.7 deutsch</h1>
<h1>Facebook Inventory 1.2.1 für Zen Cart 1.5.7 deutsch</h1>
</div>

<div id="slidetabsmenu" style="display: none;">
Expand All @@ -21,7 +21,7 @@ <h1>Facebook Inventory 1.2.0 für Zen Cart 1.5.7 deutsch</h1>
<li> <a onClick="expandcontent('sc2', this)" href="javascript:void(0)"><span>Installation</span></a></li>

<li> <a onClick="expandcontent('sc4', this)" href="javascript:void(0)"><span>Konfiguration</span></a></li>
<li> <a onClick="expandcontent('sc5', this)" href="javascript:void(0)"><span>Download & Support</span></a></li>
<li> <a onClick="expandcontent('sc5', this)" href="javascript:void(0)"><span>Download</span></a></li>
<li> <a onClick="expandcontent('sc6', this)" href="javascript:void(0)"><span>Unterstützen</span></a></li>
</ul>
</div>
Expand Down Expand Up @@ -49,11 +49,11 @@ <h2>Sinn und Zweck dieses Moduls</h2>
<br>
</p>
<h3>Copyright, Lizenz, Changelog</h3>
<p>Copyright dieser deutschen Anpassung/Anleitung für Zen Cart 1.5.7 deutsch<br>
(c) 2021-2023 webchills (<a href="https://www.webchills.at" target="_blank">www.webchills.at</a>) <br>
<p>Copyright dieser deutschen Anpassung/Anleitung für Zen Cart 1.5.7h deutsch<br>
(c) 2021-2024 webchills (<a href="https://www.webchills.at" target="_blank">www.webchills.at</a>) <br>
<br>
Portions Copyright (c) 2003 osCommerce<br>
Portions Copyright (c) 2003-2023 Zen Cart</p>
Portions Copyright (c) 2003-2024 Zen Cart</p>
<p>This contribution is subject to version 3.0 of the GPL license available through the world-wide-web at the following url:<br>
<a href="http://www.zen-cart.com/license/3_0.txt">http://www.zen-cart-pro.at/license/3_0.txt</a></p>
</div>
Expand All @@ -69,7 +69,7 @@ <h3>Copyright, Lizenz, Changelog</h3>
<h2>Installation</h2>
<h3>Voraussetzungen</h3>
<br>
Dieses Modul ist<strong> nur für die deutsche Zen Cart 1.5.7 Version geeignet</strong></p>
Dieses Modul ist<strong> nur für die deutsche Zen Cart 1.5.7h Version geeignet</strong></p>
<br>
<strong>Dieses Modul setzt voraus, dass das Modul Google Merchant Center bereits installiert ist!<br>
Ohne das Modul Google Merchant Center kann dieses Modul NICHT verwendet werden!
Expand Down
25 changes: 5 additions & 20 deletions NEUE DATEIEN/DEINADMIN/facebookinventory.php
Expand Up @@ -2,11 +2,11 @@
/**
* @package Facebook Inventory
* based on Google Merchant Center Feeder Copyright 2007 Numinix Technology (www.numinix.com)
* @copyright Copyright 2011-2022 webchills (www.webchills.at)
* @copyright Copyright 2011-2024 webchills (www.webchills.at)
* @copyright Portions Copyright 2003-2022 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
* @version $Id: facebookinventory.php 2022-02-24 12:49:54Z webchills $
* @version $Id: facebookinventory.php 2024-04-08 15:49:54Z webchills $
*/
require('includes/application_top.php');

Expand All @@ -18,23 +18,8 @@
}
?>
<html <?php echo HTML_PARAMS; ?>>
<head>
<meta charset="<?php echo CHARSET; ?>">
<title><?php echo TITLE; ?></title>
<link rel="stylesheet" href="includes/stylesheet.css">
<link rel="stylesheet" href="includes/cssjsmenuhover.css" media="all" id="hoverJS">
<script src="includes/menu.js"></script>
<script src="includes/general.js"></script>

<script>
function init() {
cssjsmenu('navbar');
if (document.getElementById) {
var kill = document.getElementById('hoverJS');
kill.disabled = true;
}
}
</script>
<head>
<?php require DIR_WS_INCLUDES . 'admin_html_head.php'; ?>
<script language="javascript"><!--
function getObject(name) {
var ns4 = (document.layers) ? true : false;
Expand Down Expand Up @@ -97,7 +82,7 @@ function processLoading(text) {
#columnRight{float:left;margin-left:-350px;width:350px;}
</style>
</head>
<body onLoad="init()" >
<body>
<!-- header //-->
<?php require(DIR_WS_INCLUDES . 'header.php'); ?>
<!-- header_eof //-->
Expand Down
@@ -0,0 +1,2 @@
<?php
$db->Execute("UPDATE " . TABLE_CONFIGURATION . " SET configuration_value = '1.2.1' WHERE configuration_key = 'FACEBOOKINVENTORY_MODUL_VERSION' LIMIT 1;");

0 comments on commit 152ebf0

Please sign in to comment.