strife's devLog

Tag: prestashop 1.4.3

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 [...]

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 [...]