Developer forum
Subject
Replies
Started by
Last reply
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
How can I change User CustomField value in Frontend (through templates)
Hi DW guys,
I have setup some User CustomFields setted up in Management center.
My question is:
in DwTemplateTags I have a tag that generates a Input box for editing Phone number for a user.
How do I get one like that for my User CustomField?
All thi ...
Dmitrij Jazel
10/01/2014 12:50:33
Last post: 13/01/2014 07:43:37
Menu from items
I would like to make a menu out of items on a page. E.g. A list to the left, and when you click a item on the left, the detail is shown to the right. The list remains on the page while showing the detail to the right.
Anyone tried that? ...
Michael Fløe Haug
09/01/2014 09:59:00
Last post: 09/01/2014 13:55:08
ParagraphId from website item
Hi Dw, How is the best way to reference to a paragraph id in the website settings, where the website settings is an item? I would like to include a paragraph with this: <!--@Global:Paragraph.Content(<!--@Item.Area.Test-->)--> When using t ...
Anders Ebdrup
09/01/2014 08:53:03
Last post: 09/01/2014 17:50:47
Razor EmailMessaging template tags
When using the new online marketing module, i have a few template tags i can use in my (Email marketing) templates(html), however, i would like to know how to retrieve these values using razor: <!--@EmailMessaging:Recipient.Id-->
<!--@EmailM ...
Finn Frost
07/01/2014 13:03:36
Last post: 07/01/2014 14:52:07
Getting group details
Hi there, When rendering a set of products for a specific group (for example /Default.aspx?ID=2&groupid=GROUP8) I get access to all products in that group which is great. However, I seem to be missing the group details itself. I would like to dis ...
Imar Spaanjaars
07/01/2014 09:12:40
Last post: 07/01/2014 09:44:15
Get list of product categories in razor template
Hi How can I receive an array with all product categories in a razor template?
I need the product categories in the right order, and with category level - 1 for main category, 2 for subcategory etc... I just need the same output as displayed in the m ...
Kasper Birk Nielsen
06/01/2014 11:31:03
Last post: 16/03/2015 12:56:36
Razor templates - connect to database
Is it possible to make a razor template, that performs a custom SELECT statement on the "ecomproducts" table, and then output all rows with a foreach loop - all done with c# code? ...
Kasper Birk Nielsen
02/01/2014 14:38:30
Last post: 06/01/2014 15:51:35
New user from form
Hi
I have created a form that also creates a new user by including a subscribe to newsletter checkbox, but the only fields that are created in user management are email, name and username. Is it possible to also include address, phone etc. when creat ...
Thomas Schroll
23/12/2013 15:14:26
Last post: 06/01/2014 08:44:12
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
Search on all fields
Hi, How can we (using standard eCom generic search) search on all fields (product category fields + product fields)? I tried using "&ProductCustomField_=ALL" with no luck. Best Regards,
Nuno ...
Nuno Aguiar
10/12/2013 20:00:56
Last post: 17/12/2013 10:22:21
cart v2 - ajax
Hi, We are trying to create a cart that can be submitted by AJAX, with no luck (assuming due to the security checks - step validations and so forth) Is there any way we can do this? Any "hidden" feature? Nuno ...
Nuno Aguiar
09/12/2013 12:29:45
Last post: 09/12/2013 16:23:24
XSLT menu parent and subpages
Hi there.
I can't quite figure out how to do this.
I have navigation that is two levels. On a top level menu item, I need to be able to show a menu of subpages *with* the top menuitem/parent.
E.g. imagine this menu where about us is a main menu item ...
Victor Jonsson
09/12/2013 09:15:25
Last post: 10/12/2013 08:46:48
Item based table
Hi guys, I'm trying to create a dynamic using Items. I have an item called "Table Row" that contains an unspecified amount of items - this could be items like Name, Image, Size, Colour, PDF etc. I want to use this "Table Row" as a ...
Esben Kvorning
06/12/2013 12:12:34
Last post: 12/12/2013 16:48:09
if statement - compare dw-tag with customfield
Hi,
I'd like to compare two variables - to see if Global:Extranet.Groups contains a custom-field value. Like this: <!--@If Not(Global:Extranet.Groups<contains>Ecom:Product:Field.HideForGroup.Value.Clean)--> Do not show for group 300.
< ...
Filip Lundby
05/12/2013 15:38:11
Last post: 05/12/2013 16:28:53
Is it possible to count Paragraph inside a content area?
I need to be able to count the items in my bootstrap carousel so I can make the indicators. I reuse the soultionset so my slider items is made with items. Any suggestions? <ol class="carousel-indicators"> <li data-target="#car ...
Kim Søjborg Pedersen
05/12/2013 10:40:42
Last post: 05/12/2013 15:51:04
Getting item field data from top page on subpages?
Hi guys, I have extended my page properties with an item field: Item.Page.LongMenuText I would like to fill in this field on my top level pages, and access it on my subpages. I would like it inside my navigation UL, and has managed to move it there w ...
Jacob Storgaard Jensen
03/12/2013 18:08:03
Last post: 03/12/2013 18:55:44
After updating to 8.3.1.1 the logic for "If Not LoopDefined" stopped working
Hi DW, After update a solution to 8.3.1.1, the tags for testing if a loop is defined, stopped working. I have a template like this: <!--@If LoopDefined(ProductRelatedGroups)--> LOOP IS DEFINED
<!--@EndIf(ProductRelatedGroups)--> <!--@I ...
Martin Nielsen
14/11/2013 10:34:01
Last post: 15/11/2013 08:49:33
Include xslt/cshtml in item types
I have an item type that uses a html template to render its properties/fields.
I need to include a xslt or razor template to render out fields of its child node which is also an item type.
I'm using the Include statement to do this. <!--@Include( ...
Tómas Thorvardarson
11/11/2013 12:31:53
Last post: 11/11/2013 12:40:55
Ton Martens
01/11/2013 15:02:40
Last post: 01/11/2013 15:28:35