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

Abonamentul dvs. nu a putut fi salvat. Vă rugăm să încercați din nou.
Abonarea dvs. a fost efectuată cu succes.

Buletin informativ

Abonați-vă la buletinul nostru informativ și rămâneți la curent.

Înscrieți-vă la newsletter-ul nostru și primiți cele mai recente știri!


Alege tara unde ai vrea sa comanzi articolele selectate!



Rochii de seara elegante XXL online - Sylverro
Informatii la telefon Telefon: +40 77 075 5391
TRANSPORT GRATUIT Pentru comenzi mai mari de 500 lei
POSIBILITATEA SCHIMBARI 30 de zile drept de retur
PLATA LA LIVRARE Livrare prin curier rapid, plata ramburs
Cos
0
buc - 0 Lei

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('Informații', 'Produsul a fost adăugat în coș...', 1500); } }); });