Danimt Posted November 21, 2012 Share Posted November 21, 2012 (edited) Hey community, I have a separate php file on the template root folder that I'm using to process additional ajax functionality on the store. My goal is to get write access to a specific product column created for this functionality. How can I achieve this? What files to I need to include on my php file? Thank you for your time. Edited November 21, 2012 by Danimt (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 21, 2012 Share Posted November 21, 2012 Hey community, I have a separate php file on the template root folder that I'm using to process additional ajax functionality on the store. My goal is to get write access to a specific product column created for this functionality. How can I achieve this? What files to I need to include on my php file? Thank you for your time. Hi again you must paste this code require_once("../../config/config.inc.php"); require_once(dirname(__FILE__).'/../../init.php'); maybe you must change path to the files, because for now i don't remember correct path 1 Link to comment Share on other sites More sharing options...
Danimt Posted November 21, 2012 Author Share Posted November 21, 2012 Hi again you must paste this code require_once("../../config/config.inc.php"); require_once(dirname(__FILE__).'/../../init.php'); maybe you must change path to the files, because for now i don't remember correct path Thank you so much, this worked perfectly! =) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now