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


Choose the country



Plus size fashion, plus size dresses, XXL clothing Sylverro online shopping
Flexible customer management Telephone: +36 30 560 8946
Fast shipping in 1-2 business days
Replacements 30-day money back guarantee
Free shipping to Hungary above 100€ purchases
To cart
0
pcs - 0 EUR

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('Information', 'The product is now in the basket...', 1500); } }); });