не переходят данные цены и ссылка на фото
строку import.php приложил
Что то еще недоделал, но что?
Posted 09 October 2012 - 12:18
Posted 10 October 2012 - 08:51
Posted 10 October 2012 - 15:04
Posted 10 October 2012 - 15:29
Posted 11 October 2012 - 16:11
Posted 11 October 2012 - 16:23
Posted 17 October 2012 - 12:56
- case 'jbimage':
- $element_data = array();
- foreach ($columns as $column) {
- if (!empty($data[$column])) {
- $element_data[$column] = array('value' => $data[$column]);
- }
- }
- $elements[$assignment]->bindData($element_data);
- break;
Posted 17 October 2012 - 16:44
- if (in_array($element->getElementType(), array('text', 'textarea', 'link', 'email', 'gallery', 'download', 'jbprice', 'date', 'image', 'jbimage', 'googlemaps', 'country'))) {