79 reputation
110
bio website
location Gdansk, Poland
age 28
visits member for 2 years, 5 months
seen 2 hours ago
stats profile views 15

I'm a Web/PHP Developer currently located in Galway (Ireland). I am always looking to increase my knowledge and learn new technologies and skills.


May
16
awarded  Informed
May
8
comment Extract html of other domain page
I guess you should take a look at this: stackoverflow.com/questions/3837717/…
May
6
awarded  Enthusiast
May
2
comment Magento - Get Products from Specific Category
I would try ->addCategoryFilter($_category), assuming that you know $category obect
May
2
answered new website is not loading theme css in Magento
May
2
comment redirect after image uploaded with imagecreatefromjpeg
Remove first header(). Also, sending 'path' with $_POST is not safe...
Apr
12
comment Magento: Using custom variables in a layout file
just to mention: when you use multiple store views its good to add this: Mage::getModel('core/variable')->setstoreid(Mage::app()->getstore()->getid())->‌​loadByCode($code)->getData($param)
Apr
11
comment magento top searches - trailing slashes
Looks like its "Ahrefs Web Crawler". Thanks tor advice.
Apr
9
comment Magento quote_item and tax
Probably you are right, but why Magento is not getting those information from product when I set only base price?
Apr
9
comment Magento quote_item and tax
sales_quote_add_item - some of products have custom option that determinate its price, before adding to cart I need to get proper price. Its working, but tax is missing ;)
Apr
8
asked Magento quote_item and tax
Mar
13
asked magento API - category update and synchronization between two stores
Mar
7
comment Magento: url rewrites - category page error
The page looks fine, but link is not user friendly ;-) that's the 'error'
Mar
7
asked Magento: url rewrites - category page error
Jan
30
answered How to change url variable with custom variable
Jan
24
asked magento top searches - trailing slashes
Jan
16
awarded  Popular Question
Jan
10
awarded  Popular Question
Jan
9
comment magento set store id programatically
You saved my day! :)
Dec
14
comment Change of Magento contacts page URL
As you said - probably I mixed up the fields. I've add rewrite once again and it works. Thanks!