XpathOnUrl - extracting prices shows blank

Hi wizards,

I am dying over a problem for days now and would appreciate professional help, please.

The URL: http://www.outletcity.com/de/shop/blusenshirt-schwarz-liebeskind-berlin-001009211/

The Xpath (from Chrome): //*[@id="product_price_container"]/span[3]

The Element:

<span class="current">€ 39,90</span>

I use Excel 2010 on Win7 (32) ... if that matters.

I tried dozens of Xpath variations, but nothing worked. If someone could please have a look and post his/her findings/suggestions that would mean a great deal.

Thanks in advance for any replies.
God bless

Sorry, I cannot view that web page
It is blocking the sale content because I am not from Germany or Austria

I cannot see the page either, because I am not a member of the shopping club.
But my idea for this error is something you could probably find out fast: is the price part of a form? You can easily see that when you are on the element in the inspector. At the bottom is the hole html-path. If somewhere in that line it says "form" then you have the same problems I had. I did not solve them. I got stuck at prices out of forms.
Maybe that helps.

Hi guys!!

First thanks to both of you for trying, very kind of you!

@ Marco: you are right, there is the whole html path at the bottom. However, this also is shown on another shop I was scraping and there it worked easily. A friend of mine had a look last weekend and she meant they probably blocked the access to the information as others are scrapable, just not the price.