Mensagem de erro in backend

I’m trying save my configurations of Slider but I received this message:
An error occurred while saving this configuration: Qty: Format is incorrect.

I tried change configurations, but I received the same thing.

What is my error, can you help me?

Thanks!!!

2 answers

Profile photo of Saguaros 0.00 $tone August 1, 2014
Public

Try to open file app\code\local\JoomlArt\JmProductsSlider\Model\Sys tem\Config\Backend\JmProductsSlider\CheckInputQty. php

At line 18, comment or remove this code:

Code:

if (!is_numeric($value)) { 
            throw new Exception(Mage::helper('joomlart_jmproductsslider')->__('Qty: Format is incorrect.'));
        }

Hope this helps.

#1

This question is now closed

Written By

Comments