Jump to content
thirty bees forum

mauroagr

Members
  • Posts

    41
  • Joined

  • Last visited

Posts posted by mauroagr

  1. Dear Lesley, Have a lot of improvements that can be make in all platforms (PS, Magento, TB, etc), but some is hard to do, in programming and need time. The TB are making a big work to increase some things that PS not make. The speed is important to me. The one step checkout, i particular preferer the step by step, about the customer dont see all fields that need fill to make a order. I think will migrate my PS in next weeks, only not need make 'theme' upgrades, is one big time save. Thanks. Mauro

  2. Solved! public function __construct() { parent::__construct(); $part1 = array_slice($x->fields_list, 0, 1); $part2 = array_slice($x->fields_list, 2,1); $part3 = array_slice($x->fields_list, 4, 4); $part4 = array_slice($x->fields_list, 8); $this->fields_list = array_merge($part1, $part2, $part3, $extraFields1, $part4); AdminController::__construct(); }

  3. Friends, I am working to override 'part' of adminOrdersController. I try to add onde extra field in orders list, but i dont will copy all _contrunct() from core to add ond extra fields. I try use this, but dont get success. Any can help. public function __construct() { $x = new AdminOrdersControllerCore(); $this->fields_list = array_merge( $x->fields_list, ['tracking_number' => [ 'title' => $this->l('Número Rastreio'), 'havingFilter' => true, 'width' => 100, ], ] ); return AdminOrdersControllerCore::__construct(); }

  4. Dear Friends, I create in my PS, 3 extra fields after product description when we create a product. This i use to specifications, included itens, and extra informations to stay a better view to customer. But not have a hook in admin, i create it to solve. Can be add in new version, a hook in the space between description and tags? Thanks Mauro

    0_1535554202257_0465d443-838c-4462-a5bd-d3bdbe609f47-image.png

  5. try this: - Disable friendly URL - Clear Cache - Close browser and try again.

    if not run try: - left button in image, open in new tab, if you see the image. - if not, try chenge the folder permission to 777, and check again.

    In admin, sometimes the PS/TB stay the thumbs in cache.

×
×
  • Create New...