The FlowersTemplate.ascx code on pages 58-59 should be corrected to the code below.   This code will be added in an upcoming RPS Guide update:

 

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

                      <tr valign=top>

                           <td>

                                 <ecf:MetaImage ImageWidth="180" OpenFullImage="true" ShowThumbImage="true"

                                    ID="PrimaryImage" PropertyName="Everything_ProductPrimaryImage"

                                    DataSource="<%#Product.ItemAttributes.Image%>"  runat="server" />

                                                               

                                 <uc1:ImagesModule EnableViewState="false" ID="AlternativePictures"

                                   DataSource="<%#Product.Pictures%>" runat="server" />

                                               

                                <br/>                                      

                         </td>

                              

                         <td width=100%>

                                   <p>

                                   <h1><ecf:SimpleEditor ID="SimpleEditor4" runat="server" PropertyName="Name" 

                                    DataSource="<%# Product%>"  IdType="Product"></ecf:SimpleEditor></h1>

                                   <ecf:SimpleEditor runat="server" ID="SimpleEditor1"

                                    PropertyName="Everything_ShortDescription"

                                   DataSource="<%# Product%>" IdType="Product"></ecf:SimpleEditor>  

                                   <div class=ch1> <ecf:SimpleEditor runat="server" ID="SimpleEditor3"

                                   PropertyName="Everything_Description"  DataSource="<%# Product%>"

                                    IdType="Product"></ecf:SimpleEditor></div>                   

                                   <uc1:PurchaseModule id="PurchaseCtrl" OptionFields="Everything_BouquetType"

                                   Product='<%#Product%>' runat="server" />

                                                                

                           </td>

                   </tr>

                </table>

                <br/>

                <br/>

 

There are a couple forums posts that pointed out the need for this correction.   You can read each post here:

Post 1

Post 2