Shop Era - Online Essential Oils Store Development
Shop Era is an online store that sells essential oils as well as essential oil based products.
This is a client from Switzerland and the entire website is in French. A unique responsive web design was created for them, as well as web shop programming and linking to credit card payments with a bank in Switzerland.
|
Client: Shop Era
Activities: Online Store Design and Programming
Website: www.shop-era.ch
|
Vrati se na Cosmetics & Pharmacy
function findexts ($filename)
{
$filename = strtolower($filename) ;
$exts = preg_split("[/\\.]", $filename) ;
$n = count($exts)-1;
$exts = $exts[$n];
return $exts;
}
?>