Category Archives: PHP

RESTful API application using Zend Framework

What is REST? REST is an architectural style, or set of conventions, for web applications and services that centers itself around resource manipulation and the HTTP spec. Web apps have traditionally ignored the HTTP spec and moved forward using a … Continue reading

Posted in PHP, Web development | Leave a comment

Google Base Products Feed for Tradingeye and UK2 Ecommerce v1.0

we have created a new script to export all product detail into a RSS feed (XML file format) with many more attributes. This script will help you to add all of your products into Google Product Search Engine and bring more customers to your website. Continue reading

Posted in PHP, Tradingeye & UK2 Ecommerce, Web development | Leave a comment

How to delete orders in Prestashop

Most of you have created few test transactions with your ecommerce website (Prestashop) when building it. By the time you decided to delete / clear all test orders in Back Office but wonder how as no “delete button” available Continue reading

Posted in PHP, Prestashop | Tagged , , | 10 Comments

php check if external image exists

Today small task for an ecommerce website is to look for all possible external images from supplier and download to our own server. We have thought of using @fopen() a common php function to open a file. Continue reading

Posted in PHP, Web development | Tagged , , , | Leave a comment

Pagination for product options in admin

How to add pagination to product options in Admin ?

This customisation is for all UK2.net e-commerce package customers and Tradingeye users (5.04+)

Files need to modify:

modules/ecom/templates/admin/optionHome.tpl.htm
modules/ecom/classes/admin/option_interface.php Continue reading

Posted in PHP, Tradingeye & UK2 Ecommerce, Web development | Tagged , , , | Leave a comment