Developer forum

Forum » Templates
Subject
Replies
Started by
Last reply
Language menu
Hi I have setup a language menu on a solution. When the user clicks on another language they are redirected to the equivalent page on the other lanuage. It is working great, but I have a small problem when the page does not exist on the other languag ...
Thomas Schroll
24/03/2014 15:34:23
Last post: 05/05/2014 19:51:12
sass css in DW applcation
Hello guys, I was recently playing arround with SASS css and dw default application. I oppened a website with my visual studio than. Tryed to add a SassAndCoffee package (from package manager) to the project, could not do that. Than tryed to to copy  ...
Dmitrij Jazel
20/03/2014 22:25:00
Last post: 25/03/2014 16:33:27
Online Marketing - Twitter feeds
Hi I have set up 2 new Twitter apps in DW Online Marketing (8.3.1) does anyone know how to render the feeds into a page template? There seems to be no documentation to support this new feature. ...
Kevin O''Driscoll
18/03/2014 14:36:31
Last post: 18/03/2014 16:39:54
Flippingbook - HTML5 templates?
I've seen that Flippingbook now has iOS support - anyone know how to implement these new features in templates on dynamicweb? (http://flippingbook.com/digital-publishing-features/) ...
Jacob Storgaard Jensen
18/03/2014 11:03:41
Last post: 18/03/2014 12:05:39
Translate tag does not work. Why?
Hi, On 8.2.3.3, I apply a 'confirmation-template' to the forms-module (for data lists). This template contains a translate tag. However, it always renders the default value instead of the value I enter in the translation. According to the translation ...
Ton Martens
07/03/2014 15:49:06
Last post: 13/03/2014 09:49:41
ParagraphHeader in item template
This is a question regarding this question: http://developer.dynamicweb-cms.com/forum/cms-standard-features/unable-to-retrieve-paragraphheader-from-item-on-a-paragraph-with-razor.aspx Page OR paragraph name? I can't choose? How exactly am I suppose t ...
Kasper Skov
28/02/2014 14:39:09
Last post: 04/03/2014 10:27:17
List items in navigation
Is there an easy way to list items in the navigation or am I forced to extend the NavigationProvider and implement the navigation with a custom module? ...
Kasper Skov
28/02/2014 01:13:01
Last post: 01/08/2014 14:48:04
List groups in navigation
I've seen the sticky post on ecom navigation, but none of the examples accomplishes what I want. I am currently using a slightly modified xslt navigation that came with the solutionset/bikeshop/demosite thingo. If I enable the setting that list my gr ...
Kasper Skov
28/02/2014 01:10:16
Last post: 10/03/2014 10:51:16
Title-tag contains cached data
Hi, Customer on 8.2.3.17 and uses the ecom module to present product information. For every product, title and metadata information has been stored in the DW backend. We need the data, for instance, 'title' ( <!--@Title--> ) to fill the page ti ...
Ton Martens
27/02/2014 11:18:53
Last post: 27/02/2014 14:58:41
Maps template...again
Hi, the code in the map template shows only these user address data: <!--@Name--><!--@Address--><!--@Address2--><!--@Zip--><!--@City--><!--@Country--><!--@Phone--> But I should show all the other user data: & ...
Giuseppina Giunta
24/02/2014 18:18:46
Last post: 06/03/2014 15:54:44
Razor Groups OrderBy with Linq
Hi, I need to sort the GetLoop("Groups") in my razor template. I use to write Linq so I tryed this List<LoopItem> SortedList = GetLoop("Groups").OrderBy(o=>o.Name).ToList(); but thats not acceptet Is Linq not supported? ...
Kim Søjborg Pedersen
20/02/2014 21:48:20
Last post: 11/03/2014 14:36:28
Set user password, when creating user at the checkout
Hello DW guys, When in Cart-Information step, it is not possible to create new User at the checkout. in paragraph Cart module I have selected create new user at checkout. My question is, how can I assign a password for that user in Checkout informati ...
Dmitrij Jazel
20/02/2014 15:13:24
Last post: 20/08/2014 11:04:17
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
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 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
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
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
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
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