How to add new custom field in Prestashop
I’ve figured out how to add new field to database using Prestashop (1.4.3, but I think for the newer versions would be the same). This solution gives you new field in database and you will be able to edit / save data to this field, for my example I needed a field which was called [...]
Beginning working with Android
Hi there, A couple days ago I decided to improve my programming skills by learning something new. And that thing is android. It’s a very powerful tool and I can say it for using it only for couple days. For me as a programmer beginning was easy. All variables, classes, constructions etc. are almost the [...]
Ubercart API – add to cart with attributes
I had a problem with that and finally I have found solution for that – it is very simple. And the third parameter concerns attributes, the key of that array it is the first attribute on list of attributes in UbertCart control panel.
How to modify sth after submit in Drupal 6
In Drupal 6 we have some constructions which are very helpful. You want to modify sth after node has been submited? No problem you can easly do it by using hooks. In some module create some functions which will called: And that’s all you should know about it. Now you can simply modify whatever you [...]
Getting cart from Prestashop
If you have a problem with getting cart from prestashop that would be interesting for you. I had a huge problem with Prestashop (version 1.4.3) because I didn’t know how exactly I should get cart from Prestashop to the WordPress or somewhere else. However I spent some time to resolve that issue and I wrote [...]
Hello world in 2011!
Finally I decided to start blogging. I will be creating posts about making software and in the first order I will be writing about creating software by using PHP. But in the future a want to learn something more about JAVA for mobile and I think it will be a great subject to writing and [...]