Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1498
 
1574
 
1574
 
products.php
_> 187187         if (isset($data['attribute_prefix']) && !empty($data['attribute_prefix']) && isset($data['attribute_price']) && !empty($data['attribute_price'])) {
  188188           foreach ($data['attribute_prefix'] as $groups => $attributes) {
  189189             foreach ($data['attribute_prefix'][$groups] as $key => $value) {
<> 190 -              if ( isset($data['attribute_price'][$groups][$key]) && !empty($data['attribute_price'][$groups][$key]) ) {
   190+              if ( isset($data['attribute_price'][$groups][$key]) ) {
<_ 191191                 $attributes_array[] = $groups . '-' . $key;
  192192 
  193193                 $Qcheck = $osC_Database->query('select products_attributes_id from :table_products_attributes where products_id = :products_id and options_id = :options_id and options_values_id = :options_values_id');