App Administrateur PrestaShop - Gestion Facile du Magasin
Intact 

App Administrateur PrestaShop - Gestion Facile de l'Espace Admin 1.1.8 untouched

Vous n'avez pas l'autorisation de télécharger
  • Auteur du fil de discussion Auteur du fil de discussion chavez
  • Date de début Date de début
Inscrit(e) le
Sep 11, 2021
Messages
7,662
Score de réaction
1,248
Credits
$6,780
LeFE Presta Admin App - Easy to Manage Store Admina a été soumis et est maintenant disponible gratuitement pour téléchargement. Merci beaucoup de la contribution de notre membre @chavez!
FE Presta Admin App vend rapidement et est largement accepté module facilite l'administration de la gestion de leur magasin à partir d'un téléphone. Il aide à gérer le catalogue, les clients, les paniers abandonnés, obtenir des notifications instantanées ou en temps opportun des commandes sur votre téléphone.

Il vous permettra de gérer votre magasin PrestaShop n'importe quand et n'importe où grâce à votre appareil mobile.
Il promet de fournir une connexion sécurisée entre la boutique PrestaShop et l'appareil mobile.
Il vous permettra d'ajouter, de mettre à jour et de consulter les produits, les commandes, les catégories...
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
Code:
{"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
Code:
{
  "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
 
Dernière modification:
Haut