Developer forum
Subject
Replies
Started by
Last reply
ProductCatalog Event before paging, remove products but keep products per page.
Hi Guys, I have a product catalog, that uses new index. DW APP: 8.8.1.18 In product catalog, I have 100 products total. Showing 20 products per page. What notification subscriber do I need to use So that I could remove products from before they are a ...
Dimitrij Jazel
22/11/2016 10:52:43
Last post: 13/01/2017 10:29:23
Caching salesdiscounts based on language
Hi Dynamicweb, We have experienced an issue with caching of sales discounts in 8.8.1 which seems to be done by the website language (and not also by the chosen currency): Private Shared Function GetCachedDiscounts(ByVal language As Language) As Sales ...
Anders Ebdrup
03/01/2017 21:06:43
Last post: 13/01/2017 08:28:00
Shared login and carts
Hi. I have a request from a customer about having a user in DW that many people can use to shop. The problem here is that the cart is saved on the user and therefore two users can't be logged in at the same time without updating the same cart. The id ...
Mikkel Høst
11/01/2017 15:06:52
Last post: 11/01/2017 15:57:53
Custom validation on BasicForum create thread
Hello Is it possible to override a method in the DynamicWeb API to create or extend the validation that happens when an user creates a post or thread in the BasicForum module (DW 8)? ...
Emil Ryberg
09/01/2017 09:42:58
Last post: 09/01/2017 10:33:33
Elmah implementation
Hi, Folks. I've been trying to implement Elmah error logging for our DW sites without much success. Does anyone have experience of getting Elmah working with DW? Cheers. ...
Craig
04/01/2017 16:58:49
Last post: 05/01/2017 12:08:26
problems with cdn setup
Hi Dynamicweb, I am working on 8.8.1, but having some trouble with the cdn image setup, when setting it up for only one website in the area settings. When setting up the domain to Amazon I get the GetImage.ashx-path replaced with the domain from Amaz ...
Anders Ebdrup
02/01/2017 17:04:55
Last post: 02/01/2017 17:24:02
Double registration of failed logins
Hi Dynamicweb, When activating the setting: "/Globalsettings/Ecom/Cart/AutoLoginBeforeAddToCart" the number of failed logins is doubled as the systems tries to login the user twice for every login. Can this be fixed? Best regards, Anders ...
Anders Ebdrup
30/12/2016 08:25:05
No replies yet
Index sorting by code
Hi, I know I've placed a feature request in the past, but I'd like to know if recent notifications and/or ideas to help us out. We have a customer using the new index, but we have 2 pages (products and advanced search) with 5 sorting options each. Th ...
Nuno Aguiar
05/12/2016 13:38:30
Last post: 20/12/2016 15:44:03
11
Subscribe
Local installation - 19.2.9.15 - issue
Hi, Trying to install an old dynamicweb locally - for backup porpuse. I am getting stuck at this page, when I try to goto admin: Admin/Public/GetLanguageMDB.aspx "Language.mdb was not found. Do you want Dynamicweb to attempt to download the database? ...
Jan Sangill
19/12/2016 15:03:35
Last post: 20/12/2016 08:00:03
Facet template extender
Hi Dynamicweb, We have a lot of different values for a lot of different facet groups. Will it be possible to have added a "FacetTemplateExtender" where we can isolate all our logic? Best regards, Anders ...
Anders Ebdrup
15/12/2016 15:34:16
Last post: 16/12/2016 08:21:19
Code first item group visibility
Hi , Where can I find the documentation about how to set the group visibility settings on a code first item. I want to hide some groups depending on on of the other parameters in the item. Through the Item creation interface of dynamicweb it is possi ...
Ben Doorn
12/12/2016 13:22:38
Last post: 13/12/2016 17:10:59
The compiler failed with error code 255.
Hi guys, Just setted up a custom application. And for some reason when logging in to Admin and navigating to /Files am getting This error message. http://www.screencast.com/t/T9BVc395BmEe Any hints what in the world can cause this? ...
Dimitrij Jazel
13/12/2016 15:34:24
Last post: 13/12/2016 15:52:20
Extend OrderOverview in Admin
Hi guys, The customer asked us to extend standard order overview in DW Ecommerce. Here is what they want: http://screencast.com/t/WR47nnZwnF 1) Website uses allot of promo codes (discount codes) and GiftCards. Customer would like to have an extra col ...
Dmitrij Jazel
08/11/2016 15:22:09
Last post: 13/12/2016 12:06:50
16
Subscribe
Deployment to Azure web app no access to admin
I have tested out deploying my DW 9.1.3 to Azure. The DB is running nicely on Azure, and the publishing of the site was also successfull. On my local machine I can access the admin interface, but when opening the azure site I get an error when trying ...
Martin Grønbekk Moen
09/12/2016 23:04:27
Last post: 12/12/2016 12:37:45
API questions - DW9 - How?
I have this in DW8. Dynamicweb.UserManagement.Group.GetGroups() Dynamicweb.Modules.UserManagement.User Where would this be found in DW9. Tried looking in API, but couldnt find it. Also, in Dw8 I used the API - Dynamicweb.Database - stuff like this: h ...
Jan Sangill
12/12/2016 10:37:48
Last post: 12/12/2016 12:14:35
Prevent DW from messing with links?
I need to add a cross domain canonical link to a solution. I create my tag with : canonicalTag = string.Format("<link rel='canonical' href='{0}'>", canonicalLink); I output it but DW adds stuff to the "href" attribute so I end up with a tag loo ...
Aki Ruuskanen
08/12/2016 15:09:22
Last post: 08/12/2016 15:23:41
Save files on axccount creation
Hi there, I have created a custom field on a User of type File. When I render the field in the frontend as part of the account creation process, the file is not associated with the user in the backend. Is this by design? If so, my next step would be ...
Imar Spaanjaars
14/10/2016 12:54:46
Last post: 06/12/2016 10:47:27
SSH.NET. Possible to use on a non custom solution DW 8.8.X?
@using Renci.SshNet; @using Renci.SshNet.Common; @using Renci.SshNet.Sftp; Hi, is it possible to use SFTP somehow via dynamicweb? I guess this is a yes/no answer:) ...
Jan Sangill
29/11/2016 11:14:22
Last post: 30/11/2016 13:35:37
CheckoutDoneOrderIsComplete
On a webshop that sends orders to the suppliers via webservices, we are having some problems with Dynamicweb.Notifications.eCommerce.Cart.CheckoutDoneOrderIsComplete (see attached code.png for code example) It fires multiple times, which is probably ...
Michael Nielsen
24/11/2016 14:49:41
Last post: 30/11/2016 09:37:43
Scheduled tasks on custom solution
How do i enable the scheduled tasks on a custom solution?
(I can add scheduled tasks in management center but they are not executed.) I can not find any (installation) documentation on this topic. ...
Remi Muller
22/05/2014 16:11:55
Last post: 29/11/2016 14:57:55