Jump to content

Back office >> new order >> Add To Cart button does not work. Does not put the product on the list!


dejan.dejanovic@yaho

Recommended Posts

Members,

need urgent help, as not able to produce new orders from Back Office.

For easier understanding I have attached Picture which show the issue.

So, version is 1.6.1.11, and steps >> menu Orders >> new order >> the product search option sucessful return the product, but when I button Add To Cart, nothing happened.

But, when I checked menu Shopping Carts the record is there but without selected product.

 

Thanks in advance

 

 

Capture.png

  • Like 1
Link to comment
Share on other sites

  • 4 weeks later...

Right I seem to have fixed my problem, see it your is the same.

 

Please go to /config/defines.inc.php

 

and check that lines 27-40 are:

 

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);
}
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);
if (_PS_MODE_DEV_ === true) {
    @ini_set('display_errors', 'on');
    @error_reporting(E_ALL | E_STRICT);
    define('_PS_DEBUG_SQL_', true);
} else {
    @ini_set('display_errors', 'off');                                  <---- this was set to 'on', so change to 'off'
    define('_PS_DEBUG_SQL_', false);
}

 

Hope this works for you....

  • Like 1
Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...