Developer forum

Forum » Templates
Subject
Replies
Started by
Last reply
Item template question
Hello guys, Wanted to ask if someone might know if it is possible to set a "default template" for item, maybe? For some reason I feel that there could be some setting somewhere or a way to achieve this. On another hand I can be wrong. Just  ...
Dmitrij Jazel
25/10/2013 15:59:49
Last post: 22/02/2014 21:22:10
Map filter
I have this map with about 900 users in a group (Sedi): http://www.escolapios.net/es-ES/Qu%C3%A9-hacemos/Donde-Estamos.aspx Is it possible to automatically filter the location list by the field 'Department' instead of Group Id, and how can I show it  ...
Giuseppina Giunta
17/02/2014 11:17:54
Last post: 20/02/2014 21:33:32
Ecom:Product.SelectedVariantComboName in Application 8.3.1.16
Hej everyone, Just wanted to know, how can I get the right Ecom:Product.SelectedVariantComboName in the shopping cart for product that is added as variant of the product. I think this one should be the one that returns the combo name of the Variant t ...
Dmitrij Jazel
18/02/2014 11:26:40
Last post: 19/02/2014 10:12:14
List paragraphs from childpages
Hi. I'm new to DW. I'm trying to create a template for a gallery. Under the gallery page I have multiple subpages (items) representing gallery categories. On the category items I have multiple paragraphs (gallery modules) representing the specific ga ...
Kasper Skov
18/02/2014 14:36:49
Last post: 19/02/2014 10:06:41
LESS
I've tried to run som dot Less code (lesscss.org) on a dynamicweb solution, but can't get it to work somehow. Are there any restrictions in DW, which conflict with .less files? Kind regards Peter ...
Peter Greve Assentorp
20/12/2011 09:21:49
Last post: 12/02/2014 13:16:35
Item field default values - options?
Hi, I can see from some release notes that it is possibel to get intelligent default values like: @Page(PageTitle) @Code(new Date()) But can you provide with a full list of these features? Can I for instance get the name of the paragraph item as defa ...
Sten Hougaard
07/02/2014 14:09:10
Last post: 11/02/2014 21:28:59
Best way to get items based on parameter?
Hi, I need to get some items based content, which has been related to an ecom group. I have an item type where I have made a dropdown where the creator of the item can select which ecomgroup the item is related to (using a SQL query to pupulate the i ...
Sten Hougaard
07/02/2014 15:21:45
Last post: 07/02/2014 15:50:05
XSLT subsite problem
Hi Dynamicweb people. It seems that FriendlyHref doesn't recognize our subsetting. Ie. /en /de /nl In user defined urls we've put in subsetting as myshop.com/en The shop outputs FriendlyHref without the subsetting so the url is myshop.com/products. W ...
Victor Jonsson
06/02/2014 13:58:25
Last post: 07/02/2014 14:58:33
ECom left menu with languages
Site: http://smykkerogure.net.dynamicweb-cms.com/ The left menu is messed up as you can see from the xml output The first groups is outputted for every language bot the AreaID is the same on all of them. The subgroups are all in the active language,  ...
Michael Nielsen
28/10/2011 12:50:28
Last post: 07/02/2014 11:22:31
Ecom menu in dwnavigation
Hi When creating a e-commerce menu from properties of a page and under Options->Navigation I've got some problems understanding the context of the menu. If I use the very same page/menu-point where the ecom menu is attached to, and I use it in the ...
Pól Andrias Larsen
06/02/2014 14:34:27
Last post: 06/02/2014 23:48:03
Item.Area.xxx in paragraph templates for v8.4
Hi Dw, After upgrade to v8.4 the websitesettings are no longer available in the paragraph templates, which means that this does no longer works: <!--@Global:Paragraph.Content(<!--@Item.Area.BuyingProcessInfoId-->)--> Is it intended behavi ...
Anders Ebdrup
29/01/2014 08:34:51
Last post: 04/02/2014 19:01:37
xslt productnavigation
I have a product catalog that I need a navigation for. The catalog consists of a number og groups all with subgroups and some with sub subgroups and so on. The problem is that as long as there are only one level of groups, all the subgroups are shown ...
Jim Trebbien
04/02/2014 12:58:57
Last post: 04/02/2014 14:32:52
Can't see Filters while over viewing product
Hey guys, I have a question here, I have a totally standard DW setup with product catalog. And I am using DW product catalog filters. Filters are shown and work as they should while getting the Product List. But as soon as I click on one of the produ ...
Dmitrij Jazel
03/02/2014 11:16:17
Last post: 03/02/2014 13:39:20
RE: ItemList iteration
Hi all! How would i go around iterating an ItemList inside a item object with razor. I am trying the following @foreach(LoopItem l in GetLoop("ItemPublisher:Items.List")) { foreach(LoopItem li in l.GetLoop("ItemPublisher:Item.Billeder")) { @li.GetVal ...
Jonas Mersholm
27/01/2014 08:34:10
Last post: 29/01/2014 09:08:28
How to include hidden fields in e-mail template?
Hi, Using datamanagement-forms, I made forms which contain hidden fields. The value of this field is filled by Javascript. The value gets nicely into the table, but the e-mail doesn't contain hidden fields. The template for e-mail is indicated at the ...
Ton Martens
12/12/2013 15:44:35
Last post: 21/01/2014 09:16:15
Login - Forgot password function
Hello Guys! I need to add a "I forgot my password" feature at mystandart DW login form. What I want this feature to do is to do something that helps user to remember his password - 1) email the password to the user if such exists, or 2) sen ...
Dmitrij Jazel
16/01/2014 16:26:30
Last post: 17/01/2014 12:57:39
Number of products in filter search
Hi I am trying to show the number of products available in a given filter. If I implement it in my Search template I can use the field Ecom:Search.Filter.Option.ResultsCountFormatted. However I would like to manually sort the filters, which is why I  ...
Thomas Schroll
16/01/2014 13:52:40
Last post: 16/01/2014 20:15:27
Product ProductRelatedGroups loop in Razor
Hello DW guys, I am trying to use this code in razor in product template: @{ foreach (LoopItem i in GetLoop("ProductRelatedGroups")) { <h4>@i.GetString("RelatedGroup.Name")</h4> <ul> @foreach (LoopItem i2 in GetL ...
Dmitrij Jazel
05/11/2013 14:00:45
Last post: 15/01/2014 20:09:58
Disabled Language
Hi I am looping through all languages on a top menu. One of the languages are disabled in the backend, but still show in my frontend menu. Is there a way to not show disabled languages? Regards Thomas ...
Thomas Schroll
15/01/2014 13:04:58
Last post: 15/01/2014 15:20:04
e-mail marketing unsubscribe tag
On this page a unsubscribe link is described: http://templates.dynamicweb-cms.com/TemplateTags/Dynamicweb-template-tags/Page-tags/Page/EmailMarketingEmail-UnsubscribeLink.aspx <!--@EmailMarketing:Email.UnsubscribeLink.Clean--> The tag is only r ...
Per Søgaard
11/01/2014 19:33:59
Last post: 14/01/2014 17:28:50