Developer forum
Subject
Replies
Started by
Last reply
Dynamicweb Security Issue
Hi Nicolai, How can we verify correct implementation of the patch? should we write to support? or is there another way? online or? thanks
/Bille ...
Peter Bille Larsen
29/10/2013 11:15:25
Last post: 31/10/2013 10:22:07
integrating an mvc app in dw
This is experimental but maybe some devs are willing too look into this. I tried integrating an mvc app in dw.
The main problem seems to be the routing:
//this is loaded from the: Dynamicweb.Notifications.Standard.Application.Start
routes.MapRoute( n ...
Remi Muller
03/01/2013 15:59:06
Last post: 30/10/2013 19:55:57
19
Subscribe
Database Management
Hi Guys, I wonder if anyone could share with me the way they manage databases in a dev environment. We have a number of developers and each one has a version of the DW database on their machine we also have a test server with a copy of the database. ...
Alec Stubbs
22/10/2013 15:06:50
Last post: 28/10/2013 15:48:41
Unsubscribe users by SQL/API
Hi, I need to delete users by SQL and throught the API. How can I achieve this? The API is to integrate users with a custom developement and SQL to manually correct a few hundred situations. Simply removing them from the groups does not seem to trigg ...
Nuno Aguiar
21/10/2013 16:08:49
Last post: 28/10/2013 12:06:09
CDATA tag in GlobalSettings
Hi, I have tried to add a new node i the GlobalSettings file, but I have trouble with the cdata section: <OverRideSqlInjectionRegEx><![CDATA[(--|xp_|3%0|<|>|\n|\r)]]></OverRideSqlInjectionRegEx> I have attached the exception f ...
Anders Ebdrup
22/10/2013 11:30:14
Last post: 24/10/2013 16:44:42
Product Units
Hi,
If I create a new product unit called "Boxes". In which table can I find these definitions? Regards / Aki ...
Aki Ruuskanen
23/10/2013 16:01:28
Last post: 24/10/2013 09:02:59
Ignore Files in Version Control
Hi Guys, Does anyone know what files that DW creates I can tell version control to ignore? So for example the parsed files and cache which DW will create on it's own don't need to be in version control. I'm using DW 8.3 and wondered if anyone can sha ...
Alec Stubbs
22/10/2013 15:11:54
Last post: 22/10/2013 15:23:07
SQL server access question
hello guys,
Just wanted to know if there is any difference between 2 ways of accessing database:
1) when DW is accessing it's database by using GlobalSettings
2) if I would make a custom user control with my new database connection object etc... Beca ...
Dmitrij Jazel
22/10/2013 10:41:45
Last post: 22/10/2013 15:01:02
What's DynamicwebSoftware.Security.tfs12916 for?
Hi DW, Just noticed that a DynamicwebSoftware.Security.tfs12916.dll file has been dumped into the BIN folder of one of our solutions.
What's up with that? :-) Did the NSA finally get you aswell? :-D // Martin ...
Martin Nielsen
17/10/2013 15:35:00
Last post: 17/10/2013 16:16:36
Variant build is not updated in admin
Hi DWs One of our clients have a variant build, which is made in the old way with the API.
The problem is that when the build is run, the administration is not updating the product.
So even that we can see that there are variants, the little "+& ...
Peter Bille Larsen
08/10/2013 09:32:00
Last post: 17/10/2013 16:06:14
IRemoteCapture
Hello. I am implementing a Checkout Handler in which I will need to go back to the payment service provider to check whether the payment has been made or not. From what I understand this is a job for the IRemoteCapture interface. The handler might ne ...
Marco Santos
17/10/2013 11:34:02
Last post: 17/10/2013 15:17:23
Attempt to aritmatic with two prices of different currency
Hi Dw, I have a shop (v8.3.0.2) and when switching from one website to another with items in my cart, then I get this error: Attempt to aritmatic with two prices of different currency [PriceInfoCurrencyException: Attempt to aritmatic with two prices ...
Anders Ebdrup
18/09/2013 12:46:59
Last post: 15/10/2013 23:03:23
How do i reload permission cache after i've imported users
Hi DW, I'm adding a bounch of users to a new group, but after adding the group the users, they cannot log in the the page when i've set up permission. My Scenario: 2 extranet groups
- Extranet - Morten - Peter - Søren
- Special users After my ...
Martin Nielsen
09/10/2013 15:39:32
Last post: 15/10/2013 12:42:43
items api sort by user-defined
I am loading items through the Dynamicweb.Content.Items api. Working fine and I can sort on different fields.
My issue is I can not figure out how to sort on “user defined” order as set in the dw backend. Here is a code sample trying to s ...
Remi Muller
17/09/2013 14:57:23
Last post: 15/10/2013 11:59:00
Rendering an order on payment error
Hi! I'm having some problems on payment error when re-rendering the cart. I get a null value exception in the checkout handler when using: string message = GeneralFunctions.AddTransaction(order, customer, int.Parse(EstoreID), Secret, int.Parse(campai ...
Morgan Fallbrink
14/10/2013 15:16:23
No replies yet
Weird API big last night
Hi DW, We have a 100% custom import running on one of our big sites, and last night it gave a completely new error that doesn't seem to come from errors in our code, but from something inside the API. The error i got was this: [NullReferenceException ...
Martin Nielsen
14/10/2013 12:17:10
Last post: 14/10/2013 14:05:49
Problem with add-in classes
Hello
I have created an addin class for the TagExtensionMethod, but often when the application starts up it results in a "An item with the same key has already been added." exception (se attached log-file). The Exception is gone after the f ...
Anders Ebdrup
05/04/2013 11:24:31
Last post: 13/10/2013 14:51:25
14
Subscribe
Extend product overview panel
Hej guys,
If you take a look at the attachment you can see that panel "A" is a standard product panel that has some Product fields on it.
I was wondering if I could turn Panel "A" into panel "B" somehow? I must use some ...
Dmitrij Jazel
04/10/2013 14:31:14
Last post: 11/10/2013 18:40:28
search weighted search on any html tag gives an error.
Search weighted search on any html tag gives an error. Using the search weighted module
When search on any html tag for example "<td>"
a 404 error is displayed. I expected a search result with some or no results.
And when a 404 happen ...
Kristian Kirkholt
12/09/2013 11:23:59
Last post: 10/10/2013 15:35:47
10
Subscribe
getProductPrice in user control
Hello guys,
Have a question here, think it should be quite easy... I have a UserConrol that if necessary must reach down to eCommerce and Get the price of a product by using it's productID.
I have tryed this: var prod = Dynamicweb.eCommerce.Products. ...
Dmitrij Jazel
04/10/2013 13:14:54
Last post: 09/10/2013 10:06:03