Author Topic: bug report  (Read 7844 times)

Offline Jone

  • Newbie
  • *
  • Posts: 42
  • Karma: +3/-1
    • View Profile
bug report
« 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

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: bug report
« Reply #1 on: June 28, 2012, 06:09:22 AM »
thank you.
we replaced selectboxes  by switch buttons in 1.0.3 on this page.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod