Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryAttributes?Attributes?
Previous
 
Next
New Post
2/12/2006 2:51 PM
 

Unfortunately, looking at the code, in the currrent release, the attribute name is Case-Sensitive.

Make sure that if you are using [ATTRIBUTE:Price] in your .html template, that you defined the Attribute as "Price" in your module settings.

 
New Post
2/12/2006 2:56 PM
 

That looks correct. In your header html add the following after the Categories section...
<td class="breadcrumb" align="left" valign="top" width="200">Price<br>[ATTRIBUTE:Price]</td>

And in the header.xml put...
<Object>
   <Token>[ATTRIBUTES]</Token>   
      <Settings>
         <Setting>
            <Name>CssClass</Name>
            <Value>breadcrumb</Value
         </Setting>
      <Settings>
</Object>

Now, do you price attributes show up in the dropdownlist? If not then go into the Repository settings and select your Price Attribute. Do any values show up in the Attribute Value listbox? If not then that's the problem. The particular value needs to be selected when adding the values.


 
New Post
2/12/2006 7:04 PM
 

Thanks for the help.

I have added the above code to the header and items are being sorted by price.

So that would indicate my items have an assigned price value.  Which I can prove:

when i use the edit wizard.

But they are still not displaying??????

Here is my code again:

Template.html:

<TD VALIGN="top">

[DESCRIPTION]

<br>

<table border="0" cellpadding="0" cellspacing="0" width="100%">

<tr>

<td valign="top" width="30%">Price</td>

<td align="left" valign="top" class="normal">[ATTRIBUTE:Price]</td>

<td valign="top">

</tr>

==================================

 

template.xml:

<Object>

<Token>[ATTRIBUTES]</Token>

</Object>

 

????? Whats wrong wit that?

 
New Post
2/12/2006 7:36 PM
 
I can't see anything wrong with it myself. I just added a price attribute on my development system and it worked just great. At this point I'm stumped. The only thing I can think of suggesting is that you try clearing your cache under the Host Settings.
 
New Post
2/13/2006 8:25 PM
 

Update.

I tried installing the lastest version of the repository 03.01.08 and the problem was solved.

Thanks very much for your help.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryAttributes?Attributes?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out