Developer forum
Subject
Replies
Started by
Last reply
Custom PriceProvider on DW8
Hej Guys, Have a question here, :-)
I am trying to implement a custom price provider here
But something is wrong with "product.price.price" method. Every single time I am trying to use it - it just brakes. :-?
I am using DW8 Pro 8.1.0.0 Her ...
Dmitrij Jazel
10/07/2012 13:47:21
Last post: 13/07/2012 11:45:24
Old users are non-functional
Hej guys, Have a quick question here. I have a warning message here from DW, I got it right after I made an update to the new DW8.
I just wanted to know what does it mean, and what can it do in the system? The solution is using ActiveDirectory custom ...
Dmitrij Jazel
10/07/2012 09:22:09
Last post: 10/07/2012 13:04:05
Error with Languages
Hi! I have an product update routine for existing products and a product import routine for new products. When I saved the settings for default currency (the normal way in admin interface) I think something went wrong, since then neither the product ...
Per Ljung
21/06/2012 11:38:02
Last post: 10/07/2012 09:29:36
DW8 eCom upgrade : OrderTemplateExtender override error
Hello DW users, Trying to upgrade a custom Ecom soloution to DW8, and im having problems extending the OrderTemplateExtender. Old code: public override void ExtendTemplate(Templatev2.Template tmpl, TemplateExtenderRenderingState state) { new tags her ...
Marco Johannesen
09/07/2012 09:54:51
Last post: 09/07/2012 11:04:54
Usercontrols in DW 8.1.1.0
We've just upgraded a solution from version 8.1.0.0 to 8.1.1.0 and in both version it's not possible to load custom made user controls. I've already seen a topic on the forum regarding this issue (http://developer.dynamicweb-cms.com/forum.aspx?PID=48 ...
Rob Lohmann
03/07/2012 11:23:30
Last post: 05/07/2012 08:46:48
Linking to page in another layer
Hi there, I have a page in a Dutch language layer (for a .nl domain) that I want to link to another page in an English layer (with a .com) domain. I also enabled "Ensure unique paths" in the Customized URLs module which causes the link to b ...
26/07/2010 11:57:06
Last post: 03/07/2012 10:46:30
11
Subscribe
Where is DealerSearch in the DW8 API
Hi guys, I'm working on upgrading one ouf our old custom solutions to DW8, and i've run in to a problem when updating a module that works on top of your Dealer search module. The old code uses this: Dynamicweb.DealerSearch.Dealer dealer = new Dynamic ...
Martin Nielsen
02/07/2012 13:21:07
Last post: 02/07/2012 13:51:39
SQL Error after installation (own server)
I just installed version 8 on my own server (Windows 2008 Server R2, 64 bit, SQL Server 2008).
I imported the DefaultEmptyDataSQL into a new database, after which I now get this error. (See the attatched image)
(I have tried changing the collation on ...
Søren Alexandersen
29/06/2012 22:18:44
Last post: 29/06/2012 23:07:10
12
Subscribe
Backend.User .CanEditPermissions throw exception
Hello, I'm trying to get the current backend user but it brings no data. It brings an exception on its CanEditPermissions field. You can see the attached images for the description. Happened to anyone? Thanks,
Diogo Lino ...
Diogo Lino
27/06/2012 17:52:19
Last post: 29/06/2012 13:47:37
dynamicweb system cookies
A Client needs to write a private policy on his website. He asks - the dynamicweb system saves a cookie on the client machine, what is the use for that cookie? He needs a precise description. (the DW support can´t answer the question, so the qu ...
11/06/2009 14:12:26
Last post: 28/06/2012 11:38:28
Overwrite/Alter @Stylesheets template tag (Is it possible?)
Hi all, Excuse me in case this question is obvious, but I really have no idea if I can, or how I can modify the @Stylesheets template tag on a Master Template from a custom assembly in the bin folder. I have tried searching for this, but I have not f ...
Alexander P.
21/06/2012 15:13:13
Last post: 23/06/2012 20:10:09
Adding discount programmatically
Hello DW guys, Question for you here, I have a web-shop that uses standard discounts.
But the way how they are supposed to be added is not really decided yet. The user has no possibility to add discount via admin panel, so I am making a custom soluti ...
Dmitrij Jazel
04/04/2012 11:40:53
Last post: 21/06/2012 13:07:10
15
Unsubscribe
Extending file publishing upload
FileHi there We have a customer using you file upload function in the filepublsihing module. We would like to extend it with a text box where they can type a comment to there upload, this text should then be saved and showed in a mail going off regar ...
Christoffer Andersen
19/06/2012 14:34:17
Last post: 19/06/2012 15:35:07
Newsletter subscribe / unsubscribe notification
We have a customer who wants to recive a notification when someone subscribs or unsubscribes their newsletter. From whar I can see then it is only possible to setup a notification up on registration and not when they unsubscribs. Is it possible to Ex ...
Rene Kristensen
15/06/2012 10:47:51
No replies yet
Give users access to specific (part of) module
In the attachement you'll find an example of two logged in users. Logged in as an administrator I've (ofcourse) got access to all modules, and I can edit productfields. But logged in as a user, placed in a normal usergroup, i've only got access to a ...
Rob Lohmann
15/06/2012 09:23:16
No replies yet
Cancel user creation in notification
Hello. I'm trying to achieve something like this: [Subscribe(Dynamicweb.Modules.UserManagement.Notifications.UserOnBeforeSave)] public class UserOnBeforeSaveSubscriber : NotificationSubscriber { public override void OnNotify(string notification, Noti ...
Marco Santos
13/06/2012 17:02:42
No replies yet
Change the recipient of store mail depending on basket
Hey
I have a solution running on DW7 (19.2.8.3) with eCommerce - upgrade to DW8 not possible at this time. I need to be able to change the recipient of the store email depending on which products are put into the basket. Is this possible?
I was looki ...
Allan Iversen
13/06/2012 12:39:51
Last post: 13/06/2012 13:07:19
Always blank page as result
I'm busy converting an existing website to a webshop. The website uses the old template structure which needs to be converted to the new designs & layouts. So far i've done the following:
- Created a new master template (in the designs folder)
- ...
Rob Lohmann
12/06/2012 10:24:32
Last post: 12/06/2012 16:11:52
Creating/saving user programatically
Hello. I am developing a web service that will syncronize user information between two systems. I have a function defined like this : private void SaveUser(UserSyncRequest request) { Dynamicweb.Modules.UserManagement.User.set_Current(PagePermissionLe ...
Marco Santos
06/06/2012 17:59:07
Last post: 11/06/2012 18:12:58
ecom on sql database on test installation
I'm trying to set up at test server with dynamicweb version 19.2.8.3 and the sql database from the DefaultEmptyDataSQL package.
The dynamicweb installation seems to work, but when entering ecom, i get this error:
Server Error in '/' Application.
SELE ...
Simon Larsen
11/06/2012 11:02:50
Last post: 11/06/2012 11:29:22