A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Frontend.php

Line Number: 202

Backtrace:

File: /home/u937080530/websites/Rs66707AP/public_html/application/controllers/Frontend.php
Line: 202
Function: _error_handler

File: /home/u937080530/websites/Rs66707AP/public_html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Attempt to read property "title" on null

Filename: controllers/Frontend.php

Line Number: 202

Backtrace:

File: /home/u937080530/websites/Rs66707AP/public_html/application/controllers/Frontend.php
Line: 202
Function: _error_handler

File: /home/u937080530/websites/Rs66707AP/public_html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Frontend.php

Line Number: 207

Backtrace:

File: /home/u937080530/websites/Rs66707AP/public_html/application/controllers/Frontend.php
Line: 207
Function: _error_handler

File: /home/u937080530/websites/Rs66707AP/public_html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Attempt to read property "title" on null

Filename: controllers/Frontend.php

Line Number: 207

Backtrace:

File: /home/u937080530/websites/Rs66707AP/public_html/application/controllers/Frontend.php
Line: 207
Function: _error_handler

File: /home/u937080530/websites/Rs66707AP/public_html/index.php
Line: 315
Function: require_once

A felíratkozást nem tudtuk menteni. Kérünk, próbáld meg újra.
Sikeresen feliratkoztál a hírlevélre.

Hírlevél

Íratkozz fel hírlevelünkre, hogy értesíthessünk az újdonságokról, akciókról, és megkapd a legújabb cikkeket.

Íratkozz fel a hírlevelünkre és értesülj az újdonságokról!


Válassz országot ahova a kiválasztott termékeket szeretnéd megrendelni!



Molett divat, molett alkalmi ruhák, nagyméretű ruhák - Sylverro
Rugalmas vevőkezelés Telefon: +36 70 538 2467
Gyors szállítás Átlagosan 1-2 munkanap alatt
Csere lehetőség 30 napos pénzvisszafizetés
Ingyenes szállítás 35.000 Ft-os vásárlás felett
Kosárhoz
0
db - 0 Ft

A PHP Error was encountered

Severity: Warning

Message: foreach() argument must be of type array|object, null given

Filename: frontend/collection_item.php

Line Number: 25

Backtrace:

File: /home/u937080530/websites/Rs66707AP/public_html/application/views/frontend/collection_item.php
Line: 25
Function: _error_handler

File: /home/u937080530/websites/Rs66707AP/public_html/application/views/frontend/layout.php
Line: 119
Function: view

File: /home/u937080530/websites/Rs66707AP/public_html/application/controllers/Frontend.php
Line: 212
Function: view

File: /home/u937080530/websites/Rs66707AP/public_html/index.php
Line: 315
Function: require_once

", "items": [{ "id": id, "name": name, "brand": "", "category": "", "variant": color + "-" + size, "price": price, "quantity": 1 }] }); } $.ajax({ url: base_url + 'ajax/addProduct', method: "post", dataType: 'JSON', data: { color: color, size: size, price: price, id: id, img: img, regnum: regnum, name: name, pcs: 1 } }).done(function (data) { var pccon = $(document).find('.js-cart-popup .basketcont'); var carthtml = ""; var xcolors = data.colors; var xsizes = data.sizes; $.each(data.items, function(itemid, sizes) { $.each(sizes, function(size, colors) { $.each(colors, function(color, item) { var _this = $(this); // var _pcsprice = (item.pcs*item.price) / tranprice; var _pcsprice = (item.pcs*item.price); carthtml += '
' + item.name + '(' + xcolors[color] + ',' + xsizes[size] +')' + item.pcs + ' db | ' + format_number(_pcsprice, decimal, ",", '.') + " " + currency +'
'; }); }); }); pccon.html(carthtml); counter.html(data.count); // var x = (data.total / tranprice); var x = data.total; pricecon.html('db ' + format_number(x, decimal, ",", '.') + ' ' + currency); $(document).find('.total-price').html(format_number(x, decimal, ",", '.') + ' ' + currency); }); $(document).find('.basket').animateCss('tada'); showFlash('Információ', 'A termék a kosárba került...', 1500); } }); });