APP Administrador do FE Presta - Fácil de Gerenciar o Administrador da Loja
Inalterado 

APP de Gerenciamento do Administrador da Loja FE Presta - Fácil de Gerenciar 1.1.8 untouched

Sem autorização para baixar
  • Criador do tópico Criador do tópico chavez
  • Data de início Data de início
Associado
11/09/2021
Mensagens
7.662
Pontuação de reações
1.248
Credits
$6.780
OFE Presta Admin App - Easy to Manage Store Adminfor já sido submetido e está disponível para download gratuito. Grande obrigação pela contribuição do nosso membro @chavez!
FE Presta Admin App facilita o gerenciamento da operação do seu estabelecimento usando móvel. Ele ajuda a gerenciar o catálogo, clientes, carrinhos abandonados e recebe notificações de pedidos em tempo real no seu telefone.

Permitirá que você gerencie sua loja Prestashop em qualquer momento, em qualquer lugar usando seu dispositivo móvel.
Ele promete fornecer uma conexão segura entre a loja PrestaShop e o dispositivo móvel.
Ele permitirá adicionar, atualizar e visualizar produtos, pedidos, categorias...
Read more about this resource...
 
that is return site data from your purchase order at back end
2025-08-22_030659.webp

and if this order id was empty or wrong .app will return
CÓDIGO:
{"isOperationSuccess": false,
                "Message": "Store name not get please save settings from module.",
                "Data": {"siteurl": "null",
                "storename": "null"}

if we are try to add default content to here .return infomation except message notice like
CÓDIGO:
{
  "isOperationSuccess": true,
  "Message": "Welcome to Flexeasy mobi admin app",
  "Data": {
    "siteurl": "http://test.nullpro.net/",
    "image_text": "Maximum upload image size 8 megabytes",
    "ordernumber": "000000",
    "module_version": "1.1.6",
    "supported_android_app_version": "2.8.9",
    "supported_ios_app_version": "2.8.7",
    "force_update": false,
    "appcode": "123123123",
    "verify": "1",
    "legalcode": "0000000000",
    "storename": "My Store",
    "theme": "",
    "appkey": "VSZ66NPMHNV01M1P6LTODXTRKI4KMYE9",
    "report_limit": 30,
    "logo_image": "null",
    "currency": "$",
    "is_rated": "false",
    "currency_list": [
      {
        "label": "US Dollar",
        "iso_code": "USD",
        "value": 1,
        "sign": "$",
        "selected": "true"
      }
    ],
    "languages": [],
    "error_message": [
      {
        "key": "error_not_verify",
        "value": "Your app is not verified yet"
      },
      {
        "key": "error_url_notmatch",
        "value": "Url is not matched"
      },
      {
        "key": "error_orderid_notmatch",
        "value": "order id is not valid"
      },
      {
        "key": "error_date_notmatch",
        "value": "Date is less then require date"
      }
    ],
    "notification_settings": {
      "noti_interval_list": [
        {
          "title": "0",
          "value": "0"
        },
        {
          "title": "5",
          "value": "5"
        },
        {
          "title": "10",
          "value": "10"
        },
        {
          "title": "15",
          "value": "15"
        },
        {
          "title": "20",
          "value": "20"
        },
        {
          "title": "25",
          "value": "25"
        },
        {
          "title": "30",
          "value": "30"
        },
        {
          "title": "35",
          "value": "35"
        },
        {
          "title": "40",
          "value": "40"
        },
        {
          "title": "45",
          "value": "45"
        },
        {
          "title": "50",
          "value": "50"
        },
        {
          "title": "55",
          "value": "55"
        },
        {
          "title": "60",
          "value": "60"
        }
      ],
      "notification_interval": "",
      "is_customer_noti_on": "true",
      "customer_noti_title": "hoME tEST - New customer registered",
      "customer_noti_message": "Update : {totalcust} Customer registered.",
      "is_order_noti_on": "true",
      "order_noti_title": "hoME tEST - You have {total} new orders",
      "order_noti_message": "Update : Sum of {totalpaid} order received.",
      "order_status": [
        "11",
        "2"
      ],
      "update_order_noti_title": "hoME tEST - Order status change",
      "update_order_noti_message": "#{order} : Reference {ref} order status change to {status} and order amount is {orderamount}."
    },
    "category_cover_size": "Recommended size 141px x 180px",
    "category_small_size": "Recommended size 98px x 98px",
    "category_thumbnail_size": "Recommended size 98px x 98px",
    "product_image_size": "Recommended size 800px x 800px JPG, GIF or PNG format",
    "image_dimension": [
      {
        "product_image_width": "458",
        "product_image_height": "458",
        "category_cover_image_width": "870",
        "category_cover_image_height": "217",
        "category_thumb_image_width": "125",
        "category_thumb_image_height": "125",
        "menu_thumb_image_width": "125",
        "menu_thumb_image_height": "125",
        "last_update_date": ""
      }
    ],
    "gender": [
      {
        "gender_id": 1,
        "title": "Mr."
      },
      {
        "gender_id": 2,
        "title": "Mrs."
      }
    ],
    "customer_group": [
      {
        "group_id": 1,
        "name": "Visitor"
      },
      {
        "group_id": 2,
        "name": "Guest"
      },
      {
        "group_id": 3,
        "name": "Customer"
      }
    ],
    "order_status": [
      {
        "id_order_state": 10,
        "name": "Awaiting bank wire payment"
      },
      {
        "id_order_state": 13,
        "name": "Awaiting Cash On Delivery validation"
      },
      {
        "id_order_state": 1,
        "name": "Awaiting check payment"
      },
      {
        "id_order_state": 6,
        "name": "Canceled"
      },
      {
        "id_order_state": 5,
        "name": "Delivered"
      },
      {
        "id_order_state": 12,
        "name": "On backorder (not paid)"
      },
      {
        "id_order_state": 9,
        "name": "On backorder (paid)"
      },
      {
        "id_order_state": 2,
        "name": "Payment accepted"
      },
      {
        "id_order_state": 8,
        "name": "Payment error"
      },
      {
        "id_order_state": 3,
        "name": "Processing in progress"
      },
      {
        "id_order_state": 7,
        "name": "Refunded"
      },
      {
        "id_order_state": 11,
        "name": "Remote payment accepted"
      },
      {
        "id_order_state": 4,
        "name": "Shipped"
      }
    ],
    "order_country": [
      {
        "id_country": 21,
        "name": "United States"
      }
    ]
  }
}

some config data was created by your website with together purchase order iD
 
Última edição:
Which files should I edit?
 
Top