antiqueboutique Posted September 6, 2008 Posted September 6, 2008 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.
♥geoffreywalton Posted September 6, 2008 Posted September 6, 2008 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 ======>>>>>.
antiqueboutique Posted September 6, 2008 Author Posted September 6, 2008 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?
antiqueboutique Posted September 6, 2008 Author Posted September 6, 2008 Nevermind, I placed it in checkout_success.php and It works! thank you for your help!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.