DMN31 Posted January 25, 2014 Share Posted January 25, 2014 Hello, I was curious what file(s) would I go about customizing if I wanted to alter the Out of Stock page users get when they try purchasing a product that has no inventory left? I want to add an email sign up option on that page that will notify users via email when we have units back in stock. Not sure if this is possible to be automated, of course it is manually. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 26, 2014 Share Posted January 26, 2014 I think that page is coded directly in cart.php, so there's no template to modify. what you might be able to do is edit the two language variables, for english in lang/english.php, and perhaps add some html into them. $_LANG['outofstock'] = "Out of Stock"; $_LANG['outofstockdescription'] = "We are currently out of stock on this item so orders for it have been suspended until more stock is available. For further information, please contact us."; 0 Quote Link to comment Share on other sites More sharing options...
DMN31 Posted January 26, 2014 Author Share Posted January 26, 2014 I think that page is coded directly in cart.php, so there's no template to modify. what you might be able to do is edit the two language variables, for english in lang/english.php, and perhaps add some html into them. I suppose that option is better then nothing, appreciate it Was hoping there was a way to implement a field to submit an email for automatically (or manually) contacting when inventory was back but that can work for now. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.