SocialEngine PHP Social Network Script

   

 

http://www.ecombase.de/Bilder/pfeil-category.gif ECB SEO SHOP SOFTWARE - IMEDES SOFTWARE DOWNLOADS

Alle Imedes Software GPL Programme und Module gibt es für jeden auf Ecomase kostenlos zum Download. Der Einsatz und die kostenlose Benutzung der IMEDES Software steht jedem Anwender der Shop Software ECB SEO SHOP SOFTWARE, XT-COMMERCE, GAMBIO 2006/2007, SELF-COMMERCE, COMMERCE:SEO frei. Die Imedes Software ist Gratis !

Weitere Imedes Programme und Shop Module die man kostenlos Downloaden und Nutzen kann.:

kostenlos-imedes-software_zubehoer-modul
kostenlos-imedes-software_aadmin-quickedit

kostenlos-imedes-software_adodb-installieren
kostenlos-imedes-software_advanced-news_nachricht-wenn-artikel-im-shop-verfuegbar kostenlos-imedes-software_ajax-add-to-card
kostenlos-imedes-software_ajax-attribut-manager

kostenlos-imedes-software_ajax-filter

kostenlos-imedes-software_ajax-framework_xajax

kostenlos-imedes-software_ajax-matrix-zubehoer

kostenlos-imedes-software_ajax-produktmatrix

kostenlos-imedes-software_ajax-quick-buy-quickbuy
kostenlos-imedes-software_ajax-staffel-preis-manager-plus kostenlos-imedes-software_artikelabhaengige-versandart kostenlos-imedes-software_artikelabhaengige-zahlart
kostenlos-imedes-software_attribut-check

kostenlos-imedes-software_attribute-image_attribut-bilder
kostenlos-imedes-software_attribut-manager
kostenlos-imedes-software_double-opt-in-pruefung

kostenlos-imedes-software_extra-objekte

kostenlos-imedes-software_faq-support-system

kostenlos-imedes-software_freundschafts-werbung

kostenlos-imedes-software_google-gadget

kostenlos-imedes-software_gutschein-generator

kostenlos-imedes-software_ibillnr

kostenlos-imedes-software_icontentvar

kostenlos-imedes-software_imedes-bundle-software
kostenlos-imedes-software_imedes-cart_komfortabler-warenkorb kostenlos-imedes-software_imedes-kundenbonus kostenlos-imedes-software_imedes-optcalc-optionen-kalkulation kostenlos-imedes-software_imedes-plus-minus-zurueck-von-kaufen-seite kostenlos-imedes-software_irandomindex_imedes-random-index kostenlos-imedes-software_izones_imedes-Zonen kostenlos-imedes-software_kat-dropdown_kategorie-dropdown-frontpage kostenlos-imedes-software_kat-dropdown_kategorie-dropdown-standard kostenlos-imedes-software_kat-dropdown_kategorie-dropdown-template kostenlos-imedes-software_kat-dropdown_kategorie-dropdown-template_frontpage kostenlos-imedes-software_katstaffel_kategorie-staffelpreise
kostenlos-imedes-software_lagerampel

kostenlos-imedes-software_merkzettel
kostenlos-imedes-software_news_newsmanager kostenlos-imedes-software_one-page-checkout
kostenlos-imedes-software_open-search

kostenlos-imedes-software_pdf-katalog

kostenlos-imedes-software_pdf-rechnung

kostenlos-imedes-software_picture-navi_bildnavigation
kostenlos-imedes-software_proaktiver-verkaufsmanager
kostenlos-imedes-software_search

kostenlos-imedes-software_special-filter_spezialfilter
kostenlos-imedes-software_staffel-preis-manager-normal kostenlos-imedes-software_stock-alert.warenbestand-warnung-advanced kostenlos-imedes-software_stock-alert.warenbestand-warnung-basic kostenlos-imedes-software_suspend-user_sperre-kunden kostenlos-imedes-software_thesaurus_shop-Lexikon

 

 *****************************************

 *                                       *

 *         INSTALLATION-GUIDE            *

 *                                       *

 *****************************************

 * @package Lagerampel                   *

 * (C) 2008 Imedes.de                    *

 * info@imedes.de                        *

 * @compatible SP2.1                     *

 *****************************************

 

--------------

NEW FILES:

--------------

admin/stock_light.php

includes/classes/Smarty_2.6.14/plugins/modifier.xtc_stock_light.php

includes/functions/database.php

lang/german/admin/stock_light.php

 

 

--------------

NEW DIRS:

--------------

images/stock_light

imedes_library

includes/classes/adodb_full

templates/xtc4/module/stock_light

 

 

--------------

CHANGED FILES:

--------------

admin/includes/application_top.php

admin/includes/column_left.php

admin/includes/configure.php

admin/includes/functions/sessions.php

includes/application_top.php

includes/configure.php

includes/functions/sessions.php

includes/modules/product_attributes.php

includes/modules/product_reviews.php

lang/english/admin/english.php

lang/german/admin/german.php

product_reviews_info.php

products_new.php

reviews.php

templates/xtc4/module/also_purchased.html

templates/xtc4/module/cross_selling.html

templates/xtc4/module/new_products.html

templates/xtc4/module/new_products_default.html

templates/xtc4/module/new_products_overview.html

templates/xtc4/module/product_info/product_info_v1.html

templates/xtc4/module/product_listing/product_listing_v1.html

templates/xtc4/module/product_options/product_options_dropdown.html

templates/xtc4/module/product_options/product_options_selection.html

templates/xtc4/module/product_options/table_listing.html

templates/xtc4/module/product_reviews.html

templates/xtc4/module/product_reviews_info.html

templates/xtc4/module/reverse_cross_selling.html

templates/xtc4/module/reviews.html

templates/xtc4/module/specials.html

 

 

-------------

INSTALLATION:

-------------

 

1. Datenkbankerweiterungen durchführen

ALTER TABLE `admin_access` ADD `stock_light` INT( 1 ) NOT NULL DEFAULT '0';

UPDATE `admin_access` SET `stock_light` = '1' WHERE CONVERT( `admin_access`.`customers_id` USING utf8 ) = '1' LIMIT 1;

CREATE TABLE `cp_stock_light` (`stock_light_id` int(11) NOT NULL auto_increment,`range` varchar(64) NOT NULL,`image` varchar(64) NOT NULL,PRIMARY KEY  (`stock_light_id`)) ENGINE=MyISAM  DEFAULT CHARSET=latin1;

CREATE TABLE `cp_stock_light_status` (`stock_light_id` int(11) NOT NULL,`language_id` int(11) NOT NULL,`stock_light_status` text NOT NULL,KEY `language_id` (`language_id`),KEY `stock_light_id` (`stock_light_id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;

 

 

2. new_files kopieren.

 

3. changed_files kopieren, oder bei nicht standard-version folgende änderungen durchführen:

 

 

-admin/includes/application_top.php

---------------------------------------------------------------------------------------------------

finde folgendes:

   define('FILENAME_XSELL_GROUPS','cross_sell_groups.php');

 

und füge danach ein:

  // @MBa:Stocklight

  define('FILENAME_STOCK_LIGHT','stock_light.php');

---------------------------------------------------------------------------------------------------

Achtung!!!! Diese folgende Änderung ist nur notwendig, wenn Sie bisher noch KEINE Bibliothek von Imedes

erworben haben, welches unter einer Bezahllizenz steht. Falls Sie nicht sicher sind, dann schauen Sie

einfach in den Quellcode der entsprechenden Datei oder sprechen uns einfach an

finde folgendes:

  require_once(DIR_FS_INC . 'xtc_db_connect.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_close.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_error.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_query.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_queryCached.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_perform.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_fetch_array.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_num_rows.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_data_seek.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_insert_id.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_free_result.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_fetch_fields.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_output.inc.php');

  require_once(DIR_FS_INC . 'xtc_db_input.inc.php');

 

und ersetze es mit:

require_once('../'.DIR_WS_FUNCTIONS.'database.php');

//   require_once(DIR_FS_INC . 'xtc_db_connect.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_close.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_error.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_query.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_queryCached.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_perform.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_fetch_array.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_num_rows.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_data_seek.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_insert_id.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_free_result.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_fetch_fields.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_output.inc.php');

//   require_once(DIR_FS_INC . 'xtc_db_input.inc.php');

---------------------------------------------------------------------------------------------------

Achtung!!!! Diese folgende Änderung ist nur notwendig, wenn Sie bisher noch KEINE Bibliothek von Imedes

erworben haben, welches unter einer Bezahllizenz steht. Falls Sie nicht sicher sind, dann schauen Sie

einfach in den Quellcode der entsprechenden Datei oder sprechen uns einfach an

finde folgendes:

  xtc_db_connect() or die('Unable to connect to database server!');

 

und ersetze es mit:

    require_once (DIR_FS_CATALOG.'imedes_library/db_connect_alt_admin.php');

    db_connect_alt() or die('Unable to connect to database server!');

    global $ADODB_FETCH_MODE;

    $ADODB_FETCH_MODE=ADODB_FETCH_ASSOC;

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-admin/includes/column_left.php

---------------------------------------------------------------------------------------------------

finde folgendes:

   if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['cross_sell_groups'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_XSELL_GROUPS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_ORDERS_XSELL_GROUP . '</a><br>';

 

und füge danach ein:

  // @MBa:Stocklight

  if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stock_light'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_STOCK_LIGHT, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_STOCK_LIGHT . '</a><br>';

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-admin/includes/functions/sessions.php

---------------------------------------------------------------------------------------------------

Achtung!!!! Diese folgende Änderung ist nur notwendig, wenn Sie bisher noch KEINE Bibliothek von Imedes

erworben haben, welches unter einer Bezahllizenz steht. Falls Sie nicht sicher sind, dann schauen Sie

einfach in den Quellcode der entsprechenden Datei oder sprechen uns einfach an

finde folgendes:

     function _sess_write($key, $val) {

       global $SESS_LIFE;

 

und füge danach ein:

        if(!is_object($db)){// Vermutlich wird das $db objekt gelöscht, bevor die Session geschrieben wird

            global$db;

            require_once (DIR_FS_CATALOG.'imedes_library/db_connect_alt_admin.php');

            db_connect_alt() or die('Unable to connect to database server!');

            $db->Execute("SET NAMES '".$_SESSION['language_charset']."'");

            $db->Execute("SET CHARACTER_SET_CLIENT=".$_SESSION['language_charset']);

            $db->Execute("SET CHARACTER_SET_RESULTS=".$_SESSION['language_charset']);

        }

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-includes/application_top.php

---------------------------------------------------------------------------------------------------

Achtung!!!! Diese folgende Änderung ist nur notwendig, wenn Sie bisher noch KEINE Bibliothek von Imedes

erworben haben, welches unter einer Bezahllizenz steht. Falls Sie nicht sicher sind, dann schauen Sie

einfach in den Quellcode der entsprechenden Datei oder sprechen uns einfach an

finde folgendes:

require_once (DIR_FS_INC.'xtc_db_connect.inc.php');

require_once (DIR_FS_INC.'xtc_db_close.inc.php');

require_once (DIR_FS_INC.'xtc_db_error.inc.php');

require_once (DIR_FS_INC.'xtc_db_perform.inc.php');

require_once (DIR_FS_INC.'xtc_db_query.inc.php');

require_once (DIR_FS_INC.'xtc_db_queryCached.inc.php');

require_once (DIR_FS_INC.'xtc_db_fetch_array.inc.php');

require_once (DIR_FS_INC.'xtc_db_num_rows.inc.php');

require_once (DIR_FS_INC.'xtc_db_data_seek.inc.php');

require_once (DIR_FS_INC.'xtc_db_insert_id.inc.php');

require_once (DIR_FS_INC.'xtc_db_free_result.inc.php');

require_once (DIR_FS_INC.'xtc_db_fetch_fields.inc.php');

require_once (DIR_FS_INC.'xtc_db_output.inc.php');

require_once (DIR_FS_INC.'xtc_db_input.inc.php');

 

und ersetze es mit:

require_once(DIR_WS_FUNCTIONS.'database.php');

// require_once (DIR_FS_INC.'xtc_db_connect.inc.php');

// require_once (DIR_FS_INC.'xtc_db_close.inc.php');

// require_once (DIR_FS_INC.'xtc_db_error.inc.php');

// require_once (DIR_FS_INC.'xtc_db_perform.inc.php');

// require_once (DIR_FS_INC.'xtc_db_query.inc.php');

// require_once (DIR_FS_INC.'xtc_db_queryCached.inc.php');

// require_once (DIR_FS_INC.'xtc_db_fetch_array.inc.php');

// require_once (DIR_FS_INC.'xtc_db_num_rows.inc.php');

// require_once (DIR_FS_INC.'xtc_db_data_seek.inc.php');

// require_once (DIR_FS_INC.'xtc_db_insert_id.inc.php');

// require_once (DIR_FS_INC.'xtc_db_free_result.inc.php');

// require_once (DIR_FS_INC.'xtc_db_fetch_fields.inc.php');

// require_once (DIR_FS_INC.'xtc_db_output.inc.php');

// require_once (DIR_FS_INC.'xtc_db_input.inc.php');

---------------------------------------------------------------------------------------------------

Achtung!!!! Diese folgende Änderung ist nur notwendig, wenn Sie bisher noch KEINE Bibliothek von Imedes

erworben haben, welches unter einer Bezahllizenz steht. Falls Sie nicht sicher sind, dann schauen Sie

einfach in den Quellcode der entsprechenden Datei oder sprechen uns einfach an

finde folgendes:

xtc_db_connect() or die('Unable to connect to database server!');

 

und ersetze es mit:

require_once (DIR_FS_CATALOG.'imedes_library/db_connect_alt.php');

db_connect_alt() or die('Unable to connect to database server!');

global $ADODB_FETCH_MODE;

$ADODB_FETCH_MODE=ADODB_FETCH_ASSOC;

---------------------------------------------------------------------------------------------------

Achtung!!!! Diese folgende Änderung ist nur notwendig, wenn Sie bisher noch KEINE Bibliothek von Imedes

erworben haben, welches unter einer Bezahllizenz steht. Falls Sie nicht sicher sind, dann schauen Sie

einfach in den Quellcode der entsprechenden Datei oder sprechen uns einfach an

finde folgendes:

 require (DIR_WS_LANGUAGES.$_SESSION['language'].'/'.$_SESSION['language'].'.php');

 

und füge danach ein:

$db->Execute("SET NAMES '".$_SESSION['language_charset']."'");

$db->Execute("SET CHARACTER_SET_CLIENT=".$_SESSION['language_charset']);

$db->Execute("SET CHARACTER_SET_RESULTS=".$_SESSION['language_charset']);

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-includes/functions/sessions.php

---------------------------------------------------------------------------------------------------

Achtung!!!! Diese folgende Änderung ist nur notwendig, wenn Sie bisher noch KEINE Bibliothek von Imedes

erworben haben, welches unter einer Bezahllizenz steht. Falls Sie nicht sicher sind, dann schauen Sie

einfach in den Quellcode der entsprechenden Datei oder sprechen uns einfach an

finde folgendes:

     function _sess_write($key, $val) {

       global $SESS_LIFE;

 

und füge danach ein:

        if(!is_object($db)){// Vermutlich wird das $db objekt gelöscht, bevor die Session geschrieben wird

            global$db;

            require_once (DIR_FS_CATALOG.'imedes_library/db_connect_alt.php');

            db_connect_alt() or die('Unable to connect to database server!');

            $db->Execute("SET NAMES '".$_SESSION['language_charset']."'");

            $db->Execute("SET CHARACTER_SET_CLIENT=".$_SESSION['language_charset']);

            $db->Execute("SET CHARACTER_SET_RESULTS=".$_SESSION['language_charset']);

        }

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-includes/modules/product_attributes.php

---------------------------------------------------------------------------------------------------

finde folgendes:

 $module_smarty->assign('language', $_SESSION['language']);

 

und füge davor ein:

$module_smarty->assign('PRODUCTS_ID',$product->data['products_id']);

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-includes/modules/product_reviews.php

---------------------------------------------------------------------------------------------------

finde folgendes:

    $module_smarty->assign('language', $_SESSION['language']);

 

und füge danach ein:

    $module_smarty->assign('PRODUCTS_ID', $product->data['products_id']);

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-lang/english/admin/english.php

---------------------------------------------------------------------------------------------------

finde folgendes:

 define('TEXT_REFERER','Referer: ');

 

und füge danach ein:

// @MBa:Stocklight

define('BOX_STOCK_LIGHT','Stocklight');

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-lang/german/admin/german.php

---------------------------------------------------------------------------------------------------

finde folgendes:

 define('TEXT_REFERER','Referer: ');

 

und füge danach ein:

// @MBa:Stocklight

define('BOX_STOCK_LIGHT','Lagerampel');

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-product_reviews_info.php

---------------------------------------------------------------------------------------------------

finde folgendes:

 require (DIR_WS_INCLUDES.'header.php');

 

und füge danach ein:

$smarty->assign('PRODUCTS_ID', $reviews['products_id']);

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-products_new.php

---------------------------------------------------------------------------------------------------

finde folgendes:

        $module_content[] = array ('PRODUCTS_NAME' => $products_new['products_name'],'PRODUCTS_SHIPPING_LINK' => $ship_info,'PRODUCTS_TAX_INFO' => $tax_info, 'PRODUCTS_DESCRIPTION' => $products_new['products_short_description'], 'PRODUCTS_PRICE' => $products_price['formated'], 'PRODUCTS_VPE' => $vpePrice, 'PRODUCTS_LINK' => xtc_href_link(FILENAME_PRODUCT_INFO, xtc_product_link($products_new['products_id'], $products_new['products_name'])), 'PRODUCTS_IMAGE' => $products_image, 'BUTTON_BUY_NOW' => $buy_now);

 

und ersetze es mit:

        $module_content[] = array ('PRODUCTS_ID'=>$products_new['products_id'], 'PRODUCTS_NAME' => $products_new['products_name'],'PRODUCTS_SHIPPING_LINK' => $ship_info,'PRODUCTS_TAX_INFO' => $tax_info, 'PRODUCTS_DESCRIPTION' => $products_new['products_short_description'], 'PRODUCTS_PRICE' => $products_price['formated'], 'PRODUCTS_VPE' => $vpePrice, 'PRODUCTS_LINK' => xtc_href_link(FILENAME_PRODUCT_INFO, xtc_product_link($products_new['products_id'], $products_new['products_name'])), 'PRODUCTS_IMAGE' => $products_image, 'BUTTON_BUY_NOW' => $buy_now);

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-reviews.php

---------------------------------------------------------------------------------------------------

finde folgendes:

        $module_data[] = array ('PRODUCTS_IMAGE' => DIR_WS_THUMBNAIL_IMAGES.$reviews['products_image'], $reviews['products_name'], 'PRODUCTS_LINK' => xtc_href_link(FILENAME_PRODUCT_REVIEWS_INFO, 'products_id='.$reviews['products_id'].'&reviews_id='.$reviews['reviews_id']), 'PRODUCTS_NAME' => $reviews['products_name'], 'AUTHOR' => $reviews['customers_name'], 'TEXT' => '('.sprintf(TEXT_REVIEW_WORD_COUNT, xtc_word_count($reviews['reviews_text'], ' ')).')<br>'.htmlspecialchars($reviews['reviews_text']).'..', 'RATING' => xtc_image('templates/'.CURRENT_TEMPLATE.'/img/stars_'.$reviews['reviews_rating'].'.gif', sprintf(TEXT_OF_5_STARS, $reviews['reviews_rating'])));

 

und ersetze es mit:

        $module_data[] = array ('PRODUCTS_ID'=>$reviews['products_id'],'PRODUCTS_IMAGE' => DIR_WS_THUMBNAIL_IMAGES.$reviews['products_image'], $reviews['products_name'], 'PRODUCTS_LINK' => xtc_href_link(FILENAME_PRODUCT_REVIEWS_INFO, 'products_id='.$reviews['products_id'].'&reviews_id='.$reviews['reviews_id']), 'PRODUCTS_NAME' => $reviews['products_name'], 'AUTHOR' => $reviews['customers_name'], 'TEXT' => '('.sprintf(TEXT_REVIEW_WORD_COUNT, xtc_word_count($reviews['reviews_text'], ' ')).')<br>'.htmlspecialchars($reviews['reviews_text']).'..', 'RATING' => xtc_image('templates/'.CURRENT_TEMPLATE.'/img/stars_'.$reviews['reviews_rating'].'.gif', sprintf(TEXT_OF_5_STARS, $reviews['reviews_rating'])));

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/also_purchased.html

---------------------------------------------------------------------------------------------------

finde folgendes:

              <span class="smallText">{if $module_data.PRODUCTS_VPE}{$module_data.PRODUCTS_VPE}<br />{/if}{$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}</span><br />

 

und ersetze es mit:

              <span class="smallText">{if $module_data.PRODUCTS_VPE}{$module_data.PRODUCTS_VPE}<br />{/if}{$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}</span><br />{$module_data.PRODUCTS_ID|xtc_stock_light}<br />

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/cross_selling.html

---------------------------------------------------------------------------------------------------

finde folgendes:

            {if $products_data.PRODUCTS_VPE}{$products_data.PRODUCTS_VPE}<br />{/if}{$products_data.PRODUCTS_TAX_INFO}{$products_data.PRODUCTS_SHIPPING_LINK} </td>

 

und ersetze es mit:

            {if $products_data.PRODUCTS_VPE}{$products_data.PRODUCTS_VPE}<br />{/if}{$products_data.PRODUCTS_TAX_INFO}{$products_data.PRODUCTS_SHIPPING_LINK}<br />{$products_data.PRODUCTS_ID|xtc_stock_light} </td>

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/new_products.html

---------------------------------------------------------------------------------------------------

finde folgendes:

          {$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}<br />

 

und ersetze es mit:

          {$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}<br />{$module_data.PRODUCTS_ID|xtc_stock_light}<br />

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/new_products_default.html

---------------------------------------------------------------------------------------------------

finde folgendes:

            {$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}<br />

 

und ersetze es mit:

            {$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}<br />{$module_data.PRODUCTS_ID|xtc_stock_light}<br />

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/new_products_overview.html

---------------------------------------------------------------------------------------------------

finde folgendes:

{$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}<br />

 

und ersetze es mit:

{$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}<br />{$module_data.PRODUCTS_ID|xtc_stock_light}<br />

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/product_info/product_info_v1.html

---------------------------------------------------------------------------------------------------

finde folgendes:

                <td align="right"><strong>{$PRODUCTS_PRICE}</strong><br />{$PRODUCTS_TAX_INFO}{if $PRODUCTS_SHIPPING_LINK}{$PRODUCTS_SHIPPING_LINK}{/if}</td>

 

und ersetze es mit:

                <td align="right"><strong>{$PRODUCTS_PRICE}</strong><br />{$PRODUCTS_TAX_INFO}{if $PRODUCTS_SHIPPING_LINK}{$PRODUCTS_SHIPPING_LINK}{/if}<br />{$PRODUCTS_ID|xtc_stock_light}</td>

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/product_listing/product_listing_v1.html

---------------------------------------------------------------------------------------------------

finde folgendes:

            {$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}

 

und ersetze es mit:

            {$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK} <br />{$module_data.PRODUCTS_ID|xtc_stock_light}

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/product_options/product_options_dropdown.html

---------------------------------------------------------------------------------------------------

finde folgendes:

  <option value="{$item_data.ID}">{$item_data.TEXT} {if $item_data.PRICE !='' }{$item_data.PREFIX} {$item_data.PRICE}{/if} </option>

 

und ersetze es mit:

  <option value="{$item_data.ID}">{$item_data.TEXT} {if $item_data.PRICE !='' }{$item_data.PREFIX} {$item_data.PRICE}{/if}{$PRODUCTS_ID|xtc_stock_light:$item_data.ID} </option>

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/product_options/product_options_selection.html

---------------------------------------------------------------------------------------------------

finde folgendes:

  {$item_data.TEXT} {if $item_data.PRICE!=''}( {$item_data.PREFIX}{$item_data.PRICE} ){/if}<br />

 

und ersetze es mit:

  {$item_data.TEXT} {$PRODUCTS_ID|xtc_stock_light:$item_data.ID}{if $item_data.PRICE!=''}( {$item_data.PREFIX}{$item_data.PRICE} ){/if}<br />

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/product_options/table_listing.html

---------------------------------------------------------------------------------------------------

finde folgendes:

      <td>&nbsp;</td>

 

und ersetze es mit:

      <td>&nbsp;{$PRODUCTS_ID|xtc_stock_light:$item_data.ID}</td>

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/product_reviews.html

---------------------------------------------------------------------------------------------------

finde folgendes:

 {$PRODUCTS_NAME}</strong></font><br />

 

und ersetze es mit:

 {$PRODUCTS_NAME}</strong></font><br />{$PRODUCTS_ID|xtc_stock_light}<br />

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/product_reviews_info.html

---------------------------------------------------------------------------------------------------

finde folgendes:

<a href="{$PRODUCTS_LINK}">{$PRODUCTS_NAME}</a></strong></font><br />

 

und ersetze es mit:

<a href="{$PRODUCTS_LINK}">{$PRODUCTS_NAME}</a></strong></font><br />{$PRODUCTS_ID|xtc_stock_light}<br />

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/reverse_cross_selling.html

---------------------------------------------------------------------------------------------------

finde folgendes:

            {if $module_data.PRODUCTS_VPE}{$module_data.PRODUCTS_VPE}<br />{/if}{$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}  </td>

 

und ersetze es mit:

            {if $module_data.PRODUCTS_VPE}{$module_data.PRODUCTS_VPE}<br />{/if}{$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}<br />{$module_data.PRODUCTS_ID|xtc_stock_light}  </td>

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/reviews.html

---------------------------------------------------------------------------------------------------

finde folgendes:

    <td style ="border-bottom: 1px solid; border-color: #cccccc;" class="main"><strong>{#text_product#} </strong><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a><br />

 

und ersetze es mit:

    <td style ="border-bottom: 1px solid; border-color: #cccccc;" class="main"><strong>{#text_product#} </strong><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a><br />{$module_data.PRODUCTS_ID|xtc_stock_light}<br />

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

-templates/xtc4/module/specials.html

---------------------------------------------------------------------------------------------------

finde folgendes:

              {$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}<br />

 

und ersetze es mit:

              {$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}<br />{$module_data.$PRODUCTS_ID|xtc_stock_light}<br />

---------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------

 

 

 

 

Deine Werbung auf Ecombase ? 50.000 Einblendungen täglich.
Kleiner Preis - große Wirkung - Anfragen - eMail im Impressum !

Quick Links

Andere Empfehlungen

http://www.ecombase.de/Bilder/Designnerd-3D-RSS-preview.jpg
   Gully RSS News : Ecomdev News

   Mein Name gehört mir ! 
   Marketing Zielgruppe 50+
   Gast durch Gottes Hand ?

Copyright (C) 2008 eComBASE Shop Software - Community  - bei Volker Bellendorf - 59077 Hamm - +49-2381-402621
SHOPcommuniy (R) ist eingetragene Wort + Bildmarke
Alle Texte & Bilder sind Eigentum der Betreiber der Webseite eCombase.de
Vervielfältigung - Verwendung auf eigenen Webseiten nicht ohne schriftliche Genehmigung