-
Order Sources
- 1ShoppingCart
- Amazon Direct Fulfillment
-
Amazon Seller Central
- Error: Amazon MWS Developer Access is About to Expire
- Missing Amazon Seller Central Orders
- Amazon Inventory Error - An FBA offer already exists on this SKU
- Amazon Could Not Upload Tracking
- Amazon Inventory Sync Issue
- Amazon - Access to Orders.ListOrders is denied
- Amazon Marketplace Integration Overview
- Amazon Marketplace Alerts
- Amazon Marketplace Extra Fields
- Amazon - No valid marketplaces
- Amazon Ship Methods
- Setting Up Amazon Seller Central
- Amazon orders marked as late even when shipped same day
- Amazon Ship Confirmation Delays
- Amazon Marketplace Settings
- ApparelMagic
- ArcDynamic
- AspDotNetStorefront
- BigCommerce
- BlueCherry
- BrightSites
- ByDesign Freedom
- Centra
- ChannelAdvisor
- Cin7
- ClickBank
- Cratejoy
- CS Cart
- CSV Cart
- Dear Systems
- DemandStream
- DSCO
-
Ebay
- eBay Integration Overview
- Setting Up Ebay
- eBay Settings
- Ebay Error - Variation level SKU should be supplied to revise a Multi-SKU item.
- How to find "Sales Record Number" in eBay?
- Inventory-based listing management is not currently supported by this tool - Ebay
- Ebay listings not syncing with Extensiv Integration Manager
- Ebay Auth token is expired
- You've reached the number of items you can list - Ebay
- Using eBay Global Shipping Program
- Ecwid
- Etsy
- Faire
- Feature List
- Forecastly
- Goldbelly
- Google Shopping
- Groupon
- Houzz
- Infusionsoft
- Integral Group
- Joor
- Lightspeed Retail
- Linnworks
-
Magento
- Setting Up Magento
- Setting Up Magento 2
- Magento 1 Settings
- Magento 2 Settings
- Supported Plugins - Magento
- Invalid api path - Magento
- Magento 2 Permissions Error
- Magento orders missing products
- SOAP extension is not loaded - Error Message
- Access Denied - Magento
- Invalid carrier specified - Magento
- Magento Shipment Emails Don't Include Tracking Number
- Neto
- NetSuite
- Nexternal
- OnBuy
- OpenCart
-
Order Manager
- Extensiv Order Manager Integration Overview
- Setting Up Extensiv Order Manager
- Extensiv Order Manager Settings
- Initialize Inventory Sync For New Extensiv Order Manager Products
- Extensiv Order Manager Warehouse Name or Warehouse ID error
- Setting Up ShipStation as an Order Destination for Extensiv Order Management
- OrderBot
-
OrderStream
- Performing tests inside CommerceHub Testing Portal
- Setting Up CommerceHub OrderStream
- CommerceHub OrderStream Settings
- CommerceHub OrderStream Invoices
- CommerceHub Required Resources
- CommerceHub Orders Late or Not Shipped
- CommerceHub Inventory Not Updating
- 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
- Setting up Merchant SKUs and UPCs - CommerceHub
- CommerceHub Walmart.com
- Overstock.com
- PayPal
-
PrestaShop
- Setting Up PrestaShop
- PrestaShop Settings
- Error pulling mapping code from PrestaShop
- Internal error. To see this error please display the PHP errors. - PrestaShop
- Blank Tracking Number - PrestaShop
- Shipping Confirmation Error - PrestaShop
- Unexpected HTTP Status 302 - PrestaShop
- Fatal Error - PrestaShop
- Internal Server Error 500 - PrestaShop
- Pulse Commerce
- Quickbooks
- Radial
- SalesForce
- Shift4Shop - 3DCart
- ShipStation
-
Shopify
- Shopify Payment Status Info
- Shopify Inventory Not Syncing
- Shopify Integration Overview
- Setting Up Shopify
- Shopify Settings
- Shipping Method Setup - Shopify
- Shopify Filter Order Rules
- Shopify - Line Items: must be stocked at the same location
- Shopify Products say: Unavailable on Extensiv Integration Manager
- How to Ignore Shopify POS Orders
- Shopify - This action requires write_orders scope
- SPS Commerce
- Squarespace
- Sticky.io
- Teapplix
- UltraCart
- Uniware ClearConnect
- Unleashed
- Veeqo
- Vend POS
- Vin eRetail
- Volusion
- Walmart Marketplace & DSV
- Wayfair
- Web Shop Manager
- Wish
-
Wix
-
WooCommerce
- Setting Up WooCommerce
- Setting WooCommerce Timezone
- WooCommerce Settings
- Sorry, you are not allowed to create resources - WooCommerce
- Fix WooCommerce Permissions
- Error adding notes to order - WooCommerce
- WooCommerce reported a file not found error
- Invalid response from WooCommerce
- WooCommerce Confirmation Methods
- WooCommerce Inventory Sync
- Conflicting Order Numbers - WooCommerce
- Cannot connect to WooCommerce site
- WooCommerce Ship Methods
- Cannot communicate securely with peer - WooCommerce
- API key provided does not have write permissions - WooCommerce
- Xero
- XML Cart
- Yahoo Stores - Small Business
- Zoho Inventory
Magento Shipment Emails Don't Include Tracking Number
This workaround should no longer be needed! We make an API call to salesOrderShipmentSendInfo which works around this Magento issue without needing to do anything special on the Magento side.
Problem
By default, Magento shipment emails are sent without tracking numbers. This is because the Magento API requires a two step process. First we create a Shipment for the order, and then we add the tracking numbers to the Shipment. Unfortunately Magento sends out the email after Step 1, but before Step 2.
Solution
This solution will fix the email issue for orders confirmed via Extensiv Integration Manager. It may prevent emails being sent if you also use another method of confirming some orders. If you will also use other methods of confirming orders, please test it after making these changes so you can revert them if needed.
The missing tracking number can be fixed by telling Magento not to send the email until after the tracking number has been added. Follow these directions to set this up.
In the Magento Admin Panel, go to System > Templates > Transactional Emails
- Sometimes it is under System > Transactional Emails
- Click the Add New Template button at the top of the page.
- For the Template option, choose New Shipment from the pulldown list and click Load Template.
- Enter a new unique Template Name like: New Shipment after Tracking
- Click Save Template at the top of the page.
- Repeat steps 2 - 5, but this time choose New Shipment for Guest as the Template.
- Now go to System > Configuration
- Click Sales Emails under the Sales section.
- Select the Shipment section to expand it, then set the Enabled option to No.
- Select the Shipment Comments section to expand it, then set Enabled to Yes.
- For the Shipment Comment Email Template option, select the first template you setup.
- For the Shipment Comment Email Template for Guest option, select the second template you setup.
- Click Save Config at the top of the page.
- After this, Magento will only send shipment notification emails to your customer after the tracking has been uploaded to the system.