Skip to content

This is a php kohana module for executing data from IceCat catalog.

Notifications You must be signed in to change notification settings

klunker/Kohana-icecat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kohana-icecat

This is a simple kohana-module for executing data from IceCat catalog. You can use it in your internet shop.

You needed for user login and password before? try to get it on https://ua.icecat.biz/uk/menu/register/index.htm

Example:

/*
 *  Get product Specification
 *  @param string EAN-code
 *  @param bool Draw description
 *  @param bool Draw picture
 * 
 *  @return product view/ FALSE
 */
 
echo Icecat::instance()->getProductSpec("EAN-code", TRUE, TRUE);

About

This is a php kohana module for executing data from IceCat catalog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages