Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
dw:UserSelector
Hi I'am trying to use the dw:UserSelector in a custom module. But I' can't figure out how to capture the values from the user, back end when saving in Admin. Is it possible to use the dw:UserSelector in a scenario like this? Regards Ola ...
Ola Eriksson
12/05/2016 08:25:40
Last post: 16/08/2016 14:12:34
Downloading older versions of DW
Hi guys, Came across an issue. I need to download application 8.8.0.9 But it is not available for download in the downloads section. /Dmitrij ...
Dmitrij Jazel
08/08/2016 13:57:11
Last post: 10/08/2016 20:07:26
GlobalSettings file turns empty?
Hello, On a solution of ours I've experienced that the GlobalSettings file of said solution turns empty and causes the site to crash.. Luckily it's not a live site, however I have no idea what could cause the file to just go blank / empty? Any sugges ...
Mikkel Toustrup Olsen
10/08/2016 10:28:43
Last post: 10/08/2016 12:16:50
Reset password - with impersonation
Hi, I want to "Reset Password" for the secondary user without stopping impersonation - how do I do that? We have a few scenarios where we are using impersonation like this: I login as "Nuno" "Nuno" (auto) impersonates "Store A" The concept is that "N ...
Nuno Aguiar
29/07/2016 13:03:20
Last post: 09/08/2016 10:23:36
Size of Statv2SessionExtranetUserID
Hi Dynamicweb, We have experienced a problem with the field: Statv2SessionExtranetUserID in Statv2Session which is defined as a smallint, but the AccessUserID in AccessUser is an int. Can the field: Statv2SessionExtranetUserID also be converted to an ...
Anders Ebdrup
07/08/2016 19:57:32
Last post: 08/08/2016 20:42:18
Country is not set by Dynamicweb
Hi Dynamicweb, Can you please set the country on the order from the user in this method: SetUserDetailsOnOrder? Best regards, Anders ...
Anders Ebdrup
08/08/2016 18:30:40
Last post: 08/08/2016 20:33:11
Setting up the local DW development environment around Visual Studio correctly?
Hello, I have tried to get my mind around the following and can't really get any ideas on a best-practice method for this. Prior to my development within Dynamicweb, I used to have my own local environment in Visual Studio, connected to my IIS and wi ...
Mikkel Toustrup Olsen
05/03/2014 09:46:54
Last post: 25/07/2016 08:34:35
Add OrderLineField to all groups
Hi Dynamicweb, I am really missing an option to set an OrderLineField to be available on all current and future groups, so the editor do not need to remember to add the OrderLineField to all the new groups that a imported or created directly in Dynam ...
Anders Ebdrup
05/07/2016 22:50:20
Last post: 19/07/2016 10:01:41
Manipulate navigation from code before rendering
Hi, I am trying to hide certain groups from certain users in the navigation (menus, etc.). I could do it in javascript but it's not a very elegant solution. Therefore I'm looking for something like a ProductListBeforeRender extender, but for product  ...
Gaetan Di Caro
18/07/2016 11:10:38
Last post: 18/07/2016 11:50:11
indexing prices from price module
Hi, We have product prices on prices module (standard price field on product is not being used) but cant seem a way to index the prices from prices module. we also need to sort the products by price ascending and descending order. How can i do that?  ...
Umar Farooq
14/07/2016 09:04:37
Last post: 14/07/2016 12:43:45
Recurring orders - disable partly
Hi, We have a customer that want to use Recurrency order "reminders" which basically act as the same thing as a recurring orders, except it does not place an actual order. I was thinking that instead of reinventing the wheel I could somehow: Allow ed ...
Nuno Aguiar
12/07/2016 17:05:43
Last post: 12/07/2016 18:07:06
PDFCache.aspx?
Hi Dynamicweb, I have found this page: /Admin/Public/PDFCache/PDFCache.aspx, but can't find any documentation about the file. What is the purpose and how is it supposed to be used? Best regards, Anders ...
Anders Ebdrup
12/07/2016 12:08:31
Last post: 12/07/2016 17:52:06
Generating PDF of order confirmation?
Hello, Question: I want to generate a PDF file of an order confirmation. Is there a build in function for this? Or do I need to build everything custom? I noticed there is a class of PDF, but how can I request an order confirmation of an order? Is it ...
Yung Yi Wang
11/07/2016 16:23:35
Last post: 11/07/2016 17:09:00
Override assortments for user
Hi Dynamicweb, Is it possible to override this funtion: GetAssortmentIDsByUser in AssortmentPermission.vb, as I need to make the assortment depended on both the primary user and the secondary user. Best regards, Anders ...
Anders Ebdrup
05/07/2016 12:58:38
Last post: 06/07/2016 10:55:23
Can't save FileManager control value...
Hi guys I have this code in an _edit.aspx page: <dw:FileManager ID="MyList" Name="MyList" Folder="Templates\NewsV2\List" Extensions="htm,html,xsl,xslt" runat="server" /> I can't get this control to save it's value. Am I missing something or is  ...
Bjarne Rosendal
14/10/2014 16:15:00
Last post: 01/07/2016 09:07:22
Update filepath on Gallery module dynamically
Hi, I have a list of pdf's files (File publishing module) and need to show them as a flipbook. I was thinking in opening the pdf using the Gallery module, but using Paragraph.OnBeforeRender to change the filepath on the module to the selected value.  ...
Mario Santos
29/06/2016 17:19:02
Last post: 30/06/2016 11:48:20
Save custom field value from dropdownlist
Hey all, I have a custom state for products which the user should set with options from a dropdown. The field and values are set in DW. The Frontend code for dropdown: <select> <option>Select a Value</option> <!--@LoopStart(Produ ...
Hasan H. Samanci
30/06/2016 10:53:07
Last post: 30/06/2016 11:02:09
Order line field
Is there an observer or handler that can catch the value of an order line field if I change the value in the cart? ...
Yung Yi Wang
27/06/2016 11:37:30
Last post: 29/06/2016 11:23:14
RE: Checkout Handler project download
Hi, We have developed a payment gatway checkout handler for dynamicweb version 8.6. We are getting some exception when we use our checkout handler DLL in version 8.8, and we thought of downloading the latest checkout handler from developer website to ...
Thaw Htun Lynn
27/06/2016 09:42:25
Last post: 28/06/2016 05:19:36
Access custom fields for a user object
Hi there, Is there a way to access custom fields for a user using the API? I looked at Dynamicweb.Frontend.PageView.Current().User but I see no properties or methods to access the fields I defined in the backend. Before I start querying the database  ...
Imar Spaanjaars
18/05/2011 16:57:39
Last post: 24/06/2016 12:34:00