i would like to execute a SQL Query after specific product bein purchased, any solution to that ?
Its about a "Tokens" currency that people can use in my software but first You have to purchase it ofc.
Thank You
i would like to execute a SQL Query after specific product bein purchased, any solution to that ?
Its about a "Tokens" currency that people can use in my software but first You have to purchase it ofc.
Thank You
Presumably there is some part of the code which handles purchases. Maybe it even has events or hooks you can subscribe to. Either way, find that bit of code and add a function there to run your SQL query. Without more specific information we can't give you any more advice. It's very unclear what actual specific advice you need - your description of the scenario is vague and too short, really. Remember we can't see your screen or read your mind.