<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/style/rss/rss_feed.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="/style/rss/rss_feed.css" type="text/css" media="screen" ?><rss version="2.0"><channel><title>Clipmarks | nouse4name's 'bug' clips</title><link>http://clipmarks.com/clipper/nouse4name/tag/bug/</link><feedUrl>http://rss.clipmarks.com/clipper/nouse4name/tag/bug/</feedUrl><ttl>15</ttl><description>Clip, tag and save information that's important to you. Bookmarks save entire pages...Clipmarks save the specific content that matters to you!</description><language>en-us</language><item><title>oscmax / oscommerce: bug: order details missing products</title><link>http://clipmarks.com/clipmark/1566330B-EED6-45D7-8014-4FA59C83BEB6/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/nouse4name/"&gt;nouse4name&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.thewebandbeyond.de/oscmax/error-messages/" title="http://www.thewebandbeyond.de/oscmax/error-messages/"&gt;www.thewebandbeyond.de&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;table background="undefined" bgcolor=""&gt;&lt;tr&gt;&lt;TD width="100%" class="contentheading"&gt;
					&lt;A class="contentpagetitle" href="http://www.thewebandbeyond.de/oscmax/error-messages/order-details-missing-products.html"&gt;
						order details missing products&lt;/A&gt;
									&lt;/TD&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;
If more than one item is ordered, only one is displayed in the orders admin but the order total ($) is correct
&lt;BR /&gt;&lt;DIV&gt;
the admin and customer order email also has only 1 item listed but the order total ($)is correct
&lt;/DIV&gt;
&lt;BR /&gt;&lt;DIV&gt;
Two very small edits in checkout_process.php:
&lt;/DIV&gt;
&lt;BR /&gt;
1)  Around line 162: end bracket is commented -- remove backslashes on beginning of line. from " // } " to " } "
&lt;BR /&gt;&lt;DIV&gt;
2) Delete end bracket around line 365. ( } )&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/oscmax/" rel="tag"&gt;oscmax&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/oscommerce/" rel="tag"&gt;oscommerce&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/shop/" rel="tag"&gt;shop&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/bug/" rel="tag"&gt;bug&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/error/" rel="tag"&gt;error&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/order+details/" rel="tag"&gt;order details&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/missing/" rel="tag"&gt;missing&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/product/" rel="tag"&gt;product&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.thewebandbeyond.de/oscmax/error-messages/</clipSource><pubDate>Thu, 28 Jun 2007 09:44:38 GMT</pubDate></item><item><title>OSCMac new_attributes.php does not save in OSC MAX RC3</title><link>http://clipmarks.com/clipmark/84F5DFCD-E7DE-46E8-BFCC-E1F8AC7ED506/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/nouse4name/"&gt;nouse4name&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.thewebandbeyond.de/index.php?option=com_content&amp;task=blogsection&amp;id=6&amp;Itemid=29" title="http://www.thewebandbeyond.de/index.php?option=com_content&amp;task=blogsection&amp;id=6&amp;Itemid=29"&gt;www.thewebandbeyond.de&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;table background="undefined" bgcolor=""&gt;&lt;tr&gt;&lt;TD width="100%" class="contentheading"&gt;
					new_attributes.php does not save in OSC MAX RC3									&lt;/TD&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV align="left"&gt;
need it to make change only in admin/new_attributes_include.php&lt;BR /&gt;
replace lines 4, 5, 6 with&lt;BR /&gt;
&amp;lt;FORM ACTION="&amp;lt;?=$PHP_SELF?&amp;gt;" METHOD="POST" NAME="SUBMIT_ATTRIBUTES"&amp;gt;&lt;BR /&gt;
&amp;lt;INPUT TYPE="HIDDEN" NAME="current_product_id" VALUE="&amp;lt;?=$current_product_id?&amp;gt;"&amp;gt;&lt;BR /&gt;&lt;DIV&gt;
&amp;lt;INPUT TYPE="HIDDEN" NAME="action" VALUE="change"&amp;gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;BR /&gt;
To make images work and cancel button click replace line&lt;BR /&gt;
Line 168 with: &lt;BR /&gt;
&amp;lt;TD colspan="10" class="main"&amp;gt;&lt;BR /&gt;
&amp;lt;INPUT
TYPE="image" xsrc="&amp;lt;?=$adminImages?&amp;gt;button_save.gif"&amp;gt;   &amp;lt;?=$backLink?&amp;gt;&amp;lt;img xsrc="&amp;lt;?=$adminImages?&amp;gt;button_cancel.gif"
border="0"&amp;gt;&amp;lt;/A&amp;gt;&amp;lt;/TD&amp;gt;
&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV align="left"&gt;
&lt;A target="_blank" href="http://bugtrack.oscmax.com/view.php?id=183"&gt;
http://bugtrack.oscmax.com/view.php?id=183&lt;/A&gt;&lt;BR /&gt;
&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/oscommerce/" rel="tag"&gt;oscommerce&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/oscmax/" rel="tag"&gt;oscmax&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/bug/" rel="tag"&gt;bug&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/attributes/" rel="tag"&gt;attributes&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.thewebandbeyond.de/index.php?option=com_content&amp;task=blogsection&amp;id=6&amp;Itemid=29</clipSource><pubDate>Wed, 06 Dec 2006 13:02:53 GMT</pubDate></item></channel></rss>