Developer forum

Forum » Templates
Subject
Replies
Started by
Last reply
Translate custom setting DwNavigation
Hi, I've created a DwNavigation in one of my templates with a custom setting which I'm using in my xslt, like so: <ul class="dwnavigation" id="mynavigation" settings="template:navigation.xslt;expandmode:all;page:products;& ...
Jop Reuvers
29/11/2012 11:18:49
Last post: 03/12/2012 09:28:26
Open news-item in the list?
Is it possible to show a list from the News V2 module, and then let the news-item, whics is clicked, open with details in the list (and close again, when another news item is clicked, of course). Kind regards, Lise ...
Lise T. Pedersen
28/11/2012 12:29:00
Last post: 28/11/2012 12:57:51
filepublish file type not available
Hello, Using the Filepublish module, most files show a nice icon. However, files with the 'XLSX' (Excel) extention show a non-excel icon with file type "NA" (not available). How to fix this? Thanks, Ton ...
Ton Martens
23/11/2012 10:39:57
Last post: 23/11/2012 11:28:13
Is GetMaster() working?
Hi guys, I'm trying to get the tag "GetMaster" to work. According to the documentation (http://templates.dynamicweb-cms.com/TemplateTags/Dynamicweb-template-tags/General-tags/GetMaster%28%5BTemplateTag%5D%29.aspx) it should work on all loop ...
Martin Nielsen
21/11/2012 16:11:50
Last post: 29/01/2013 22:12:28
AJAX validate discount code
Hi DWs On client wants a discount code on a ecom website, where it's out of control with submit in pay process. I could be a field on the product card, on newsletter page, where ever. I was thinking of validating the discount code with ajax. Any clue ...
Peter Bille Larsen
20/11/2012 08:39:48
Last post: 21/11/2012 11:37:02
Pure XML output?
Can I somehow make my entire output to proper XML? <?xml version="1.0" encoding="utf-8" ?> <master> <!--@ContentPlaceholder--> </master> That's my master template. My output ends up like this: <?xml vers ...
Rasmus Pedersen
25/10/2012 11:58:43
Last post: 23/09/2013 14:50:01
Using LoopItem tag of AssociatedGroups within Products loop
Hi Dynamicweb, Within a Productlist template I have a Products Loop. I loop trough the products, and for each product I want the Group name of the current Group. Unfortunately the Ecom:Group.Name does not work within the loop.. So I am using Associat ...
P. Ruiter
17/10/2012 11:46:30
Last post: 12/11/2012 09:31:50
Layout on Datalist loopa
Hi! I'm trying to add an layout on my datalist template. I want to check what kind of column every field is, så that i can apply an html tag to each. Without using the <!--@LoopStart(Row)--> rather than the Rows loop <!--@LoopStart(Row ...
Tom-Erik Paulsen
17/10/2012 10:42:50
Last post: 30/10/2012 10:02:47
Cart v2 - update cart
Hi, In the old cart module it was possible to set the amount on each orderline in an input field, and then do a "bulk" amount update by useing the tag, Ecom:Order:CarForm.SubmitUpdate. Is there an equiliant on the cart v2 module? /Regin Mad ...
Regin Madsen
08/10/2012 11:33:19
Last post: 08/10/2012 12:23:33
Only hashtag in menu
Hi. I'm currently trying to implement some javascript in a navigation, to get an item to unfold. I've managed to get an ID on the a-tag, but when I insert a href through XSLT it append the URL which leave me with something like this: <a href=" ...
Peter Greve Assentorp
25/09/2012 11:18:55
Last post: 26/09/2012 09:23:54
Convert HTML template into XML
Hello DW guys, I have a situation here, I have just yet another page, with some paragraphs etc... Nothing special... What I want is to give this page an xml page template - so I could use it as XML document. But I can change only between HTML templat ...
Dmitrij Jazel
19/09/2012 10:40:30
Last post: 19/09/2012 12:46:03
A variantloop inside a variantloop aka loop inception
I have a product list, on which I wish to list all variants as if they were independent products. This is easy sauce: <!--@LoopStart(Products)--> <!--@LoopStart(VariantCombinations)--> <div>My amazing markup</div> <!--@Loop ...
Nikki Strømsnes
18/09/2012 10:50:10
Last post: 10/12/2012 15:55:31
How to open News V2 items in fancybox layers
I would like to show my news items, when clicked, so that the news item appears in a layer (using fancybox) in front of the webpage.. Is it possible to have these to things, newsmodule and fancybox, working together? Any experience/examples, you woul ...
Lise T. Pedersen
06/09/2012 15:33:48
Last post: 06/09/2012 15:35:56
Accessing subpage content via XSLT
Hello DW guys, I have an interesting question here, (take a look at the attachment) And imagine that: 1) You have a plain page, and here you want to the list all the subpages. - you could do that with dwnavigation tag and "LiClean.xslt" for ...
Dmitrij Jazel
28/08/2012 14:08:17
Last post: 29/08/2012 12:04:26
MasterPageFile in a MasterPage
Hello I am looking for a solution where i can have a master.html file with a contentplaceholder tag to for example subpage.html - and then in subpage.html i wan't another Contentplaceholder tag, to get specific aboutme.html template to put on a page  ...
Daniel Williams
21/08/2012 14:28:58
Last post: 29/08/2012 12:06:05
Reuse menu
Hi! I've posted this before, but there seem to be an error in the forum post. My question is how you do to have an ecom groups menu on all pages by adding the ecom catalogue module just once through <ul class="dwnavigation", use the same ...
Per Ljung
20/08/2012 15:23:00
Last post: 29/08/2012 15:29:50
Global basket - productname blank
Hi, I'm trying to add the basket to master.html. Quantity gets outputted, but ProductName doesn't. <!--@If Not Defined(Ecom:Order.IsEmpty)--> <!--@LoopStart(OrderLines)--> <!--@Ecom:Order:OrderLine.Quantity--> <!--@Ecom:Order:Ord ...
Filip Lundby
13/08/2012 10:37:32
Last post: 13/08/2012 11:39:30
Ecom navigation XSLT
Hi I am creating a ecom navigation in dynamicweb 8. First I sets up which ecom groups to show in Properties -> options -> navigation. The xml outputs the right groups and then I created a XSLT that outputs the navigation as it should but I cant ...
Magnus Holmberg
10/08/2012 10:27:10
Last post: 22/08/2012 08:53:58
Update card does not delete all orderlines
Hi DWs On one of our solution we have use a submit button in the cart which updates all orderlines at once. Normally I guess you would place a small "update" link on each orderline, but our developer have found this somewhere: <input typ ...
Peter Bille Larsen
08/08/2012 09:43:20
Last post: 13/08/2012 09:53:39
Get first x characters of paragraph text
Hello DW, I was wondering if it is possible to control the range of the text information like here: (take a look at the attachment) It tells it has 123 Chars. Is there a possibility to "read first 50 chars" from this tag? Kind regards, Dmit ...
Dmitrij Jazel
01/08/2012 10:58:07
Last post: 29/08/2012 16:31:21