This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
require ($_SESSION['absolute_path'] . 'class_customer.php'); | |
class customer extends customer_basic | |
/*contains all functions which can be performed by customer in this e-shop*/ | |
{ // BEGIN class customer | |
function create_cart() | |
{ //BEGIN function create_cart | |
/*by the law, all visitors must get unique id_session, which will be stored with IP adress in table SESSIONS and added to order, if processed*/ | |
if ($_SESSION['id']<>"") | |
{return false;break;} //if alredy inicialized |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
$(document).ready(function () { | |
$('.results > div').hide(); | |
$('div.tags').find('input:checkbox').on('click', function () { | |
$('div.tags').find('input:checked').each(function () { | |
$('.' + $(this).attr('rel')).show(); | |
}); | |
}); | |
$('div.tags2').find('select').on('click', function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once 'dibi/dibi.php'; | |
class myDb { | |
const ADMIN = 'dev_admin'; | |
const ORGANIZER = 'dev_organizer'; | |
const PHOTOS = 'dev_photos'; | |
const PHOTOS_DESC = 'dev_photos.id DESC'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var product_variations_368 = [{"variation_id":"370","attributes":{"attribute_barevne-varianty":"onix"},"image_src":"http:\/\/handy.sonetasmedia.cz\/wp-content\/uploads\/2013\/03\/img_842_big-212x440.jpg","image_link":"http:\/\/handy.sonetasmedia.cz\/wp-content\/uploads\/2013\/03\/img_842_big.jpg","image_title":"img_842_big","price_html":"<span class=\"price\"><span class=\"amount\">4,990 Kč<\/span><\/span>","availability_html":"","sku":"455479","weight":" kg","dimensions":"","min_qty":1,"max_qty":"","backorders_allowed":true,"is_in_stock":true,"is_downloadable":false,"is_virtual":false,"is_sold_individually":"no"},{"variation_id":"371","attributes":{"attribute_barevne-varianty":"fire"},"image_src":"http:\/\/handy.sonetasmedia.cz\/wp-content\/uploads\/2013\/03\/img_barva_652_big-212x440.jpg","image_link":"http:\/\/handy.sonetasmedia.cz\/wp-content\/uploads\/2013\/03\/img_barva_652_big.jpg","image_title":"img_barva_652_big","price_html":"<span class=\"price\"><s |