Advanced Search
Search Results
122 total results found
Common Questions
Feed is generating too slow Most catalogs should be able to process few products per second. The speed of products processing depends on attributes mapped into the feed the complexity those attributes backend. I order to trace which attribute is causing the pe...
Feed types used by customers
Bronto feeds, reported with GSF-2505 Facebook products Google local Inventory
Magento's Google Shopping Ads
Brief review of https://marketplace.magento.com/magento-google-shopping-ads.html compared to Rocket Shopping Feeds for Magento 2 I wasn’t able to complete onbording with this extension as it requires store to be public so that google can verify it and synchron...
Articles
Rocket Shopping Feeds for Magento puts power in your store’s data.
Rocket Shopping Feeds for Magento puts power in your store’s data.
To be successful with Google Shopping requires mastering two important aspects. Aside from marketing battle with competition, knowing where and how much to bid, there’s also data you work with. The product data you send through Merchnat Center is your store on...
Overview
Welcome! This is the home page for your knowledge base space within Confluence. You can use your knowledge base to capture best practices and address common problems. Next, you might want to: Create your first knowledge base article - Click "Create" and select...
Troubleshooting articles
Title Creator Modified Top 10 questions about the NetSuite connector Paul Grigoruta Jan 09, 2015
Top 10 questions about the NetSuite connector
In what programming language is the connector written? PHP, implemented as a Magento extension. It also makes use of the PHP Toolkit provided by NetSuite (http://www.netsuite.com/download/PHPToolkit_2014_2.zip) What are the main features of the connector? Th...
Product documentation - Magento 1 connector
General architecture
Used technologies The NetSuite connector is implemented as a Magento extension, 100% open source. It does not use any external service other than the NetSuite instance it communicates with. The communication with NetSuite happens via SuiteTalk , which is a SOA...
Product synchronization
Field mapping The core of the product synchronization is the map defined at NetSuite->Settings->Product synchronization->Field Mapping . This mapping defines the link between Magento attributes and Inventory Items custom/standard fields. Each mapping line co...
Stock synchronization
Stock synchronization is done by default once in 6 hours. At this time, all stocks will be grabbed from NetSuite and imported in Magento. The relevant stock settings can be found at NetSuite->Settings->Stock Options: Parameter name Example value Description L...
Order export
Orders are queued for export once they are placed. Customer data The customer is pushed with the order, as described here. Note that even if an order is placed anonymously, a customer is still created in NetSuite, since it has no concept of anonymous orders. ...
Invoice import/export
Invoices management should be happening in NetSuite, but the initial invoice is pushed to NetSuite in case you make use of an authorize & capture payment method in Magento, or create an invoice using any other mean. At NetSuite->Settings->Order Settings->Netsu...
Fulfillment import
Order fulfillment should happen in NetSuite. You can fulfill the order one or more times, each fulfillment being imported as a shipment in Magento. Tracking information is also passed back to Magento. See order export for how to configure tracking. Shipments s...
Server configuration
Crons Main cron The main NetSuite processing cron is located at MAGE_ROOT/shell/netsuite/netsuiteCron.php. The minimum amount of configuration is to set this cron to run every few minutes: */2 * * * * php /home/mt_dev/public_html/oDaBS2962/shell/netsuite/netsu...
Extending the connector
General considerations It is not recommended to change the connector code directly. If you need to change it, the best approach is to create a module in app/code/local, then either hook into one of the below events or use class rewrites. Events list netsuite_s...
Customer Export
Exported customer data email address full name address book Note that for states to be exported properly, they must be defined in NetSuite accordingly. While this is not an issue for US, it may be one for other countries. If you find out that specific customer...