PHP Warning: Undefined variable $currency in snippet-ops.php(504) Hi @teszilla, This error is coming from one of your snippets: you are trying to use a variable called $currency that has not being defined. You should be able to find which one with a search for $currency @line:35 Hi Shea, thanks for your fast answer! I found the snippet and added $currency = array(); which solved the problem Previous Article Kommentar auf der Website - page 2 Next Article Kommentar auf der Website - page 2