

nprzybilla
Members-
Content count
15 -
Joined
-
Last visited
Profile Information
-
Real Name
Niels
-
nprzybilla started following Kirod
-
Kirod started following nprzybilla
-
Hi, I am too blind to see, but I do not see, where I can define the "title" of the oscommerce site. I need that i include $headcontent but where does the infos come from ? Thnaks and best regards Niels
-
Hi, I try to update from STSV3 to STS V4.1 But I am running into a problem and I am to blind to see: Perhaps you help me. [22-Jun-2006 14:25:19] PHP Parse error: parse error, unexpected $end in C:\apache\htdocs\shop\includes\column_left.php on line 78 Here is the according file: <?php /* $Id: column_left.php,v 1.1 2003/09/08 19:26:22 jhtalk Exp jhtalk $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // START STS 4.1 if ($sts->display_template_output) { $sts->stop_capture(); include(DIR_WS_MODULES . 'sts_inc/sts_column_left.php'); } else { // END STS 4.1 if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } require(DIR_WS_BOXES . 'whats_new.php'); require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); require(DIR_WS_BOXES . 'shopping_cart.php'); if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php'); if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); if (isset($HTTP_GET_VARS['products_id'])) { if (tep_session_is_registered('customer_id')) { $check_query = tep_db_query("select count(*) as count from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . (int)$customer_id . "' and global_product_notifications = '1'"); $check = tep_db_fetch_array($check_query); if ($check['count'] > 0) { include(DIR_WS_BOXES . 'best_sellers.php'); } else { include(DIR_WS_BOXES . 'product_notifications.php'); } } else { include(DIR_WS_BOXES . 'product_notifications.php'); } } else { include(DIR_WS_BOXES . 'best_sellers.php'); } if (isset($HTTP_GET_VARS['products_id'])) { if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php'); } else { include(DIR_WS_BOXES . 'specials.php'); } if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); require(DIR_WS_BOXES . 'info_pages.php'); include(DIR_WS_BOXES . 'currencies.php'); } ?> best regards Niels
-
### POINTS AND REWARDS MODULE V1.00 ###
nprzybilla replied to deep-silver's topic in General Add-Ons Support
Hi, i read thorugh the tread but did not find the right answer: How and is it possibla that people can use their bonus points only to buy products from a special category or a list of products e.g. 100 points you can buy a mug 200 points you can buy a T-Shirt etc. Thnaks and best regards niels -
Hi, the contribution was easy to install, but I have the problem that it do not saves the answers. I added the question into orders. The questions are shown correctly. Perhaps a hint where I cn search ? I get no errors. Best regards Niels
-
[Contribution] Attributes in Product Listing
nprzybilla replied to mouflon's topic in General Add-Ons Support
Hi, odes anyone managed it to show the complete or better actual attribute price in the product listing ? I installed the actual attribute price and in the product info and it works. But now i need the price +attributes price in the attributes dropdown box in the productlisting. Any help ? Thanks and best regards Niels -
[contribution] "osC_GiftWrap_v1.0"
nprzybilla replied to ugottasalsa's topic in General Add-Ons Support
Hi, great contribution. Works quite good, but I do not get the box for the text entry of the gift order. There is only the box for the standard input. Best regards Niels -
Hi, tried the contrib.Looks great. But I have the problem with easypopulate. EasyPopulate adds + signs to the attributes. I did not managed to manupulate the easypopulate.php like mentioned on page four of this thread. I have easypopulate 2.76b. Has anyone installed these both contributions together ? Best regards Niels
-
Hi, does there a contribution exists where the users have to login first before they can see prices nor articles ? So that is a real members only shop ? Best regards Niels