Перейти к содержанию
Официальный форум поддержки Simpla

Eddy

Пользователь
  • Публикаций

    9
  • Зарегистрирован

  • Посещение

Весь контент Eddy

  1. Finding who can made this for us: http://en.latauto.tvnet.lv/imports
  2. How done by self. simpla/ProductsAdmin.php $productname = $this->request->post('productname'); foreach($productname as $id=>$name) { $this->products->update_product($id, array('name'=>$name)); } simpla/design/html/products.tpl <input type="text" name="productname[{$product->id}]" value="{$product->name|escape}" />
  3. I have use google translate sorry, i can read Russian and understand, but cant write correct. Sorry for my mistakes in question. Answer to your question ps-simpla is - yes. And I don't need every step turtorial. I have already made sku and variant name possible do this, but product name is in other mysql table. How to post to mysql table s_products from simpla/AdminProducts.php name of product. Thanks
  4. Kак изменить название продукта б simpla/index.php?module=ProductsAdmin Я ставлю б simpla/ProductsAdmin.php <input class="name" name=name type="text" value="{$product->name|escape}"/> место <a href="{url module=ProductAdmin id=$product->id return=$smarty.server.REQUEST_URI}">{$product->name|escape}</a> что еще мне нужно сделать ? я не могу справиться. Спасибо за ваш помощь заранее.
  5. посмотреть Не могу открыть - сайт заблокирован
  6. simpla/ProductAdmin.php // Удаление файлов $current_files = $this->files->get_files(array('object_id'=>$product->id,'type'=>'product')); foreach($current_files as $file) if(!in_array($file->id, $files['id'])) $this->files->delete_file($file->id); ошибка в этой строке if(!in_array($file->id, $files['id'])) также simpla/PostAdmin.php
  7. удалением файлов [Thu Dec 10 01:24:00 2015] [error] [client 10.3.4.146] PHP Notice: Undefined index: id in /web/simpla/PostAdmin.php on line 55, referer: /simpla/index.php?module=PostAdmin&id=1&return=%2Fsimpla%2Findex.php%3Fmodule%3DBlogAdmin [Thu Dec 10 01:24:00 2015] [error] [client 10.3.4.146] PHP Warning: in_array() expects parameter 2 to be array, null given in /web/simpla/PostAdmin.php on line 55, referer: /simpla/index.php?module=PostAdmin&id=1&return=%2Fsimpla%2Findex.php%3Fmodule%3DBlogAdmin
×
×
  • Создать...