Results 1 to 5 of 5

How to remove "please notify me of updates"

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 ...

      
  1. #1
    New Member
    Join Date
    Feb 2007
    Location
    NY
    Posts
    5
    Rep Power
    0


    Default How to remove "please notify me of updates"

    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. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: How to remove "please notify me of updates"

    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Active Member
    Join Date
    Aug 2004
    Posts
    117
    Rep Power
    0


    Default Re: How to remove "please notify me of updates"

    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. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: How to remove "please notify me of updates"

    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


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    Active Member
    Join Date
    Aug 2004
    Posts
    117
    Rep Power
    0


    Default Re: How to remove "please notify me of updates"

    I found it. It was in checkout_success.php for oscMax 2.

    Barb

Similar Threads

  1. Remove "QTPRO" for "Option Type Feature"
    By adam71o in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 01-10-2007, 10:32 AM
  2. Remove System "osCMax v2.0" from part of search r
    By torweb in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 07-24-2006, 01:59 PM
  3. Remove "add to cart" function from images in produ
    By adam71o in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 01-26-2006, 05:48 PM
  4. Remove "This product was added" date
    By kenlyle in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 11-14-2005, 11:48 AM
  5. Remove "in cart" Button for individual categories
    By Mongrrr in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-24-2003, 07:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •