Developer forum
Subject
Replies
Started by
Last reply
Get Discount information programatically
Hello. Is there a discount object that contains the information about it, and that I can get to it from a DiscountId (from an order line)? Can´t find any way to do it throught the Discount object in Dynamicweb.eCommerce.Discounts. How about get ...
Marco Santos
11/04/2013 15:59:25
Last post: 19/04/2013 10:38:39
Discounts missing
Hi, I am working on an upgraded solution with Dynamicweb 8.2.2.2 and Cart v1 Everything is working fine but when reacjing the payment gateway, discounts disappear. Anyone came across this? Nuno ...
Nuno Aguiar
11/04/2013 11:37:13
Last post: 12/04/2013 14:30:52
Something Strange on Notification in Global Tags
Hi people...
I made one code, basicly to get all user custom fields and publish on Global Tags...
Work fine when the customers have just one group. When they have more than one i got some problens.
After my code, I got timeout... I mean, they don't d ...
George Nelzo Pereira
03/04/2013 16:23:40
Last post: 08/04/2013 15:56:18
How to sort products by custom product field
Both helpdesk cases and Forum suggest that it is often wanted to sort products by a custom product field when products are rendered at frontend. The example below will sort ascending by product field "MySorting". So, courtesy of Jeppe Agger ...
Morten Snedker
27/03/2013 09:40:44
Last post: 29/05/2013 13:52:57
11
Subscribe
Items - Code first IList property
I'm having some problems with custom items that has properties of type IList. The items work fine on create, view, update, delete... but I get an exception when I try to copy a page containing an item with IList properties. The two properties on the ...
Morten Bengtson
25/03/2013 10:11:11
Last post: 09/09/2021 09:07:09
Template parsing bug?
I have a problem with the template parser, it mess up som of my content. The following HTML: <div class="menu style-1"> <ul class="menu"> <li><a href="#"><i class="icon-home"></ ...
Martin Grønbekk Moen
22/03/2013 20:46:01
Last post: 02/04/2013 15:04:39
Default xml sitemap in Dynamicweb 8.2.1.9
In dynamicweb 7 we had the SEO express module enabled to produce an xml sitemap. However in dynamicweb 8 this module doesn't seem to provide an xml sitemap anymore. Is there an default sitemap.xml available including pages and productgroups and/or pr ...
Rob Lohmann
21/03/2013 15:33:26
Last post: 21/03/2013 16:35:54
Unsubscribe recipients from category NewsletterV3
Hi Is there a way to unsubscribe all recipients from a category in NewsletterV3?
Our customer tries to remove a category with meer then 50.000 recipients. That results in a long loading process and after a while we have to restart the application on ...
Martijn Bokhove
14/03/2013 10:49:52
Last post: 21/03/2013 16:23:19
Dynamicweb.DWMail in DW 8
Hi,
I am trying to send a mail in DW8 from some custom code. In older versions I used Dynamicweb.DWMail, but it seems like this has been removed. Does anyone know where to find it or its replacement and how to use it?
Thanks in advance :-)
// Rene ...
Rene Poulsen
11/03/2013 13:18:02
Last post: 11/03/2013 13:29:32
Newsletter Notifications?
Hi, Are there any notifications to Newsletter's subscriptions, cancellations, and so on? We need to integrate the newsletter actions/log to an external tool. Nuno ...
Nuno Aguiar
08/03/2013 13:56:24
Last post: 21/03/2013 16:53:53
Create new user at Checkout
Hello DW Guys,
My question is:
I have yet another eCom shop. No custom modules or anything yet.
During the checkout (after transaction was successful) I need DW to go through a cart, and if one special product was added - the system must generate new ...
Dmitrij Jazel
06/03/2013 12:34:38
Last post: 06/03/2013 14:54:16
Extensibility: change newslist
Hi,
I was wondering if any of you out there knows if it is possible to change a newslist by using either an extender or subscriber?
What I want to do is e.g. to change the sorting of the news items in a news list. // René ...
Rene Poulsen
05/03/2013 11:27:39
Last post: 08/03/2013 08:41:22
Orderstate workflow gives error when changing state
Hi DW, I've setup a workflow for my ordersteps, so that one of them sends an e-mail to the customer.
My problem is that on some orders i get this error when i change the orderstep to the one that sends the e-mail: Server Error in '/' Application.
Obj ...
Martin Nielsen
04/03/2013 13:05:17
Last post: 04/03/2013 16:44:59
Items - template extender
My current solution where I use SerializeTo/DeserializeFrom in the template extender does not work. using System.Collections.Generic;
using Dynamicweb.Content.Items.Rendering;
using Dynamicweb.Rendering; public class ArticleTemplateExtender : ItemTem ...
Morten Bengtson
26/02/2013 11:45:16
Last post: 27/02/2013 20:57:29
Introducing the Quick Dynamicweb Installer
For everyone who installs Dynamicweb on a regular basis, I just released the Quick Dynamicweb Installer, an unofficial way to quickly set up new web sites on your development machine. For more details about the tool, see my blog: http://devierkoeden. ...
Imar Spaanjaars
25/02/2013 21:34:49
Last post: 14/03/2013 22:22:15
10
Subscribe
FormSaveProvider - Change values on Save
Hello, On a custom FormSaveProvider I'm trying to save a generated value on the form table. I've created the form field and using the parameter "form" or the parameter "keysAndValues" seems not working. public override bool Save(F ...
Diogo Lino
20/02/2013 15:30:36
Last post: 21/03/2013 16:33:55
SEO URLs and teardown import
Hello.
I have a problem with a DW 8.0.0.2 Solution.
We have a teardown import running every day, importing products etc. into Dynamicweb. The problem is that many of the products have the same name, and therefor DW rewrites the URL’s to “ ...
Mikkel Høst
18/02/2013 10:10:51
Last post: 19/02/2013 15:52:17
12
Subscribe
Productcollection Sort by price doesnt work
Hello, I have this subscriber that sorts products by price: [Subscribe(Dynamicweb.Notifications.eCommerce.ProductList.BeforePaging)] public class ChangeSorting : NotificationSubscriber { public override void OnNotify(string notification, Dynamicweb.E ...
Jonas Kæseler
13/02/2013 09:11:28
Last post: 18/09/2013 16:10:35
How to get user friendly url from /default.aspx?AreaID=16
Hi DW,
I'm trying to make a module that can redirect a user to different websites (Area), based in their browser language.
I've got everything working except getting the correct URL for my areas.
I'd like my code to redirect to the final user friendl ...
Martin Nielsen
11/02/2013 20:08:57
Last post: 12/02/2013 00:22:51
UserControl Translations
I want to make a UserControl for simple CRUD operations.
Eg. creating a new user. The control will consist of labels and textboxes. Is it possible to translate my labels depending on the websites languages?
I have made some translations in "File ...
Paul Sørensen
05/02/2013 17:09:45
Last post: 06/02/2013 13:18:12