Integration Management
Updated on July 28th, 2023
Participate in our Help Center User Experience Survey to shape its future enhancements. It's quick, under 5 minutes, and your feedback is invaluable.
-
Order Sources
- 1ShoppingCart
- Amazon Direct Fulfillment
-
Amazon Seller Central
- Amazon - Access to Orders.ListOrders is denied
- Amazon - No valid marketplaces
- Amazon Could Not Upload Tracking
- Amazon Inventory Error - An FBA offer already exists on this SKU
- Amazon Inventory Sync Issue
- Amazon Marketplace Alerts
- Amazon Marketplace Extra Fields
- Amazon Marketplace Integration Overview
- Amazon Marketplace Settings
- Amazon orders marked as late even when shipped same day
- Amazon Ship Confirmation Delays
- Amazon Ship Methods
- Error: Amazon MWS Developer Access is About to Expire
- Missing Amazon Seller Central Orders
- Setting Up Amazon Seller Central
- ApparelMagic
- ArcDynamic
- AspDotNetStorefront
- BigCommerce
- BlueCherry
- BrightSites
- ByDesign Freedom
- Centra
- ChannelAdvisor
- Cin7
- ClickBank
- Cratejoy
- CS Cart
- CSV Cart
- Dear Systems
- DemandStream
- DSCO
-
Ebay
- Ebay Auth token is expired
- Ebay Error - Variation level SKU should be supplied to revise a Multi-SKU item.
- eBay Integration Overview
- Ebay listings not syncing with Extensiv Integration Manager
- eBay Settings
- How to find "Sales Record Number" in eBay?
- Inventory-based listing management is not currently supported by this tool - Ebay
- Setting Up Ebay
- Using eBay Global Shipping Program
- You've reached the number of items you can list - Ebay
- Ecwid
- Etsy
- Faire
- Feature List
- Forecastly
- Goldbelly
- Google Shopping
- Groupon
- Houzz
- Infusionsoft
- Integral Group
- Joor
- Lightspeed Retail
- Linnworks
-
Magento
- Access Denied - Magento
- Invalid api path - Magento
- Invalid carrier specified - Magento
- Magento 1 Settings
- Magento 2 Permissions Error
- Magento 2 Settings
- Magento orders missing products
- Magento Shipment Emails Don't Include Tracking Number
- Setting Up Magento
- Setting Up Magento 2
- SOAP extension is not loaded - Error Message
- Supported Plugins - Magento
- Neto
- NetSuite
- Nexternal
- OnBuy
- OpenCart
-
Order Manager
- Extensiv Order Manager Integration Overview
- Extensiv Order Manager Settings
- Extensiv Order Manager Warehouse Name or Warehouse ID error
- Initialize Inventory Sync For New Extensiv Order Manager Products
- Setting Up Extensiv Order Manager
- Setting Up ShipStation as an Order Destination for Extensiv Order Management
- OrderBot
-
OrderStream
- CommerceHub Confirmation Error - PO does not exist for this relationship
- CommerceHub Confirmation Error - PO is not in a state where this action can be applied
- CommerceHub Inventory Not Updating
- CommerceHub Orders Late or Not Shipped
- CommerceHub OrderStream Invoices
- CommerceHub OrderStream Settings
- CommerceHub Required Resources
- CommerceHub Walmart.com
- Performing tests inside CommerceHub Testing Portal
- Setting Up CommerceHub OrderStream
- Setting up Merchant SKUs and UPCs - CommerceHub
- Overstock.com
- PayPal
-
PrestaShop
- Blank Tracking Number - PrestaShop
- Error pulling mapping code from PrestaShop
- Fatal Error - PrestaShop
- Internal error. To see this error please display the PHP errors. - PrestaShop
- Internal Server Error 500 - PrestaShop
- PrestaShop Settings
- Setting Up PrestaShop
- Shipping Confirmation Error - PrestaShop
- Unexpected HTTP Status 302 - PrestaShop
- Pulse Commerce
- Quickbooks
- Radial
- SalesForce
- Shift4Shop - 3DCart
- ShipStation
-
Shopify
- How to Ignore Shopify POS Orders
- Setting Up Shopify
- Shopify - Line Items: must be stocked at the same location
- Shopify - This action requires write_orders scope
- Shopify Filter Order Rules
- Shopify Integration Overview
- Shopify Inventory Not Syncing
- Shipping Method Setup - Shopify
- Shopify Payment Status Info
- Shopify Products say: Unavailable on Extensiv Integration Manager
- Shopify Settings
- SPS Commerce
- Squarespace
- Sticky.io
- Teapplix
- UltraCart
- Uniware ClearConnect
- Unleashed
- Veeqo
- Vend POS
- Vin eRetail
- Volusion
- Walmart Marketplace & DSV
- Wayfair
- Web Shop Manager
- Wish
-
WooCommerce
- API key provided does not have write permissions - WooCommerce
- Cannot communicate securely with peer - WooCommerce
- Cannot connect to WooCommerce site
- Conflicting Order Numbers - WooCommerce
- Error adding notes to order - WooCommerce
- Fix WooCommerce Permissions
- Invalid response from WooCommerce
- Setting Up WooCommerce
- Setting WooCommerce Timezone
- Sorry, you are not allowed to create resources - WooCommerce
- WooCommerce Confirmation Methods
- WooCommerce Inventory Sync
- WooCommerce reported a file not found error
- WooCommerce Settings
- WooCommerce Ship Methods
- Xero
- XML Cart
- Yahoo Stores - Small Business
- Zoho Inventory
Internal error. To see this error please display the PHP errors. - PrestaShop
Problem
Integration Manager is showing the following Alert message from your PrestaShop cart:
Internal error. To see this error please display the PHP errors
Â
Solution
This can be caused by many things in PrestaShop. The first step it to enable errors in PrestaShop so you can see what the actual error message is. To do this:
Access your web server and edit the following PrestaShop file:Â config/defines.inc.php
- Find the line with the following text:Â define('_PS_MODE_DEV_', false);
- Change the value to true so it looks like this:Â define('_PS_MODE_DEV_', true);
Â
If your store is hosted at the root of your website, you can add the following line immediately above the _PS_MODE_DEV_ line for additional security: if (substr($_SERVER['REQUEST_URI'], 0, 4) == '/api')
- Save the file and re-upload the file you your web server if you didn't edit the file already on your web server.
- Wait for Integration Manager to re-attempt connecting to your website and Integration Manager will show a new alert with the actual error message that needs to be fixed.
Â