Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
HttpHandlers and Webmethods in DW
Hello. Is it possible to implement a HttpHandler or use a WebMethod that can be accessed with AJAX? If so, how would i go about implementing that in DW? Do i have to build a NotificationSubscriber or something and then add the WebMethod there? Thanks ...
Dan Lundgren
26/02/2015 09:56:36
Last post: 26/02/2015 11:37:30
Getting Default Price in Price Provider
Hi there, I have a PriceProvider that calls out to an ERP to get a price for a product. When the ERP does not have a price, I would like to default to the standard Dynamicweb price. However, based on the user, I need to add some markup to that price. ...
Imar Spaanjaars
22/02/2015 23:31:11
Last post: 24/02/2015 12:16:12
Stock update
Guys, Is it save to bypass the API for stock updates, and push them directly to the database. I always prefer using the API, but with one project updating through the API take more than an hour. We can speed up this by pushing the data direcly to the ...
Ben Doorn
22/02/2015 12:28:34
Last post: 23/02/2015 09:34:29
Orderline fields in Sales Discount
Hi, In Dynamicweb it is not possible (unfortnately) for the client to choose 1 out of X products for the offer. Due to a syncing integration, we cannot simply have a generic product, however by adding a reference we can do it. We noticed that updatin ...
Nuno Aguiar
19/02/2015 12:32:17
No replies yet
Database Log file issue
Hei Guys, Anyone might have any idea, why during the night, MSSQL _log.ldf file suddenly ate up all available space on the disk? 140 gig should be enough to host the site. Haven't seen anything like this before. Google suggests to use Simple backup,  ...
Dmitrij Jazel
19/02/2015 10:17:40
Last post: 19/02/2015 10:20:31
Ribbonbar Addin on ParagraphList not working
Hi there. I'm trying to add a Ribbonbar Addin to the ParagraphList. The Add-in tab is successfully added to the Ribbonbar, but when clicking it, it does not change the "display:none;" block to "display:block;", and therefor my actual Addin button are ...
Jonas Mersholm
05/02/2015 11:26:20
Last post: 19/02/2015 09:01:36
RE: Google Analytics, eCommerce tracking
Hej Everyone, Wanted to know if anyone ever tryed to setup GA Ecommerce tracking? more info: https://support.google.com/analytics/answer/1009612?hl=en Site is using Basic tracking (at the moment), and has eCommerce tracking activated in GA. Does anyo ...
Dmitrij Jazel
16/02/2015 10:26:39
Last post: 16/02/2015 21:46:00
RE: scheduled task how to's
Hi, I am having a hard time finding a guide on how to's on the scheduled task runner. What I need is the ability to run a method on certain times of the day. The ideal way, would be a flat .cshtml file where I import data into dynamicweb db. Any docu ...
Jan Sangill
08/02/2015 21:07:51
Last post: 13/02/2015 21:29:14
Notification Subscriber [UserSaved] OnNotify method runs 2 times when a user is created via a form in frontend
I have a problem with my [UserSaved] notification subscriber is exceuted two times every time a user signs up on a page in the frontend. I can't seem to figure out why this notification subscriber is exceuted two times - I would only expect it to run ...
Lars Mathiesen
10/02/2015 16:17:13
Last post: 11/02/2015 13:08:32
Global paragraph with module aren't rendered
Hi, We trying to upgrade a client from DW 19.2.5.2 to 8.5.1.12 with an old layout structure. After the upgrade the global paragraph with a module aren't rendered anymore. When we add a DwTemplateTags to the paragraph only the templatetags are rendere ...
Richard Briefjes
10/02/2015 17:31:47
No replies yet
Newsletter v3 new subscription
Hi I have developed an Event signup custom module for a customer. The customer has now requested that when somebody signups for one of severel events that they also can subscribe to their newsletter. So far i have figuered out how to get all Newslett ...
Kevin Krämer
05/02/2015 10:58:07
Last post: 09/02/2015 06:25:56
Currency format
Hi! I have a question about how to format a value to a currency. I have tried this: var dwCurrency = new Dynamicweb.eCommerce.International.Currency("DKK"); template.SetTag("SmartPage:OrderLastYear.Total", dwCurrency.Format(1958.5 ...
Anders Ebdrup
12/06/2013 13:25:51
Last post: 06/02/2015 12:58:25
NavigationProvider not firing on 8.5
Hi there, I have a project running on 8.4.19 that has a NavigationProvider that adds products to the menu. I upgraded the site to 8.5.1.13 and then the NavigationProvider is no longer called. As soon as I downgrade to 8.4 the provider starts working  ...
Imar Spaanjaars
30/01/2015 11:44:38
Last post: 05/02/2015 15:48:42
Two editors in the same page
Hello. I have a page used for the configuration of a custom module and in it I have de following: <dw:GroupBox ID="boxDescription" runat="server" DoTranslation="False" Title="Description"> <table class="formTwoColumnsTable"> <tr> &l ...
Marco Santos
27/01/2015 19:39:45
Last post: 05/02/2015 15:13:20
Remove unsubscribe link
Hi all, How can I remove the unsubscribe link from a mail sent by the email marketing module? I have implemented a notify module when a product is on stock, and then it doesn't make much sense to include a unsubscribe link as it it not a newsletter,  ...
Anders Ebdrup
04/02/2015 21:24:18
Last post: 05/02/2015 08:59:39
Default Value in TextParameterEditor
Anyone know if it is possible to code a default value in a Text Edit? Like: < AddInParameterGroup("Mail configuration"), AddInParameter("MailFormSaveProvider.Subject"), AddInLabel("Subject"), AddInParameterEditor(GetType(Editors.TextParameterEdito ...
George Nelzo Pereira
27/01/2015 13:23:49
Last post: 03/02/2015 23:30:30
RE: SearchEngineFriendlyURLs.GetFriendlyUrl and items
Hi, When using items, and the type link, you get the link as this "default.aspx?id=X" Since I dont want to show links like this. Not good for SEO etc, I am using: SearchEngineFriendlyURLs.GetFriendlyUrl Any setbacks performance wise on using this on  ...
Jan Sangill
30/01/2015 09:00:25
Last post: 03/02/2015 08:12:38
SQL Server 2012
Hi, Does anyone know if there are any issues running DW on SQL Server 2012? Regards / Aki ...
Aki Ruuskanen
15/06/2012 14:37:28
Last post: 02/02/2015 13:21:05
Custom description on ItemEntry using Code First
Hi there, How do you provide a custom description (and name) for an ItemEntry when using Code First? Is there an attribute I need to apply to the class? I tried a few but none seemed to work. Or do you have to go into Management Center and set the na ...
Imar Spaanjaars
16/05/2013 14:54:17
Last post: 02/02/2015 11:22:39
Capturing through the API
Hi there, Is it possible to capture orders through the API? We have a site with many orders and the finance department would like to automate capturing through Dynamicweb. We can handle the selection of orders that need to be captured just fine, but  ...
Imar Spaanjaars
28/01/2015 10:03:09
Last post: 29/01/2015 11:10:47