<?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 'error' clips</title><link>http://clipmarks.com/clipper/nouse4name/tag/error/</link><feedUrl>http://rss.clipmarks.com/clipper/nouse4name/tag/error/</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: Error: 1054 unknown column shipping tax in field list</title><link>http://clipmarks.com/clipmark/06257245-D8F6-4DA2-8AF8-AF033F57FD14/</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;DIV&gt;Error: 1054 unknown column shipping tax in field list [tab stop]&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&gt;
there were two missing entries in the store SQL for "Edit Orders" as follows:
&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;SPAN&gt;
1) Table 'orders" missing Field "shipping_tax"
&lt;BR /&gt;&lt;DIV&gt;
2) Table 'configuration' missing entry for "Edit Orders"
&lt;/DIV&gt;
&lt;BR /&gt;
Run the following script into your store SQL:
&lt;BR /&gt;
&lt;/SPAN&gt;
&lt;DIV&gt;
&lt;SPAN&gt;&lt;BR /&gt;
&lt;/SPAN&gt;
&lt;/DIV&gt;
&lt;DIV class="codecontent"&gt;
&lt;SPAN&gt;
ALTER TABLE orders ADD shipping_tax DECIMAL( 7, 4 ) DEFAULT '0.000' NOT NULL ;
&lt;BR /&gt;
INSERT into configuration (configuration_id, configuration_title,
configuration_key, configuration_value, configuration_description,
configuration_group_id, sort_order, last_modified, date_added,
use_function, set_function) values ('', 'Order Editor- Display Payment
Method dropdown?', 'DISPLAY_PAYMENT_METHOD_DROPDOWN', 'true', 'Display
Payment Method in Order Editor as dropdown menu (true) or as input
field (false)', '1', '21', NULL, '2006-04-02 11:51:01', NULL,
'tep_cfg_select_option(array(\'true\', \'false\'),');&lt;/SPAN&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/oscmax/" rel="tag"&gt;oscmax&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/1054/" rel="tag"&gt;1054&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/shipping/" rel="tag"&gt;shipping&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/sql/" rel="tag"&gt;sql&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.thewebandbeyond.de/oscmax/error-messages/</clipSource><pubDate>Thu, 28 Jun 2007 09:47:36 GMT</pubDate></item><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>Jedes Content Element einer Spalte wrapen</title><link>http://clipmarks.com/clipmark/110DFC09-D8C4-4ED6-B14C-E9F8FA36E67B/</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.typo3wizard.com/index.php?id=93&amp;type=0" title="http://www.typo3wizard.com/index.php?id=93&amp;type=0"&gt;www.typo3wizard.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;H1 class="csc-firstHeader"&gt;Jedes Content Element einer Spalte wrapen&lt;/H1&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&gt;Um jedes Content Element der Rechtsspalte zu wrappen kann man folgenden code verwenden. Dieser Code kann für alle Spalten angepasst werden.
&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;PRE class="ts-hl"&gt;&lt;SPAN class="ts-objstr"&gt;subparts&lt;/SPAN&gt;&lt;SPAN class="ts-operator"&gt;{&lt;/SPAN&gt;
  &lt;SPAN class="ts_background"&gt;&lt;SPAN class="ts-objstr"&gt;RIGHT_CONTENT&lt;/SPAN&gt;&lt;SPAN class="ts-objstr_postspace"&gt; &lt;/SPAN&gt;&lt;SPAN class="ts-operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="ts-operator_postspace"&gt; &lt;/SPAN&gt;&lt;SPAN class="ts-value_copy"&gt;styles.content.getRight&lt;/SPAN&gt;&lt;SPAN class="ts-error"&gt;&lt;STRONG&gt; - ERROR:&lt;/STRONG&gt; Line 9: Object copied in this line "RIGHT_CONTENT &amp;lt; styles.content.getRight" would leave either the value or properties untouched in TypoScript Version 1. Please check that this is not a problem for you.&lt;/SPAN&gt;&lt;/SPAN&gt;
  &lt;SPAN class="ts_background"&gt;&lt;SPAN class="ts-objstr"&gt;RIGHT_CONTENT.renderObj.stdWrap.wrap&lt;/SPAN&gt;&lt;SPAN class="ts-operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="ts-value"&gt;&amp;lt;div class="bordered"&amp;gt;|&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN class="ts-operator"&gt;}&lt;/SPAN&gt;
&lt;/PRE&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/typo3/" rel="tag"&gt;typo3&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/content/" rel="tag"&gt;content&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/col/" rel="tag"&gt;col&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/wrap/" rel="tag"&gt;wrap&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.typo3wizard.com/index.php?id=93&amp;type=0</clipSource><pubDate>Fri, 22 Dec 2006 21:09:21 GMT</pubDate></item></channel></rss>