Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Andriya

Новичок
  
  • Posts

    5
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

1,081 profile views

Andriya's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Помогите решить проблему? Notice: Undefined variable: product_categories in /home/andriya/site/www/vqmod/vqcache/vq2-admin_view_template_catalog_category_form.tpl on line 71Warning: Invalid argument supplied for foreach() in /home/andriya/site/www/vqmod/vqcache/vq2-admin_view_template_catalog_category_form.tpl on line 71 Версия 1.5.5.1.1 admin\view\template\catalog\category_form.tpl <td><?php echo $entry_parent; ?></td> <td><select name="parent_id"> <option value="0" selected="selected"><?php echo $text_none; ?></option> <?php foreach ($categories as $category) { ?> <?php if ($category['category_id'] == $parent_id) { ?> <option value="<?php echo $category['category_id']; ?>" selected="selected"><?php echo $category['name']; ?></option> 68 <?php } else { ?> 69 <option value="<?php echo $category['category_id']; ?>"><?php echo $category['name']; ?></option> 70 <?php } ?> 71 <?php } ?> 72 </select></td> 73 </tr> 74 <tr> 75 <td><?php echo $entry_filter; ?></td> <td><input type="text" name="filter" value="" /></td> </tr> <tr> <td>&nbsp;</td> <td><div id="category-filter" class="scrollbox"> <?php $class = 'odd'; ?> <?php foreach ($category_filters as $category_filter) { ?> <?php $class = ($class == 'even' ? 'odd' : 'even'); ?> <div id="category-filter<?php echo $category_filter['filter_id']; ?>" class="<?php echo $class; ?>"><?php echo $category_filter['name']; ?><img src="view/image/delete.png" alt="" /> <input type="hidden" name="category_filter[]" value="<?php echo $category_filter['filter_id']; ?>" /> </div> <?php } ?> </div></td>
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.