Jump to content

Archemedees

New Members
  • Posts

    1
  • Joined

  • Last visited

Archemedees's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I realize this is a very common issue and it stems from at least the way I understand it, the code not checking if something is declared before declaring it. That begin said I tried adding isset code to some sections where I was getting errors and they are still errors there so Im totally lost. I am very new to php so if this is a stupid question please treat me like a 5 year old if you would and help me understand my errors The errors are as follows: And the Code it pertains to(starts at line 103): $data['products'][] = array( 'key' => $product['key'], 'thumb' => $image, 'name' => $product['name'], 'model' => $product['model'], 'option' => $option_data, 'recurring' => ($product['recurring'] ? $product['recurring']['name'] : ''), 'quantity' => $product['quantity'], 'price' => $price, 'total' => $total, 'href' => $this->url->link('product/product', 'product_id=' . $product['product_id']) ); } Any suggestions are appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.