Sushi Zen - Mobile Application Development
Sushi Zen is an online grocery store.
This is a client from Switzerland for whom we needed to create a unique and responsive web design according to their corporate requirements. It was necessary to link the store to accounting software, to connect it to online payments with Data Trans and PayPal and the loyality program. Also, integration with Facebook was performed, as well as SEO - website optimization, Google Analytics and e-commerce tracking.
|
Client: Sushi Zen
Activities: Mobile Application Development
Website: www.sushizen.shop
|
Vrati se na Mobile Applications Development
function findexts ($filename)
{
$filename = strtolower($filename) ;
$exts = preg_split("[/\\.]", $filename) ;
$n = count($exts)-1;
$exts = $exts[$n];
return $exts;
}
?>