Developer forum
Subject
Replies
Started by
Last reply
Forum/Basic Forum responsive templates
Are there any updated/responsive DW templates for the Forum/Basic Forum module from Dynamicweb that we can have? ...
Per Søgaard
15/08/2016 17:07:16
Last post: 25/08/2016 11:29:03
Link to document in mail from forms for editors
Hi, I'm experiencing an error in the forms for editors module. I've got a form with a file upload field. If the user uploads a file with spaces or danish characters (æøå) the link to the document generated in the mail for our customer does not work. ...
René Poulsen
13/08/2016 14:21:46
Last post: 02/11/2016 14:14:31
GetImage.ashx occasionally returns empty image
Hey, I sometimes experience product images not being loaded correctly, the result is an empty image 0x0px in size (The .ashx handler does not throw an error). This seems to happen at random, with no pattern as to which images it affects. An image can ...
Jan Schultz
12/08/2016 14:26:24
Last post: 12/08/2016 16:00:18
Trying to understand Razor...
I have translated a hmtl to a racor template, and is now trying to "rebuild" the if-sentences in my template. But I have this, starting in line 6: @if (GetValue("ParagraphContainerSort") > "0") { <div class="product__body" style="display:block; ...
Lise T. Pedersen
23/06/2016 15:51:52
Last post: 24/06/2016 14:01:14
Include/IncludeFile inside item template
So I'm wondering if this is even possible. I have a wish that goes something like this. My general thought is to use items for all that it is worth, and I would also like to reuse items inside other items.
I have three items, and the are setup like t ...
Martin Grønbekk Moen
23/06/2016 10:14:06
Last post: 23/06/2016 14:25:22
RE:
Hej, I en varegruppe liste, giver denne ikke en liste over variant muligheder på hver vare i gruppen, men en liste over samtlige variant muligheder i alle variant grupper. Er det ikke en fejl? <!--@LoopStart(Products)--> <!--@LoopStart(Varia ...
Peter Munkholm
03/06/2016 08:19:54
Last post: 06/06/2016 04:30:19
how to remove or replace e-mailtags for online viewing?
Hello, For newsletters, we like to use one template to be used for the e-mail and for viewing online. So the recipient receives the newsletter; On top there is "view this newsletter online" with a link to the page (which is the same page as the newsl ...
Ton Martens
24/05/2016 12:32:47
Last post: 24/05/2016 16:31:10
Set template title/description in razor template
When writing Dynamicweb templates using the html-template syntax it is possible to use the Title and Description (Layout.Title, Layout.Description) tags to modify the title/description shown in the dropdown when picking the template from the backend. ...
Kim Pilgaard
11/05/2016 11:42:34
Last post: 15/06/2016 14:05:03
Products in different colours and with translated names...
I have a number of products, created with items. Each product is available in some different colours - the colours is created as a checkbox list in the item. But now the problem starts, because the template should be used for three different language ...
Lise T. Pedersen
30/03/2016 13:29:10
Last post: 28/06/2016 09:49:31
Outputting item list from user
Hi I'm using the Maps module to output a list of dealers, but besides the normal info like name, address, phone etc. they need to display a list of contact persons in their dealers sales team. To solve the problem users in a specific usergroup has th ...
Thomas Clausen
08/03/2016 14:03:44
Last post: 09/03/2016 01:21:59
How to work with Receipt.html for ItemCreator
Hi, This is about the template templates/ItemCreator/Email/Reciept.html. It sends a receipt to the creator if the item-type. The template just consists of 2 loops, one outer loop for Item.Groups, and one inner loop for Item.Group.Fields. However, I w ...
Ton Martens
04/03/2016 17:00:11
Last post: 09/03/2016 20:25:06
Multi currency site, show € sinbol instead of "Euro"
Hi Guys, Was wondering how do I set currency simbol, instead of just "Euro" when rendering product price in the template? Tryed looking into Currency settings, but didn't find anything there, same in template tags. Any suggestions? /Dmitrij ...
Dmitrij Jazel
02/03/2016 10:10:31
Last post: 02/03/2016 10:28:05
Gallery module page turning pdf without flash?
With Flash being outfased we need an updated function for the gallery module page turning pdf without flash? Is there a new version i can download for older sites? ...
Per Søgaard
15/02/2016 13:15:50
Last post: 22/11/2017 08:37:08
Tag extensions with another tag as parameter
Hi, I`m, trying to have a tag extension to compare two text (two DW tags)
Like: <!--@UserManagement:User.Address.GetDiff(Address2)--> Its possible to have this, or the parameter (address2) should be a value instead of DW Tag? ...
George Nelzo Pereira
15/02/2016 11:34:50
Last post: 15/02/2016 12:13:07
Ecommerce Groupview page size and product view details
Two questions 1. Is there a way to change the default page size on group views from razor? 2. Where is the "Details" loop in Razor in the product view? Without Details, it's not possible to extract the image list from details. ...
Peter Munkholm
11/02/2016 09:18:22
Last post: 12/02/2016 16:04:34
Getting CreateDate from Item
Hello I am trying to get stuff like create date, update date and so on, basically i have a page, the page has a paragraph with a module on it that gets a set of news items, there is a list that displays each news item- So far so good, But i want to g ...
Casper Andersen
10/02/2016 11:31:44
Last post: 11/02/2016 10:58:55
Content only available when TemplateTag is present
Hi I have a weird problem in my product template. I'm trying to output the value of all custom fields by doing this: @foreach (var CustomFieldElement in GetLoop("CustomFieldList")) { string loopname = CustomFieldElement.GetString("Ecom:CustomField.Sy ...
Thomas Schroll
05/02/2016 09:51:16
Last post: 05/02/2016 12:03:42
Tag does not work : EmailMarketing:Email.UnsubscribeLink
Hi, Within e-mail marketing, the tag "EmailMarketing:Email.UnsubscribeLink" does not get rendered. It shows "as is" in the resulting html. DwTemplateTags does not show any EmailMarketing-tags. So, how can users unsubscribe from a newsletter? Is there ...
Ton Martens
04/02/2016 14:18:35
Last post: 05/02/2016 15:13:01
Ecommerce groups and assortments
Im trying to get all ecommerce groups using Razor, and it is working just fine, I get all my groups.
The problem is that I get groups that should not been visible due to assortment rules. This is how I get my GroupCollection. groupCollection = new Dy ...
Martin Grønbekk Moen
15/01/2016 06:51:29
Last post: 18/01/2016 15:46:51
If Defined in Razor
Hi Probably a really simple solution to this question, but how can i use the if defined functions from the old templates, in Razor How would i wrap this in an If Defined? <img src='@GetValue("Item.Mynd.Value")' alt='@GetValue("Item.Yvirskrift.Valu ...
Hans Ravnsfjall
14/01/2016 15:36:28
Last post: 26/01/2016 08:41:37