Jump to content

Berbero

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Berbero

  1. Hi Prestashop experts I recently hired someone to fix some little issues, which he did, however, the orders are not working and I don't want to hire him again. I am a bit worried that he will do something else. I have made a test order, but it is hanging in the shipping address and not progressing to the next step "Shipping Method". Would you know how to fix this issue? I really need your help.
  2. Hi there I have noticed that the word "Testing" in my back office and in the mailchimp is showing as my shop name, but I have checked my shop name under Shop Parameters/contact/stores and it is fine. Does anyone of you know where I can change that from? Thanks
  3. Hi there Prestashop Gurus I am not a developer, but an ecommerce website owner with a bit of some knowledge of software development. My issue is simple. There is no date showing anywhere on the orders placed, or shipping, or invoices, etc. There is only a number "1" showing next to the date field. Here is the code from AdminOrdersController.php: ), 'osname' => array( 'title' => $this->trans('Status', array(), 'Admin.Global'), 'type' => 'select', 'color' => 'color', 'list' => $this->statuses_array, 'filter_key' => 'os!id_order_state', 'filter_type' => 'int', 'order_key' => 'osname' ), 'date_add' => array( 'title' => $this->trans('Date', array(), 'Admin.Global'), 'align' => 'text-right', 'type' => 'datetime', 'filter_key' => 'a!date_add' ), 'id_pdf' => array( 'title' => $this->trans('PDF', array(), 'Admin.Global'), 'align' => 'text-center', 'callback' => 'printPDFIcons', 'orderby' => false, 'search' => false, 'remove_onclick' => true ) and see attached snapshot from the back-office. Any help provided is much appreciated. Document1.pdf
×
×
  • Create New...