Developer forum

Forum » Templates
Subject
Replies
Started by
Last reply
Problem with dropdown dropping behind...
Hi On this page (http://proacteur.net.dynamicweb-cms.com/) I have a dropdown menu using: <div id="menu" class="dwnavigation" settings="startlevel:1;endlevel:2;template:DwddDropdown.xslt;expandmode:All;"> <ul> ...
René Mehlsen
22/06/2011 10:59:07
Last post: 22/06/2011 16:34:40
open external navigation link in new window
Hi I can't figure out how to make an external navigation link open in a new window. Is it some code I need to add to the <a> tag in LIClean.xslt? -Jesper ...
Jesper Friis
21/06/2011 11:04:08
Last post: 22/06/2011 10:06:19
Problem with escape chars
Hi! I check for this value in my xslt-code: xsl:when test="contains(Server.Request.grpname, 'Färger') " and it works. But after I have posted the page the query string parameter 'grpname' turns into F%c3%83%c2%a4rger and it doesn't wor ...
Per Ljung
21/06/2011 14:53:35
Last post: 22/06/2011 07:22:23
Set sort order
Hi! Is there a way to assign set the sort order of a product group using the xslt-files in the Import/Export module? There are two files that take care of the product group import from eg. NAV, /Integration/eCommerce/XSLT/ProductGroups.xslt and Produ ...
Per Ljung
20/06/2011 15:08:04
Last post: 22/06/2011 05:16:48
Sort navigation xslt
Hi! Is there way to sort each level in the menu code (xslt-template)? I think I've only have managed to sort the groups alltogether, not each level in isolation. Is there a way to accomplish this? Best regards, P ...
Per Ljung
21/06/2011 11:43:08
Last post: 21/06/2011 17:17:09
AJAX call to shop
Hi there, I'm having problems with my jQuery AJAX call for my shop. I've made a hidden page with a clean template - so it's a normal page with HTML. When i try to run my AJAX it doesn't call the right page. The AJAX page is called "AJAX.aspx&quo ...
Martin Carlsen
06/06/2011 11:53:58
Last post: 17/06/2011 14:39:32
Product fields overwritten
Hi! Is there anyone who have had problems with the Import/Export module? Suddenly the product fields Short descrption and Long description were overwritten during import from NAV even if I hade checked the boxes to preserve them in the product destin ...
Per Ljung
15/06/2011 11:02:28
Last post: 17/06/2011 09:53:26
C5 integration på del af en shop?
Vi har en kunde der gerne vil lave et login til nogle kunder hvor de får en vis rabat. Disse ordrer skal via C5 modulet sendes til deres C5 men de normale ordrer skal ikke. Kan man lave det eller er C5 integration en alt eller intet løsn ...
Per Søgaard
15/06/2011 15:23:06
Last post: 17/06/2011 02:46:13
W3 getimage
We have probably been around this for 800 rounds, but: Is there a way to get the w3 validator to eat this line: Admin/Public/GetImage.aspx?Image=%2fFiles%2fBilleder%2fProducts%2.....&amp;Width=236&amp;Height=236 I have replaced the "& ...
Peter Bille Larsen
10/06/2011 15:25:02
Last post: 14/06/2011 06:13:24
Backend user with only User Management Access?
Hi, Customer (on 19.1.0.2) wants to be able to create a user which only has access to user management. So: - all pages in all area's/languages should be inaccessable; - filemanager (menu at the bottom left) should be inaccessable (better yet, the men ...
Ton Martens
08/06/2011 10:37:55
Last post: 09/06/2011 12:02:53
jQuery UI tabs
Hi I'm trying to use jQuery UI Tabs on a Dynamicweb page, but I'm having a problem: Here's an example of the code: <div id="tabs"> <ul> <li><a href="#tab-1">Tab 1</a></li> <li><a href=& ...
Marianne Bertelsen
01/06/2011 14:44:03
Last post: 09/06/2011 11:19:22
Combined products
Hi! Is it possible to have products that consists of a pack of other products, eg. if you buy a computer as a package you get processor, motherboard, screen, keyboard etc where every part has its own article number, but when you order the main articl ...
Per Ljung
08/06/2011 16:07:15
Last post: 09/06/2011 11:17:43
Layout and Ecom navigation
Hi, Im struggeling getting an ecom menu to work. Iwe enabled ecom in navigation for a page, and selected "shop". No groups shows up...at all. If however I add a subpage, and do the same trick here, then It does work. I have used saveXml=Tru ...
17/11/2010 11:31:54
Last post: 09/06/2011 09:48:20
Get group
Hi! How can you get the group id of a product inside a product loop? I can't find an attribute Group pointing Product -> Group, just Group -> Product? Best regards, P ...
Per Ljung
08/06/2011 13:54:15
Last post: 08/06/2011 14:03:06
Different templates for different products and groups
Hi! How do you select which template that should be used for a certain product or group? I want to use one xslt-template for all product groups except one where I want to use another xslt-template. How do I do to choose this? Best regards, P ...
Per Ljung
08/06/2011 09:37:35
Last post: 08/06/2011 10:32:15
Remove div for submenu if there is no submenu
I have a div to control and style a submenu, similar to following html: <div id="submenu"> <div id="position"> <ul class="dwnavigation" id="dwnav_2" settings="startlevel:2;endlevel:2;"& ...
Martin Nonbo
01/06/2011 13:15:19
Last post: 01/06/2011 15:23:51
DwContent(name) does not work as expected
According to the documentation i should be able to write In my page template to have named subsections of a page template, this however does not seem to be the case.There is still only one section on the page paragraph overview, and I cannot for the  ...
Kristoffer Sall Hansen
30/05/2011 11:03:29
Last post: 30/05/2011 14:26:31
Show news in two coloums (newsv2)
Hi. I was wondering if anyone can help me with this question. I am working on a new site for a new customer, and I would like to display news, using the module newsv2, in two coloumns (Se attached image, the part where it says site 2). Has anyone an  ...
Martin Nonbo
30/05/2011 11:13:38
Last post: 30/05/2011 11:29:45
Newsletter preview in archive overview
<div class="newsLetterItemsOverview"> <!--@If Defined(Newsletter:List.NoRows)--> <i><!--@Translate(NewsletterArchiveIsEmpty,"Er zijn nog geen nieuwsbrieven aanwezig.", global)--></i> <!--@EndIf(New ...
Rob Lohmann
26/05/2011 14:03:37
Last post: 30/05/2011 05:24:36
Ecom tags in xslt
Hi! The template tag Ecom.Order.OrderLines.Total.Price works fine in html, but not in xslt. What is the xpath string for ecom template tags in xslt? Best regards, P ...
Per Ljung
19/05/2011 12:04:54
Last post: 24/05/2011 14:10:48