strife's devLog

Tag: prestashop

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

Prestashop, paypal module message limit 1600

When you have a problem with paypal module in Prestashop. I mean that kind of problem when user come back from paypal.com: You should edit Message.php (in classes) and change the limit of field. It’s line 54 and it should be look that: And then you won’t have any problem with limits when user come [...]

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