backend

Magento backend, capture onclick events on different elements

谁说胖子不能爱 提交于 2020-01-06 06:53:26
问题 I've a working backend module with various forms to manage several different tables. On one of the forms I have a radio button group ( radios element on Magento). Here is the code snippet for this radio group: //radio group $fieldset->addField('radio_group', 'radios', array( 'label' => Mage::helper('banners')->__('Select campaign type'), 'name' => 'title', 'onclick' => '', 'onchange' => '', 'value' => '1', 'values' => array( array('value'=>'1','label'=>'Imagen'), array('value'=>'2','label'=>

Typo3 backend css keeps disappearing?

岁酱吖の 提交于 2020-01-06 05:15:05
问题 I have a typo3 system which works mostly fine, however when ever I install a new extension the CSS on the back-end goes away, or seems to be parsed only partially. screen shot at : http://i.imgur.com/gF8Fa.png I've tried several different extension and they all seem to do this. Typo3 version 4.4.6 If anyone has any ideas... all help is valued and appreciated. Ta! 回答1: Please make sure that you have installed the system extension "t3skin". It brings the default skin and is shipped with TYPO3.

Yii2 BackOffice with API REST Implementation

廉价感情. 提交于 2020-01-05 10:08:51
问题 I have developed an app in Yii2 that is as a backoffice for a Travel Agency. I have used the basic start template, and used gii (code generator) to create the CRUDS for the models (Hotels, HotelRooms, HotelImages, etc) I also want to create two different front-end applications (one for retail, and the other for other agencies), and I thought to separate it from the backend (maybe an angular.js app) and get the info through REST could be a good approach. So I want to use the API Rest based on

Magento: Fatal error: Class 'Mage_Catalogrule_Helper_Data' not found

一个人想着一个人 提交于 2020-01-05 03:37:48
问题 I just made a few changes to my webshop by admininterface (no big one, like no short media URL..) and now every time I log in to Magento it shows up the following Error. I can't see anything else. The frontend is still working. Fatal error: Class 'Mage_Catalogrule_Helper_Data' not found in /var/www/vhosts/mysite.com/httpdocs/app/Mage.php on line 546 What could be the matter and how can I fix it? Would be great if somebody could help me. thanks 回答1: It sounds like you've edited some core files

Understanding of back end file seeding to provide fast client downloads

强颜欢笑 提交于 2020-01-04 04:05:02
问题 The theme of my project is to implement a distributed server which provides several clients several files to download. The server is hosting several files and we want that the server should implement some best algorithms to quickly let the clients download data from it. My idea of implementation of project: Like the client generally downloads the file using some download managers, similarly there must exist some server side managers/codes/algorithms which upload/seed the file quickly to let

Understanding of back end file seeding to provide fast client downloads

笑着哭i 提交于 2020-01-04 04:04:24
问题 The theme of my project is to implement a distributed server which provides several clients several files to download. The server is hosting several files and we want that the server should implement some best algorithms to quickly let the clients download data from it. My idea of implementation of project: Like the client generally downloads the file using some download managers, similarly there must exist some server side managers/codes/algorithms which upload/seed the file quickly to let

No Backend Icons FLUID Powered TYPO3 - wrong path?

谁都会走 提交于 2020-01-03 05:06:12
问题 after my first steps with FLUID POWERED TYPO3. The latest versions flux 7.1.2 , fluidpages 3.1.2 , fluidcontent 4.1.1 , fluidcontent_core 1.0.2 , vhs 2.1.4 I've got only a small issue ... I don't see my Icons for FLUIDPAGES or FLUX CONTENT ELEMENTS at TYPO3 Backend. This is the Icon Path for Fluidpages-Images from Screenshot: typo3conf/ext/mvz_neuhann/Resources/Public/Icons/Page/Standard.gif I try it with or without baseURL nothing happens. The Icon is visible, when I paste the path into my

No Backend Icons FLUID Powered TYPO3 - wrong path?

空扰寡人 提交于 2020-01-03 05:06:07
问题 after my first steps with FLUID POWERED TYPO3. The latest versions flux 7.1.2 , fluidpages 3.1.2 , fluidcontent 4.1.1 , fluidcontent_core 1.0.2 , vhs 2.1.4 I've got only a small issue ... I don't see my Icons for FLUIDPAGES or FLUX CONTENT ELEMENTS at TYPO3 Backend. This is the Icon Path for Fluidpages-Images from Screenshot: typo3conf/ext/mvz_neuhann/Resources/Public/Icons/Page/Standard.gif I try it with or without baseURL nothing happens. The Icon is visible, when I paste the path into my

Is there any way to access private datasets through API call

亡梦爱人 提交于 2020-01-03 03:40:10
问题 I'm running Mirth 3.6.1 with CKAN 2.8 and being a newbie to this I've run into an issue: Is there a way to access resources in private datasets in CKAN through API requests? I can't seem to do it. I have an organization with a public dataset and I can can go through Mirth via the API router to the correct Mirth channel and get the data from CKAN, like normal, with an API request. But if I make the dataset private, it all falls apart. Even though I use the correct API-key. Although, that doesn

Add checkbox to product type option in Woocommerce backend product edit pages

匆匆过客 提交于 2020-01-01 12:04:18
问题 I have added a custom option checkbox in Woocommerce admin product data settings. If I enable that checkbox and save the changes, the value is correctly saved in product meta data, but the checkbox never stay checked . What I am doing wrong? How to get this working as other option checkboxes? My code: function add_e_visa_product_option( $product_type_options ) { $product_type_options[''] = array( 'id' => '_evisa', 'wrapper_class' => 'show_if_simple show_if_variable', 'label' => __( 'eVisa',