AbanteCart Community

General Topics => Feedback on My Store => Topic started by: Jone on June 27, 2012, 02:43:06 AM

Title: bug report
Post by: Jone on June 27, 2012, 02:43:06 AM
admin\controller\pages\setting\store.php
line 466
'value' => $this->data['config_customer_approval'] ? $this->data['config_customer_approval'] : 1,  can't change the status in the admin panel,
'value' => $this->data['config_customer_approval'] will be ok . The value of $this->data['config_customer_approval'] is 0 or 1 ":" is not needed
line 517
'value' => $this->data['config_config_cart_weight'],      config_cart_weight will be ok
Title: Re: bug report
Post by: abolabo on June 28, 2012, 06:09:22 AM
thank you.
we replaced selectboxes  by switch buttons in 1.0.3 on this page.