Jump to content
thirty bees forum

Krystian

Members
  • Posts

    5
  • Joined

  • Last visited

Krystian's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. @datakick No, i don't use ThirtyBees... I don't know how to fix it, it's hard to find a right solution.
  2. Hello, On PHP 7.0.4 everything is ok. But I need to change PHP to 7.0.22. And when I do it, I can see 500 error. Debug Mode: IntlException in NumberToLocalizedStringTransformer.php line 245: Constructor failed I don't know how to fix it... I build shop on presta 1.7.2.4 and now I think that was not good idea. Please help me.01517308520335error500.zip
  3. <?php class AdminOrdersController extends AdminOrdersControllerCore { public function __construct() { parent::__construct(); $this->fields_list['invoice_number'] = array( 'title' => $this->l('invoice'), 'align' => 'text-center', 'class' => 'fixed-width-xs' $this->fields_list['postcode'] = array( 'title' => $this->l('Postcode'), 'align' => 'text-center', 'class' => 'fixed-width-xs' ); } } And after adding this I see this message. FatalErrorException in AdminOrdersController.php line 14: Parse Error: syntax error, unexpected '$this' (T_VARIABLE), expecting ')'
  4. Hello, How to add more than one additional column? I added 'City' and I don't know how to add another one like 'postcode'. Thanks
×
×
  • Create New...