Developer forum
Subject
Replies
Started by
Last reply
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
10
Unsubscribe
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
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
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
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
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
Pulling dymamic content into a productlist
We need to pull different content into a list of products. This is solved with a custom groupfield and some if's.
But we are running into issues with two of the designs:
1) Displaying tab-based productlists with different designs, so I have to make x ...
Martin Gammelholm
16/10/2013 21:26:54
Last post: 07/01/2014 14:00:25
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
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
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
Parameter based search - ProductMetaKeywords
Is it possible to make a search based on the "ProductMetaKeywords" value on the product and how? The only documentation I found on this is http://developer.dynamicweb-cms.com/documentation/for-developers/ecommerce/parameter-based-search.asp ...
Kim Søjborg Pedersen
21/10/2013 15:11:21
Last post: 16/12/2013 12:48:53
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
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
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