<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Mon, 10 Jun 2013 22:38:28 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2013-06-10T22:38:28Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Is it possible to change the {tag_rating} star graphic?</title>
      <link>https://forums.adobe.com/thread/1229686</link>
      <description>&lt;!-- [DocumentBodyStart:8c228f77-53f7-49b4-b228-28f29ef293e0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Does anyone know of a way to replace the default images used in {tag_rating}? I realize that you can use {module_ratingrank,/images/stars}, unfortunately that module seems to only display the avg rating. I need to be able to display each individual rating submitted through the comment form. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Help is greatly appreciated!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c228f77-53f7-49b4-b228-28f29ef293e0] --&gt;&lt;img src='/beacon?t=1415942877445' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">comment</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">review</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">rating</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">graphic</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">star</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">{tag_rating}</category>
      <pubDate>Mon, 10 Jun 2013 22:38:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1229686</guid>
      <dc:date>2013-06-10T22:38:28Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to add additional product custom fields</title>
      <link>https://forums.adobe.com/thread/1379863</link>
      <description>&lt;!-- [DocumentBodyStart:6fdadae0-603c-4172-bac7-9b907f8c4c8b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey everyone. I have seen that a lot of people are very disgruntled with the lack of product custom fields (me being one of them). So far I've only found two relatively easy solutions to combat the issue, one I'll post below and the other you can find here: &lt;a class="jive-link-external-small" href="http://kiyuco.com/tutorials/unlimited-product-custom-fields" rel="nofollow"&gt;http://kiyuco.com/tutorials/unlimited-product-custom-fields&lt;/a&gt; &amp;lt;-- Dan's method is more difficult, but it's more robust and allows for greater control custom field content. However, it isn't a practical solution if you have a ton of products (like I do). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This method basically splits one custom field into multiple custom fields, it's great if your custom fields only contain text content:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;HTML:&lt;/p&gt;&lt;p&gt;&amp;lt;ul class="spec-list"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;Year&amp;lt;/li&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;Size (inches)&amp;lt;/li&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;Material&amp;lt;/li&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;Stock Status &amp;lt;/li&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ul&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Java:&lt;/p&gt;&lt;p&gt;&amp;lt;script&amp;gt;&lt;/p&gt;&lt;p&gt;// render the BC custom1 tag and store in a variable as a string&lt;/p&gt;&lt;p&gt;var specList = "{tag_custom1}";&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// split the rendered string using the equals sign (can be any key, commas etc, choose something that's use would be unlikely) as delimiters and store in an array &lt;/p&gt;&lt;p&gt;var specListArray = specList.split("=");&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// cycle through the unordered list with jQuery&lt;/p&gt;&lt;p&gt;// if a value exists in an array element add a colon w/space and append it to the related list item&lt;/p&gt;&lt;p&gt;$("ul.spec-list &amp;gt; li").each(function(index, value){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(specListArray[index] != "") $(this).append(": " + specListArray[index]);&lt;/p&gt;&lt;p&gt;})&lt;/p&gt;&lt;p&gt;&amp;lt;/script&amp;gt; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Custom 1 (example): 2014 = 8.5x7.5x9&amp;amp;quot; = Resin &amp;amp; Adaptor = IN STOCK&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.rthomasdesign.com/images/CustomFieldsExample.jpg"&gt;&lt;img alt="CustomFieldsExample.jpg (349&amp;times;259)" height="173" src="http://www.rthomasdesign.com/images/CustomFieldsExample.jpg" style="height: 172.9140401146132px; width: 233px;" width="233"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can see an example product here:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.traditionsholidaystore.com/2014/halloween/haunted-hearse" rel="nofollow"&gt;http://www.traditionsholidaystore.com/2014/halloween/haunted-hearse&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hopefully this helps someone, sure helped me!&lt;/p&gt;&lt;p&gt;-Ryan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6fdadae0-603c-4172-bac7-9b907f8c4c8b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">custom</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">product</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">fields</category>
      <pubDate>Wed, 15 Jan 2014 00:37:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1379863</guid>
      <dc:date>2014-01-15T00:37:00Z</dc:date>
      <clearspace:dateToText>9 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Modify text module_shoppingcartsummary</title>
      <link>https://forums.adobe.com/thread/1208070</link>
      <description>&lt;!-- [DocumentBodyStart:cada8824-89b4-44bb-8f34-f07ce6d1f7f9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey guys,&lt;/p&gt;&lt;p&gt;I'm a bit new to BC (switching over from another solution). Does anyone know of a way to modify the text in module_shoppingcartsummary? Rather than "Total: $" I would like to simply have the dollar ammount. &lt;/p&gt;&lt;p&gt;I have this right now:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.christmastraditions.com/images/CustomCartSummary.jpg"&gt;&lt;img alt="CustomCartSummary.jpg (97&amp;times;73)" src="http://www.christmastraditions.com/images/CustomCartSummary.jpg"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but I would like it to be more like this:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.christmastraditions.com/images/CustomCartSummaryDollar.jpg"&gt;&lt;img alt="CustomCartSummaryDollar.jpg (96&amp;times;72)" src="http://www.christmastraditions.com/images/CustomCartSummaryDollar.jpg"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Help would be greatly appreciated!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cada8824-89b4-44bb-8f34-f07ce6d1f7f9] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">text</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">module</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">summary</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">total</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cart</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">modify</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">module_shoppingcartsummary</category>
      <pubDate>Wed, 08 May 2013 22:19:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1208070</guid>
      <dc:date>2013-05-08T22:19:22Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is it possible to change the initial invoice number?</title>
      <link>https://forums.adobe.com/thread/1275270</link>
      <description>&lt;!-- [DocumentBodyStart:7d7d32e5-703e-406e-9995-1dc28f82d3c7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would like to change the initial invoice number. We are migrating from Miva Merchant, and our old store has just over 45,000 orders. We would like to start just over that if possible. I see that it currently starts at 1000, does anyone know of a way to change this.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7d7d32e5-703e-406e-9995-1dc28f82d3c7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ecommerce</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">invoice_number</category>
      <pubDate>Wed, 14 Aug 2013 06:46:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1275270</guid>
      <dc:date>2013-08-14T06:46:46Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

