Hi there,
I’ve done an amount of web design in my time but this is my first time using Wix and I’ve been more of a backend person too, so I’m not in familiar ground.
I’m looking to do, what I think, is a fairly simple operation- when something is added to a basket, make a call to our ERP system to flag that stock might be able to decrease. Looking at the help guides, I’ve tried to use this code:
import wixStores from 'wix-stores-backend';
export function wixStores_onCartCreated(event) {
console.log("This is working");
// Do the stuff that I need it to do
}
My problem is that I never get that console log to appear.
This code has been added using the section at the bottom of the editor, in both the ‘page’ and ‘site’ options with the same lack of success. To test things, I added an onClick action to an image to log something, and that appeared just fine.
I have also read that I can create a file called ‘events.js’ and add it to the ‘Backend’ section of my site- but nowhere can I find instruction on where I go to add files to the ‘Backend’.
Please let me know what I’m doing wrong and / or how to fix it- I’ve lost more hair than I care to think about on this issue!
Thanks,
James