<?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 'oscmax' clips</title><link>http://clipmarks.com/clipper/nouse4name/tag/oscmax/</link><feedUrl>http://rss.clipmarks.com/clipper/nouse4name/tag/oscmax/</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>oscmax - bread crumb trail - remove top link</title><link>http://clipmarks.com/clipmark/A72365D7-0EDA-41AA-845E-E06FBAF9F5BF/</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.oscmax.com/forums/oscmax-v2-customization-mods/5220-bread-crumb-trail.html#post17973" title="http://www.oscmax.com/forums/oscmax-v2-customization-mods/5220-bread-crumb-trail.html#post17973"&gt;www.oscmax.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV class="smallfont"&gt; &lt;IMG width="16" height="16" border="0" alt="Default" src="http://www.oscmax.com/forums/images/icons/icon1.gif" class="inlineimg" title="Default" /&gt; &lt;STRONG&gt;RE: bread crumb trail&lt;/STRONG&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 id="post_message_17973"&gt;&lt;DIV&gt;Look in  catalog/includes/application_top.php around line 618&lt;/DIV&gt; &lt;BR /&gt;
find:&lt;BR /&gt;
// include the breadcrumb class and start the breadcrumb trail&lt;BR /&gt;
  require(DIR_WS_CLASSES . 'breadcrumb.php');&lt;BR /&gt;&lt;DIV&gt;
  $breadcrumb = new breadcrumb;&lt;/DIV&gt; &lt;BR /&gt;
  $breadcrumb-&amp;gt;add(HEADER_TITLE_TOP, HTTP_SERVER);&lt;BR /&gt;&lt;DIV&gt;
  $breadcrumb-&amp;gt;add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));&lt;/DIV&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;DIV&gt;
Take out the line (or comment out) --  $breadcrumb-&amp;gt;add(HEADER_TITLE_TOP, HTTP_SERVER); -- to remove the "top" link.&lt;/DIV&gt; &lt;BR /&gt;
To Change  --  HEADER_TITLE_CATALOG --  to "Home" &lt;BR /&gt;&lt;DIV&gt;
open catalog/includes/languages/english.php&lt;/DIV&gt; &lt;BR /&gt;
Find the line--   define('HEADER_TITLE_CATALOG', 'catalog');  --&lt;BR /&gt;&lt;DIV&gt;
Change 'catalog'  to 'Home' or whatever you want.&lt;/DIV&gt; &lt;BR /&gt;
Hope this helps&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/bread+crumb/" rel="tag"&gt;bread crumb&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/remove/" rel="tag"&gt;remove&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/top+link/" rel="tag"&gt;top link&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.oscmax.com/forums/oscmax-v2-customization-mods/5220-bread-crumb-trail.html#post17973</clipSource><pubDate>Thu, 08 Feb 2007 15:32:04 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>