Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I remove the "please notify me of updates" in checkout_success.php?


antiqueboutique

Recommended Posts

Posted

I would like to remove this text with this option in checkout_success.php.

 

Please notify me of updates to the products I have selected below...

with the check mark for the product.

 

I just can't figure out were I would be able to do this.

Posted

That would be in checkout_sucess.php.

 

<?php

//quick hack to switch off notifications

//set this to true to switch back on

//TODO: move this to config files/config database

$display_notifications = false;

if ($global['global_product_notifications'] != '1' && $display_notifications) {

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted
That would be in checkout_sucess.php.

 

<?php

//quick hack to switch off notifications

//set this to true to switch back on

//TODO: move this to config files/config database

$display_notifications = false;

if ($global['global_product_notifications'] != '1' && $display_notifications) {

 

 

what I'm I supposed to do?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...