All Projects → agnostack → Magento_extension

agnostack / Magento_extension

Licence: other
Zendesk's Magento 1 extension

Projects that are alternatives of or similar to Magento extension

magento-1
PAYONE Payment Extension for Magento 1
Stars: ✭ 19 (-66.67%)
Mutual labels:  magento-extension
magento2-webappmanifest
A Magento 2 extension that adds a Web App Manifest to the store.
Stars: ✭ 19 (-66.67%)
Mutual labels:  magento-extension
Magento2 Form Field Manager
Customer and Address Form Fields Manager for Magento2
Stars: ✭ 21 (-63.16%)
Mutual labels:  magento-extension
magento-jobqueue
A database backed asynchronous job queue for Magento
Stars: ✭ 52 (-8.77%)
Mutual labels:  magento-extension
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (-47.37%)
Mutual labels:  magento-extension
Magento Turpentine
A Varnish extension for Magento.
Stars: ✭ 531 (+831.58%)
Mutual labels:  magento-extension
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (-1.75%)
Mutual labels:  magento-extension
Anonymizer
Anonymizes Magento Customer and Order data
Stars: ✭ 46 (-19.3%)
Mutual labels:  magento-extension
magento-address-autocomplete
A Magento module that uses the Google Places API to populate the address fields on the checkout.
Stars: ✭ 14 (-75.44%)
Mutual labels:  magento-extension
Magento Estimateddelivery
Magento 1 Extension to provide delivery date estimates for each shipping method.
Stars: ✭ 15 (-73.68%)
Mutual labels:  magento-extension
apiplus-magento
Make your Magento API integration easier for third parties with this module.
Stars: ✭ 16 (-71.93%)
Mutual labels:  magento-extension
app-search-magento
A first party module to integrate Elastic App Search in Magento 2.
Stars: ✭ 25 (-56.14%)
Mutual labels:  magento-extension
Awesome Magento2
Curated list of awesome Magento 2 Extensions, Resources and other Highlights
Stars: ✭ 817 (+1333.33%)
Mutual labels:  magento-extension
Tooltip
Magento 2 attribute tooltip module
Stars: ✭ 23 (-59.65%)
Mutual labels:  magento-extension
Magento2 Facebook Pixel
This free Facebook Pixel extension allows you to track your visitors' actions.
Stars: ✭ 29 (-49.12%)
Mutual labels:  magento-extension
magento2-csspreload
Asynchronous CSS loading in Magento 2 using rel="preload"
Stars: ✭ 26 (-54.39%)
Mutual labels:  magento-extension
Avs fastsimpleimport
Wrapper for Magento ImportExport functionality, which imports products and customers from arrays
Stars: ✭ 311 (+445.61%)
Mutual labels:  magento-extension
Magento Xtest
Magento Testing Framework
Stars: ✭ 52 (-8.77%)
Mutual labels:  magento-extension
Module Rocketjavascript
Stars: ✭ 37 (-35.09%)
Mutual labels:  magento-extension
Magento1 Sl Si
🇸🇮 Magento 1 Slovenian translations
Stars: ✭ 5 (-91.23%)
Mutual labels:  magento-extension

ANNOUNCING VERSION 3.0 📣

The new 3.0 version fixes several core issues (incorrect/missing order address, sporadic missing customer data, lack of order item quantities, etc.) and provides all new v2 endpoints, with the ability to retrieve additional information about customers and orders within your Magento store.

  • Perform advanced Customer Search
  • View real-time Shipping Status
  • Access detailed Payment Status
  • Enable direct Order Search by ID
  • Access Order Messages and Notes

Dowload the latest version of the extension at: https://github.com/agnostack/magento_extension/releases/tag/v3.0.1.

Additional detailed instructions on configuring agnoStack for the new version can be found at: https://agnostack.com/faqs/setup-onboarding/configuring-magento-1.

As of September 7th, 2020 agnoStack has now officially taken over support and maintenance of this Extension from Zendesk. Learn more at: https://agnostack.com/press-releases/agno-stack-takes-over-zendesk-magento-1-extension

Zendesk Extension for Magento

This Extension makes Zendesk work seamlessly with Magento 1 to enable stores to deliver great customer support. It was originally develop by Zendesk and is now supported and maintained by agnoStack.

Features include:

  • Enable Single Sign-on with Zendesk
  • Create support tickets without leaving Magento
  • Display relevant support tickets on order & customer dashboards
  • Create support tickets from Contact Us requests
  • Easily add the Embeddables Web Widget to your site

API

General Notes

The extension provides its own custom RESTful API, which is intended to be used by the agnoStack app. The custom API allows for a consistent interface across all Magento versions, regardless of whether they support XML-RPC, SOAP or REST interfaces, and provides exactly the data that the app requires.

The base URL of the API is http://your_site_base_url/zendesk/api/.

Authentication

The API can be enabled in the Zendesk settings page in the Magento admin panel. Using it requires a token to be generated and be sent to the API in an Authorization header:

Authorization: Token token="your token goes here"

Single Sign-on (SSO)

The extension only accepts one type of SSO implementation, either for administrators/agents or end-users. Verify that you have selected the correct user group to enable SSO, on your Zendesk account go to Settings > Security and select Single sign-on for which users to enable SSO via Magento.

Administrators and agents

  • Remote login URL: http://your_site_base_url/admin/zendesk/authenticate
  • Remote logout URL: http://your_site_base_url/admin/zendesk/logout

End-users sign-in

  • Remote login URL: http://your_site_base_url/zendesk/sso/login
  • Remote logout URL: http://your_site_base_url/zendesk/sso/logout

Responses

You may receive the following errors from any of the API calls:

  • 401 Not authorised

    Authentication token is not valid.

  • 403 API access disabled

    API access has been disabled in the Magento admin panel. It will need to be enabled before using the API.

  • 404 Resource does not exist

    The requested resource was not found.

All API methods return content as JSON objects following the format set out in the method definitions below.

Available Methods

GET /customers/<email>

Will return customer information for the customer with the provided email address. If no customer record exists but orders have been placed then the email is treated as a guest and only the orders they have placed are returned. If no customer record exists and there are no orders using the email then a 404 error is returned.

Note that Magento allows scoping customers either globally or per website. If set to be scoped per website then this method will return the first customer which matches the email address, regardless of the website they belong to.

GET /orders/<order_increment_id>

Will return details of an individual order based on the Magento order increment ID, which usually takes the form 100000321.

GET /users/<user_id>

Will return either a single Magento admin user, or a list of users if the user_id argument is left out. Admin user accounts have access to the admin panel and are different to customer accounts.

Additional Available Methods (v3 and later)

GET /customer/<customer_id>

Will return customer information for the customer with the provided customer ID. If no customer record exists, this will return null.

POST /searchCustomers

Will return customer information for the customers with the provided customer atrribute payload.

Example payload:

{
    "customer": {
        "email": "[email protected]",
        "firstname": "Jane",
        "lastname": "Doe"
    }
}

POST /searchOrders

Will return order details for orders which match the provided order attribute payload.

Example payloads:

// Lookup by customer and product
{
    "customer": {
        "email": "[email protected]"
    },
    "product": {
        "sku": "123"
    }
}

// Lookup by status
{
    "status": "complete"
}

GET /order/<order_id>

Will return details of an individual order based on the Magento order increment ID, which usually takes the form 100000321. This endpoint will return enhanced data on top of what is prodived by the v2.x endpoint.

GET /shipping/<order_id>

Will return shipping related details of an individual order based on the Magento order increment ID, which usually takes the form 100000321.

GET /notes/<order_id>

Will return status history details of an individual order based on the Magento order increment ID, which usually takes the form 100000321.

Local Development

Resetting the extension

During development you may wish to clear out the configuration for the Magento extension. All settings are stored in the core_config_data table of the Magento database and can be removed with an SQL query:

DELETE FROM `core_config_data` WHERE `path` LIKE 'zendesk/%';

Contribution

Improvements to the extension are always welcome. To contribute, please submit detailed Pull Requests. To share any Issues or potential Bugs, please submit an Issue.

Copyright and License

Copyright 2012-present, Zendesk Inc. + Copyright 2020-present, agnoStack, Inc. Licensed under the Apache License Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].