The 'Add to basket' button on Product[XSLT].xslt has stopped working
I have tried reverting my code back to a point in time where it was working but this doesn't appear to fix it so I am wondering if the issue is in the database but I don't know where to look. No errors are being thrown in the umbracoLog table
Any suggestions about where to look or what the issue may be are much appreciated.
The standard store relies on a global macro in the Shop master to work. It's probably the one missing.
Check the template called uCommerce and see if it's got a macro called AddToBasket[XSLT] embedded as the first thing in the body tag. You can take a look at the standard store to see what it looks like by default.
Add to basket button not working
Hi
The 'Add to basket' button on Product[XSLT].xslt has stopped working
I have tried reverting my code back to a point in time where it was working but this doesn't appear to fix it so I am wondering if the issue is in the database but I don't know where to look. No errors are being thrown in the umbracoLog table
Any suggestions about where to look or what the issue may be are much appreciated.
Many thanks
Paul
The standard store relies on a global macro in the Shop master to work. It's probably the one missing.
Check the template called uCommerce and see if it's got a macro called AddToBasket[XSLT] embedded as the first thing in the body tag. You can take a look at the standard store to see what it looks like by default.
Thanks Soren, that was the case.
Glad it's working :)
is working on a reply...