This is a discussion on How to remove "please notify me of updates" within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I would like to remove product notifications, how is that done? I see that the variable global_product_notifications is checked in ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I would like to remove product notifications, how is that done? I see that the variable global_product_notifications is checked in checkout_success.php, but where does it get set? I am assuming if I set it to zero the "Please notify me .... " message and checkbox will go away from the checkout success page.... thanks |
|
#2
| ||||
| ||||
| See this thread: Product Notifications Question - osCommerce Community Support Forums
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| I've searched and found the following in checkout_success.php: <?php if ($global['global_product_notifications'] != '1') { echo TEXT_NOTIFY_PRODUCTS . '<br><p class="productsNotifications">'; I have not found where the global_product_notification value is set. I do not see an application_top file for oscmax. Could someone tell me where this value is set? Thanks, Barb |
|
#4
| ||||
| ||||
| osCMax does have an application_top.php file. A simple file search would find it for you. /includes/application_top.php. To turn off notifications at checkout, just edit if ($global['global_product_notifications'] != '1') to be if ($global['global_product_notifications'] != '0') and you are done. I believe turning off notifications is set in the admin panel...
__________________ Michael Sasek osCMax Developer
|
|
#5
| |||
| |||
| I found it. It was in checkout_success.php for oscMax 2. Barb |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove "QTPRO" for "Option Type Feature" | adam71o | osCMax v2 Customization/Mods | 3 | 01-10-2007 10:32 AM |
| Remove System "osCMax v2.0" from part of search r | torweb | osCMax v2 Customization/Mods | 2 | 07-24-2006 12:59 PM |
| Remove "add to cart" function from images in produ | adam71o | osCMax v2 Customization/Mods | 2 | 01-26-2006 05:48 PM |
| Remove "This product was added" date | kenlyle | osCMax v2 Features Discussion | 1 | 11-14-2005 11:48 AM |
| Remove "in cart" Button for individual categories | Mongrrr | osCommerce 2.2 Modification Help | 0 | 04-24-2003 06:02 AM |