Jump to content
  • 0

CartPresenter error....


JokerBlitz

Question

Witam serdecznie.

Od 3 dni zmagam się z problemem , mianowicie : po przejściu do sklepu pojawia się :
 

ContextErrorException in CartPresenter.php line 83:Notice: Undefined offset: 1

 

83 linijka wygląda tak :

82  foreach ($rawProduct['attributes'] as $attribute) {
83                list($key, $value) = explode(':', $attribute);
84                $attributesArray[trim($key)] = ltrim($value);
85            }

Nie widzę tu nic - co może powodać błąd.

 

Koszyk oczywiście nie działa, po kliknięciu shopping cart jeśli już otworzy się strona, ten sam błąd.

 

Jakieś sugestie?

Edited by JokerBlitz (see edit history)
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...