Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

AJAX-AttributeManager-V2. error


gotboost350z

Recommended Posts

Posted

works fine with that error if any one knows how to remove that or if thats not an error let me know thanks

 

goto admin > attributeManager > classes > attributeManagerConfig.class.php

find these lines

 /**
	* QT Pro plugin
	*/
	$this->add('AM_USE_QT_PRO', true);
	$this->add('AM_DELETE_ZERO_STOCK', true); // if true, deletes options combinations with zero quantity from stock

and change it to

 /**
	* QT Pro plugin
	*/
	$this->add('AM_USE_QT_PRO', false);
	$this->add('AM_DELETE_ZERO_STOCK', false); // if true, deletes options combinations with zero quantity from stock

Phoenix support now at https://phoenixcart.org/forum/
App created for phoenix
TinyMCE editor for admin

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...