Developer forum
Subject
Replies
Started by
Last reply
Integration and Stock Locations
Hi all I need to expand an ecom integration to list stock levels at two stock locations. This raises a few questions. I am using the DynamicwebProvider in the import. It is clear to me, that I need to import data into at least two tables: EcomStockLo ...
Thomas Overgaard Nielsen
05/01/2017 12:10:58
Last post: 05/01/2017 16:35:43
Prices shown without VAT
Hi all I am having difficulties getting prices to show including VAT when Liveintegration is in effect. Prices in the DB are excluding VAT When live integration is off, prices in productlist/product is shown including VAT. However whenever I enable L ...
Thomas Overgaard Nielsen
31/12/2016 02:47:33
Last post: 03/01/2017 22:50:55
CalculateOrder request not sent?
Hi all Can anyone help me out here. I am setting up live integration on a webshop project, and my next task is getting live calculation of cart / order in place. But for some reason I can't seem to find anything in the log what regards CalculateOrder ...
Thomas Overgaard Nielsen
15/12/2016 13:38:08
Last post: 16/12/2016 14:58:22
Caching of SalesDiscounts when import
Hello, I am importing SalesDiscounts using SQL provider in Data Integration. I am facing a caching problem: imported values are not available in the end-user front-end (system caches old discount values) until I make a website restart in the IIS. Is ...
Andriy Kozachuk
16/12/2016 10:30:27
Last post: 16/12/2016 13:09:28
Custom TableScript not available
Greetings. I have created a custom TableScript: https://i.imgur.com/1f2lwM0.png I have added some logging in the constructor to verify that the code is actually loaded by DW. DLL is deployed and info is logged indicating that the custom code was load ...
Espen Strømsnes
30/11/2016 13:21:14
Last post: 30/11/2016 14:31:09
User Provider and Tax fields
Hi, I am working on user integration with users and Avalara (taxes), but looks like the User Provider does no take the user tax fields into account http://doc.dynamicweb.com/documentation-8/how-tos/providers/avalara-avatax#sideNavTitle1-6 Is this by ...
Nuno Aguiar
21/11/2016 13:00:20
Last post: 30/11/2016 13:48:50
Updating product tries to insert the product instead of updating.
Hi, I have an issue when saving the product. Instead of updating it is trying to insert the new one. This is the example code. var dw = Product.GetProductByNumber(bp.sku, "LANG1"); if (dw == null) return; dw.Save(); When dw is null and I call Save it ...
Davor Zlotrg
23/11/2016 12:21:48
Last post: 28/11/2016 12:27:39
Send mail when user's email has been updated in an import job
Does anyone knows if it is possible to send an email to a user if the user's email is updated when running an import job in the Data Integration module using the UserProvider? Or is there some observer etc. in Dynamicweb which can catch this event? W ...
Niels Foldager
17/11/2016 21:58:42
Last post: 18/11/2016 14:46:05
Random Crashing
Hi. I have created my own source provider that grabs information from a CRM system and feeds it to the standard user destination provider, at first run through i have around 3600 users to add if they do not exist, of course after that i will only tak ...
Casper Andersen
01/11/2016 13:57:44
Last post: 03/11/2016 14:13:15
DW Windows service
Hi Dw, Does it make sense to have two windows services in an integrated environment? One for live requests and one for batch requests or is the windows service multi threaded? Best regards, Anders ...
Anders Ebdrup
24/08/2016 09:17:51
Last post: 31/10/2016 09:04:55
Order provider exports orders twice
I have an integration job where I use the Order provider as the source with the following settings: - Export not yet exported Orders = false - Only export orders without externalId = true - Do not export carts = true - Order state after export = Leav ...
Espen Strømsnes
25/10/2016 09:21:04
Last post: 25/10/2016 14:26:48
NAV integration to existing ecom
A customer have a running site with ecom and have created a lot of products in ecom, and enriched the products with a lot of data. Now they want to connect there ecom to NAV, and get there product updated with core-data (price, stock, active, ect) fr ...
Kenneth Radoor
24/10/2016 11:22:08
Last post: 25/10/2016 11:52:25
Check 'Show in searches' on import.
Hi, We have solution where page itemtypes are being imported with the Data Integration module. (Source: Custom provider, Destination: Item provider) The import works fine, but on the created pages the checkbox 'Show in searches' is unchecked in the p ...
Jesse Bakker
19/10/2016 16:18:18
Last post: 20/10/2016 13:39:02
AccessUserGroups not allowing groups to be added
Hello DynamicWeb i am making an integration between webcrm and dynamicweb, this has focuse on the Users comming from WebCRM and being imported into DynamicWeb so far everything is working well, but i ran into an issue today. The groups a user is part ...
Casper Andersen
14/10/2016 12:18:56
Last post: 17/10/2016 11:44:16
Ignored products in import
I found an issue with the data integration of EcomProducts related with products XML that worked in previous versions (until 8.8.1.13) and with the lasted version it seems to ignore the products. You can check the problem in the screencast I’ve made: ...
Rui Silva
26/09/2016 18:57:31
Last post: 13/10/2016 15:14:19
11
Subscribe
Notification for Login blocked
Hi, Is there a notification that get's triggered when a login is locked/blocked after X failed attempts? We have a project where we need to actually deactivate the user when that happens. Best Regards, Nuno Aguiar ...
Nuno Aguiar
07/10/2016 18:01:20
Last post: 10/10/2016 10:39:50
Import with variants is going wrong
I upgraded from core 8.8.0.14 to => 8.8.1.14 I ran the import from the data integration and all products are displayed completly different in E-Commerce. We had one main product with variants and with the upgrade to the new core we are getting alo ...
Yung Yi Wang
02/09/2016 16:09:43
Last post: 05/10/2016 08:05:54
14
Subscribe
Export orders CDATA tag
We created a export order job with the dataintegration module. The export creates an xml file. Each column content element has an CDATA attribute, is it possible to remove this? Other question is it possible to change the datatype format, now it is d ...
Martijn van Tongeren
13/09/2016 12:43:18
Last post: 23/09/2016 14:57:51
Crash on the backend after integration
Hello, We are having problems with the integration. The product integration runs fine and the products are displayed properly on the frontend, but on the backend I get a generic error message when i try to open certain products (see screenshot) : Ind ...
Gaëtan
19/09/2016 15:03:58
Last post: 22/09/2016 09:51:43
Exporting completed order with a captured amount
Exporting completed order with a captured amount We have a customer that has a webshop with integration to the DIBS payment service. DIBS payment is the only payment alternative. We now have a case where an order is marked as completed (OrderComplete ...
Espen Strømsnes
15/09/2016 12:42:54
Last post: 15/09/2016 14:29:35