Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

baalwww

Archived
  • Posts

    196
  • Joined

  • Last visited

Everything posted by baalwww

  1. I was incorrect in part. The server IS running php 5.1.4 So, the identical easypopulate.php file, identical database, and identical csv (with tab delimiter) file uploads beautifully on the server, but on my laptop using wamp, I get that page full of errors. Here is the first 3 lines of the file: "v_products_model" "v_manufacturers_model" "v_products_image" "v_products_image_2" "v_products_image_3" "v_products_name_1" "v_products_name_3" "v_products_description_1" "v_products_description_3" "v_products_url_1" "v_products_head_title_tag_1" "v_products_head_desc_tag_1" "v_products_head_keywords_tag_1" "v_products_url_3" "v_products_head_title_tag_3" "v_products_head_desc_tag_3" "v_products_head_keywords_tag_3" "v_products_price" "v_products_weight" "v_date_avail" "v_date_added" "v_products_quantity" "v_attribute_options_id_1" "v_attribute_options_name_1_1" "v_attribute_options_name_1_3" "v_attribute_values_price_1_1" "v_attribute_values_name_1_1_1" "v_manufacturers_name" "v_categories_name_1" "v_categories_name_2" "v_categories_name_3" "v_categories_name_4" "v_tax_class_title" "v_status" "v_manufacturers_product_name" "v_manufacturers_price" "v_manufacturers_sets_per" "v-manufacturers_min_order_qty" "v_products_duty_rate" "v_products_height" "v_products_width" "v_products_depth" "v_products_diameter" "v_products_shipping_length" "v_products_shipping_width" "v_shipping_depth" "v_products_harmonized_code" "v_Item_Type" "v_Income_Account" "v_Asset_Account" "v_COGS" "V_Quickbooks_Status" "EOREOR" "10000200" "DMIR2" "No-Image-Available.gif" "Reyna Victoria 1 wall mirror" "Handcrafted in Peru." "Hecho en Per?." 62.7064825396826 4.40924524369756 03/13/2006 08:00:00 2 1 "Color" "Color" "M&E Peruvian Import-Export" "Home Decors" "Mirrors" "--none--" "Inactive" 23.48 1 "" "" "" "7009.91.1000" "Inventory Part" "Sales:Merchandise:M&E Peruvian" "Inventory Asset:Warehoused:M&E Peruvian" "Purchases:M&E Peruvian" "Not-Active" "EOREOR" "10000300" "DMIR3" "10000300.jpg" "10000300a.jpg" "Cajamarquinos wall mirror" "Handcrafted in Peru." "Hecho en Per?." 62.7064825396826 4.40924524369756 03/13/2006 08:00:00 2 1 "Color" "Color" "M&E Peruvian Import-Export" "Home Decors" "Mirrors" "--none--" "Active" 23.48 1 "" "" "" "7009.91.1000" "Inventory Part" "Sales:Merchandise:M&E Peruvian" "Inventory Asset:Warehoused:M&E Peruvian" "Purchases:M&E Peruvian" "Active" "EOREOR"
  2. It is tab, despite the suffix. Open Office lets you choose the delimiter. The thing is, the file works on the same version of EP on the web server, but not on mine...one difference being they are UX and Win respectively,the other being they are PHP 4 and 5 respectively.
  3. I tried this change. I've been unable to get EP working on my local (test) system, which IS php5. After this change, I still get the following (I've truncated it to two records' worth): File uploaded. Temporary filename: C:/Program Files/wamp/tmp\php46A.tmp User filename: master product list.csv Size: 904629 Warning: explode() [function.explode]: Empty delimiter. in C:\Documents and Settings\Jeff Greenberg\My Documents\My Web Sites\cebu.us.com\panel\easypopulate.php on line 708 Warning: Invalid argument supplied for foreach() in C:\Documents and Settings\Jeff Greenberg\My Documents\My Web Sites\cebu.us.com\panel\easypopulate.php on line 711 Warning: explode() [function.explode]: Empty delimiter. in C:\Documents and Settings\Jeff Greenberg\My Documents\My Web Sites\cebu.us.com\panel\easypopulate.php on line 1292 Warning: array_walk() [function.array-walk]: The argument should be an array in C:\Documents and Settings\Jeff Greenberg\My Documents\My Web Sites\cebu.us.com\panel\easypopulate.php on line 2280 No products_model field in record. This line was not imported. Warning: explode() [function.explode]: Empty delimiter. in C:\Documents and Settings\Jeff Greenberg\My Documents\My Web Sites\cebu.us.com\panel\easypopulate.php on line 1292 Warning: array_walk() [function.array-walk]: The argument should be an array in C:\Documents and Settings\Jeff Greenberg\My Documents\My Web Sites\cebu.us.com\panel\easypopulate.php on line 2280 No products_model field in record. This line was not imported.
  4. I'm using 2.78. I understand how the attributes work in OsC. My problem is this. If EP were to populate a spreadsheet this way: ITEM ATTRIB ATTRIB-VALUE ATTRIB-PRICE 00001 Size M 00001 Size L 00001 Color Red 00002 00003 Color Blue Then no matter how many attributes are defined, everything will fit in the spreadsheet. What I get is 00001 Size M 0 L 0 XL 0 Red 0 Blue 0 Violet 0 and so on, with every possible attribute value listed, so that item 2's size attributes arent even listed as columns, because the complete list of possible colors across my 1500+ items, when changed into columns, 6 columns for each color (value, price, language), exceeds the 256 allowed columns, let alone the other attributes for other items such as sizes, shape, etc.
  5. Haaaaha. Well, I guess it probably wouldn't. Yes, I'm thinking I'll end up having to do the same. The problem is that among our items (1500+) will be some coats, jackets, sweaters, belts, etc., so manual is ugly. I would have thought, being a software developer of old, that the way to do it, in the product/attribute export, would have been a row for each item/attribute, instead of trying to handle it with all product/attribute info in one row.
  6. Well, with nothing for anyone to work on ;) , I'll take one last try before I shoot myself. Is EP meant to handle attributes by creating a few columns for EACH? If not, I really could use some help to find out why mine does. If so, how can one possibly have more than 256 / 4 attributes?
  7. OK, I compared my HTML to a site with good-looking boxes, and here is what I found. Nothing. However, I did fix the problem, but I really want to know why I'm having it, in case it's symptomatic of something else. The <td> tags that contain the left.gif and right.gif of the boxes, I had to change them to be <td width="10"> (they had no width prior), and it looked fine. Turns out the weird look above is because the left and right were repeating themselves because the cell was wider than the image. Why?
  8. Well, the mechanics of changing that are simple...run phpmyadmin and go to the categories_description table and change it from length 32 to whatever you want. HOWEVER, there could be fallout from that. For example, the info box that shows the categories, having very long category names might screw up the formatting. It should be easy to check though. Change the database to whatever length you want, create just one category name of that length, and then go to your home page, category page, product page, etc. and see what kind of damage it's done. If it's ugly, you'll then either have to fix the formatting, change the display of the category on those pages to a substring or a non-ugly length, or change the db back to length 32. That's my 2 cents anyway. Still waiting for anyone willing to chat with me about attributes...here or baalwww on YM. Thx.
  9. Well, in the absence of any advice about this, would someone who uses this contrib be willing to cut and paste the HTML from the appropriate part of their main section so I can compare, or point me to their page where these boxes look correct and I'll check the HTML there?
  10. While we're waiting for Richard to try that... will anyone PLEASE take a moment and tell me how to use (or if I *can* use) EP given product options? With only a couple dozen defined so far, EP maxes out the max number of columns allowed in a spreadsheet.
  11. OK. Well, only other thing that comes to mind is that when I look at my copy of easypopulate.php, I have <code> manufacturers_id="' . $v_manufacturer_id </code not <code> manufacturers_id=' . $v_manufacturer_id </code
  12. I've had this happen to me too way back, and I'm racking my brain trying to remember what it was. One thing I can think of to try for grins is to remove the commas from your product description in the first item, and see if the import then makes it through to the second item before puking.
  13. Let me try this another way...the store's opening in a couple weeks and I'm desperate! I haven't really created too many attributes yet. There is COLOR and SIZE so far. I have about 20 colors listed. Sizes I have S, M, L, etc. as well as a range of numbers for sizes that cover men (32, 34...) women (2, 4, 6...) and shoes. So, right now about 40-50 values. If I tell Easy Populate to include attributes (which I assume I need to in order to then add new products at the bottom of the spreadsheet and send them back with attributes), instead of having maybe 30 columns of Attribute 1, Attribute 1 Value, Attribute 1 Price and filliing in the attribute that that particular row (item) uses, it tries to list EVERY attribute. With two languages, that is more than 5 columns per attribute, so it gives up at something like column IE, or 256 columns. How do I use this then? I'm sure most up and running stores have more values defined in attributes than I do.
  14. Hi. I like this contribution, but the results don't look like your example. I get this what is wrong with the box sides?
  15. Can someone give me some advice about the attribute part of this? I have several colors, sizes, and other defined as attributes. Most of my products don't use attributes, and some use a couple. The problem is I need to add some new products with attributes and all other info, and when I download a "complete" file, it lists every attribute as a series of like 3 or 4 columns, so that the spreadsheet maxes out long before the attributes do. How do people with hundreds of attributes use this?
  16. Jeez, my client is flipping out. Ok, here's what happened. Time to bring the site live. So he gave me the transaction key and I put it in and set authorize.net from test to live. He put in an order and the credit card purchase had an error. No mention of it on the authorize.net side. So I thought, hmmm, perhaps there's been an update to authorize.net module. So I looked, and found an authrorize.net aim module. So I uploaded that and installed it. Then I realized what it was for. So I uninstalled (through admin panel) and removed the files. From that point on, I can't get payment modules to show at all in admin...I get... Fatal error: Cannot redeclare class authorizenet in modules/payment/authorizenet.php on line 13 (I shortened the path here) I took the config entreis from authorize.net from a db backup (10 of them i think) and overwrote the others, no change. I overwrote the authorizenet.php module with a clean copy from the original install, no change. I'm out of ideas!
  17. OK. I had set the handlng fee under Order Total. So I've gone in and set that to false, and set a handling fee in within the shipping vendors. The line you pointed out is curious in that the shipping and handling were both included in the OS order and total, but the HANDLING was not passed to paypal, the shipping WAS.
  18. I have my admin set to add a handling fee of $5. I received my first order since, and the order info on OSC shows the handling fee, and an order total that includes the handling fee. The order amount passed to Paypal Pro, and thus the amount charged to the customer, did not include the $5. HELP!
  19. Yes. That's because the instructions say... REPLACE: include(DIR_WS_BOXES . 'categories.php'); BY: include(DIR_WS_BOXES . 'coolmenu.php'); should I not replace? I changed it, and the menu in the photo moves, but still not box. I guess because it's commented out? Is the idea that the dhtml menu is supposed to ride inside and cover the standard categories box? If so, then I guess it should not be replaced in column_left. Seems it would be better and more efficient to let osc paint the box but comment out the code that causes the contents to be generated, rather than have that done then cover it, if that's what's happening.
  20. Thanks! I don't think there is a category box here. Here's the code, but I can't post a link becasuse this is the offline test site, thank goodness. <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="en"> <head> <script language="JavaScript" type="text/javascript"> //<![CDATA[ function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) history.go(0); } MM_reloadPage(true); //]]> </script> <script language="JavaScript" type="text/javascript"> //<![CDATA[ function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le ft=150') } function popupStdWindow(url) { window.open(url,'popupWindow','resizable=yes,copyhistory=no,width=640,height=480') } //]]> </script> <title>Store Home Page - Cebu</title> <meta name="Description" content=" Furniture, Home Decors, Fashion Accessories and Apparel from the World's Craftsmen"/> <meta name="Keywords" content="furniture wrought rattan wicker chest dresser mirror table chair bookcase pottery vase ceramic sculpture filigree silver rug alpaca pillow tapestries jewelry tablecloth blanket bedspread ring necklace gold bracelet leather,handbag,hat,pendant,purse,wallet furniture wrought rattan wicker chest dresser mirror table chair bookcase pottery vase ceramic sculpture filigree silver rug alpaca pillow tapestries jewelry tablecloth blanket bedspread ring necklace gold bracelet leather,handbag,hat,pendant,purse,wallet"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <!-- EOF: Generated Meta Tags --> <base href="http://localhost/testbed.cebu.us.com/catalog/"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le ft=150') } //--></script> <script LANGUAGE="JavaScript1.2" SRC="includes/menu_animation.js"></SCRIPT> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- coolMenu //--> <!-- Copyright 2002 www.dhtmlcentral.com -- modified for PHP and osCommerce by Andreas Kothe - www.oddbyte.de --> <script> oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname //Menu properties oCMenu.pxBetween=0 oCMenu.fromLeft=10 oCMenu.fromTop=100 oCMenu.rows=0 oCMenu.menuPlacement="left" oCMenu.offlineRoot="" oCMenu.onlineRoot="" oCMenu.resizeCheck=1 oCMenu.wait=500 oCMenu.fillImg="cm_fill.gif" oCMenu.zIndex=0 //Background bar properties oCMenu.useBar=1 oCMenu.barWidth="menu" oCMenu.barHeight="menu" oCMenu.barClass="clBar" oCMenu.barX="menu" oCMenu.barY="menu" oCMenu.barBorderX=0 oCMenu.barBorderY=0 oCMenu.barBorderClass="" oCMenu.level[0]=new cm_makeLevel() oCMenu.level[0].width=150 oCMenu.level[0].height=28 oCMenu.level[0].regClass="clLevel0" oCMenu.level[0].overClass="clLevel0over" oCMenu.level[0].borderX=1 oCMenu.level[0].borderY=1 oCMenu.level[0].borderClass="clLevel0border" oCMenu.level[0].offsetX=0 oCMenu.level[0].offsetY=0 oCMenu.level[0].rows=0 oCMenu.level[0].arrow="images/arrow.gif" oCMenu.level[0].arrowWidth=11 oCMenu.level[0].arrowHeight=11 oCMenu.level[0].align="right" oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.8)" oCMenu.level[1]=new cm_makeLevel() oCMenu.level[1].width=250 oCMenu.level[1].height=14 oCMenu.level[1].regClass="clLevel1" oCMenu.level[1].overClass="clLevel1over" oCMenu.level[1].borderX=1 oCMenu.level[1].borderY=1 oCMenu.level[1].align="right" oCMenu.level[1].offsetX=0 oCMenu.level[1].offsetY=0 oCMenu.level[1].borderClass="clLevel1border" oCMenu.level[1].align="right" oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.6)" oCMenu.level[2]=new cm_makeLevel() oCMenu.level[2].width=250 oCMenu.level[2].height=14 oCMenu.level[2].regClass="clLevel1" oCMenu.level[2].overClass="clLevel1over" oCMenu.level[2].borderX=1 oCMenu.level[2].borderY=1 oCMenu.level[2].align="right" oCMenu.level[2].offsetX=0 oCMenu.level[2].offsetY=0 oCMenu.level[2].borderClass="clLevel1border" oCMenu.level[2].align="right" oCMenu.level[2].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.6)" oCMenu.level[3]=new cm_makeLevel() oCMenu.level[3].width=250 oCMenu.level[3].height=14 oCMenu.level[3].regClass="clLevel1" oCMenu.level[3].overClass="clLevel1over" oCMenu.level[3].borderX=1 oCMenu.level[3].borderY=1 oCMenu.level[3].align="right" oCMenu.level[3].offsetX=0 oCMenu.level[3].offsetY=0 oCMenu.level[3].borderClass="clLevel1border" oCMenu.level[3].align="right" oCMenu.level[3].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.6)" oCMenu.makeMenu('top_1','','Apparel','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_1','top_1','Cloaks/Ponchos','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_32&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_1_1','sub_1_1','Ponchos','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_32_74&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_2','top_1','Hats','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_35&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_2_1','sub_1_2','Berets','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_35_37&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_2_2','sub_1_2','Caps','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_35_36&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_2_3','sub_1_2','Chullos','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_35_80&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_2_4','sub_1_2','Men's Hats','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_35_51&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_2_5','sub_1_2','Winter Hats','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_35_38&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_3','top_1','Scarfs','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_33&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_4','top_1','Sets','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_39&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_4_1','sub_1_4','Hat & Gloves','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_39_40&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_4_2','sub_1_4','Scarf & Hat','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_39_44&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_4_3','sub_1_4','Scarf Gloves & Hat','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_39_41&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_5','top_1','Shawls','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_34&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_6','top_1','Shoes','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_42&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_1_6_1','sub_1_6','Slippers','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31_42_81&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('top_2','','Fashion Accessories','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_1','top_2','Bags','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_22&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_1_1','sub_2_1','Backpacks','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_22_23&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_1_2','sub_2_1','Bracelets','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_22_54&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_1_3','sub_2_1','Carrier Bags','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_22_30&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_1_4','sub_2_1','Handbags','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_22_24&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_1_5','sub_2_1','Purses','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_22_25&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_2','top_2','Jewelry','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_4&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_2_1','sub_2_2','Bracelets','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_4_53&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_2_2','sub_2_2','Earrings','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_4_7&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_2_3','sub_2_2','Jewelry Sets','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_4_5&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_2_4','sub_2_2','Necklaces','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_4_6&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_2_5','sub_2_2','Pendants','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_4_59&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_2_5_1','sub_2_2_5','Jewish','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_4_59_75&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_2_5_2','sub_2_2_5','Christian','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_4_59_76&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_2_6','sub_2_2','Rings','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_4_60&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_3','top_2','Other Fashion Accessories','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_52&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_4','top_2','Shoes','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_55&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_4_1','sub_2_4','Sandals','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_55_56&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_5','top_2','Slippers','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_43&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_2_6','top_2','Wallets','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3_57&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('top_3','','Furniture','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=48&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_3_1','top_3','Other Furniture','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=48_65&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_3_2','top_3','Tables','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=48_79&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_3_3','top_3','Chests/ Dressers','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=48_63&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_3_4','top_3','Chairs','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=48_49&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_3_5','top_3','Bookcases','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=48_64&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_3_6','top_3','Other Furniture','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=48_50&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('top_4','','Home Decors','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_1','top_4','Baskets','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_69&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_2','top_4','Bedroom','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_45&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_2_1','sub_4_2','Blankets','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_45_46&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_3','top_4','Boxes','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_26&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_4','top_4','Candlesticks','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_68&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_5','top_4','Filigree','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_13&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_6','top_4','Fireplace Accessories','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_67&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_7','top_4','Home Office','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_29&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_8','top_4','Mirrors','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_47&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_9','top_4','Miscellaneous Home Decors','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_2&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_10','top_4','Pottery','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_8&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_10_1','sub_4_10','Figurines','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_8_10&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_10_2','sub_4_10','Pots','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_8_11&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_10_3','sub_4_10','Vases','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_8_9&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_11','top_4','Rugs','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_21&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_12','top_4','Sculpture','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_12&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_13','top_4','Tableware','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_27&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_13_1','sub_4_13','Coasters','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_27_28&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_13_2','sub_4_13','Place Mats','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_27_73&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_13_3','sub_4_13','Tablecloths','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_27_72&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_14','top_4','Throw Pillows','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_70&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_15','top_4','Wall Art','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_19&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_15_1','sub_4_15','Masks','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_19_66&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_15_2','sub_4_15','Plates','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_19_20&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_15_3','sub_4_15','Tapestries','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_19_71&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_16','top_4','Judaica','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_77&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_4_17','top_4','Christian Items','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1_78&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('top_5','','Toys and Games','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=14&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_5_1','top_5','Board Games','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=14_15&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_5_1_1','sub_5_1','Backgammon','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=14_15_17&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_5_1_2','sub_5_1','Chess sets','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=14_15_16&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_5_1_3','sub_5_1','Tic-tack-toe','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=14_15_18&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_5_2','top_5','Dolls','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=14_58&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_5_2_1','sub_5_2','Doll Clothing','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=14_58_62&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') oCMenu.makeMenu('sub_5_3','top_5','Stuffed Animals','http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=14_61&osCsid=04534d99bed9a3f0cb86c6d9182df8bf') // create menu oCMenu.construct() <!-- Copyright 2002 www.dhtmlcentral.com -- modified for PHP and osCommerce by Andreas Kothe - www.oddbyte.de --> </SCRIPT><!-- coolMenu_eof //--> <!-- header //--> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="bottom"> <a href="http://localhost/testbed.cebu.us.com/catalog/index.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img'>http://localhost/testbed.cebu.us.com/catalog/index.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img src="images/cebutradingcorp/logotrans.gif" border="0" alt="Cebu" title="Cebu"></a><!--***** begin tabs--> </td> <td valign="bottom"> <TABLE cellSpacing=0 cellPadding=0 border=0 vspace="0" height="76"> <TR valign="bottom"> <TD valign="bottom" width="74"><a href="index.php"><img border="0" src="includes/languages/english/images/tabs/home.gif" width="74" height="76"></a> </TD> <TD valign="bottom" width="74"><a href="index.php?cPath=0"><img border="0" src="includes/languages/english/images/tabs/furniture.gif" width="74" height="76"></a> </TD> <TD valign="bottom" width="74"><a href="index.php?cPath=1"><img border="0" src="includes/languages/english/images/tabs/decors.gif" width="74" height="76"></a> </TD> <TD valign="bottom" width="74"><a href="index.php?cPath=2"><img border="0" src="includes/languages/english/images/tabs/apparel.gif" width="74" height="76"></a> </TD> <TD valign="bottom" width="74"><a href="index.php?cPath=3"><img border="0" src="includes/languages/english/images/tabs/fashion.gif" width="74" height="76"></a> </TD> <TD valign="bottom" width="74"><a href="index.php?cPath=4"><img border="0" src="includes/languages/english/images/tabs/toys&games.gif" width="74" height="76"></a> </TD> </TR> </TABLE> <!--***** end tabs--> </td><td><a href="http://AllCommunity.com/all.members/baalwww/" target="_top"><img src="http://www.allcommunity.com/images/buttonlogo.gif" border="1"></a></td></tr> <!-- <tr class=header" valign="top"> <td align="right" valign="bottom"><a href="http://localhost/testbed.cebu.us.com/catalog/account.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img'>http://localhost/testbed.cebu.us.com/catalog/account.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img src="images/header_account.gif" border="0" alt="My Account" title="My Account"></a>??<a href="http://localhost/testbed.cebu.us.com/catalog/shopping_cart.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img'>http://localhost/testbed.cebu.us.com/catalog/shopping_cart.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img src="images/header_cart.gif" border="0" alt="Cart Contents" title="Cart Contents"></a>??<a href="http://localhost/testbed.cebu.us.com/catalog/checkout_shipping.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img'>http://localhost/testbed.cebu.us.com/catalog/checkout_shipping.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img src="images/header_checkout.gif" border="0" alt="Checkout" title="Checkout"></a>??</td> </tr> --> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <td class="headerNavigation">??<a href="http://localhost/testbed.cebu.us.com" class="headerNavigation">Top</a> ? <a href="http://localhost/testbed.cebu.us.com/catalog/index.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf" class="headerNavigation">Catalog</a></td> <!--BEGIN sitemap <td align="right" class="headerNavigation" width="300"> <form name="site_map" action="http://localhost/testbed.cebu.us.com/catalog/site_map_12.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf" method="post"><input type="hidden" name="action" value="process"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="right"><input type="image" src="includes/languages/english/images/buttons/button_site_map.gif" border="0" alt="View All Products" title=" View All Products "></td> <td align="left" class="headerNavigation"><font color="#FFFFFF"><b>???</b></font><font color="#000000"><b>:Direct Link??</b></font></td> </tr> </table></form> end sitemap--> <td align="right" class="headerNavigation"><a href="http://localhost/testbed.cebu.us.com/catalog/account.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf" class="headerNavigation">My Account</a> ?|? <a href="http://localhost/testbed.cebu.us.com/catalog/shopping_cart.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf" class="headerNavigation">Cart Contents</a> <br> <a href="http://localhost/testbed.cebu.us.com/catalog/checkout_shipping.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf" class="headerNavigation">Checkout</a> ?|?<a href="http://localhost/testbed.cebu.us.com/catalog/wishlist.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf" class="headerNavigation">My Wishlist</a></td> </tr> </table> <!-- header_eof //--> <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="125" valign="top"><table border="0" width="125" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <script type="text/javascript"> <!-- document.write(" <TR> <TD> "); <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="infoBoxHeading">Categories</td> <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" width="11" height="14" border="0" alt=""></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> <tr> <td class="TextBox"> <img src="images/trans.gif" width="150" height="214.65"></td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> </table> </td> </tr> </table> document.write(""); document.write(" <\/TD> <\/TR> "); //--> </script> <noscript> <!-- categories //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="CategoriesBoxHeading"><img src="images/CategoriesBox/corner_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="CategoriesBoxHeading">Categories</td> <td height="14" class="CategoriesBoxHeading" nowrap><img src="images/pixel_trans.gif" width="11" height="14" border="0" alt=""></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="CategoriesBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="CategoriesBoxContents"> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> <tr> <td align="left" class="CategoriesBoxContents"><div id="thecategories"><div id="topcat"><a href="http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=31&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" width="9" height="9" border="0" alt=""></span>Apparel</a></div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=3&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" width="9" height="9" border="0" alt=""></span>Fashion Accessories</a></div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=48&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" width="9" height="9" border="0" alt=""></span>Furniture</a></div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=1&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" width="9" height="9" border="0" alt=""></span>Home Decors</a></div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://localhost/testbed.cebu.us.com/catalog/index.php?cPath=14&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" width="9" height="9" border="0" alt=""></span>Toys and Games</a></div></div></td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- categories_eof //--> </noscript> <!-- loginbox //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="infoBoxHeading">Login Here</td> <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" width="11" height="14" border="0" alt=""></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> <tr> <td align="center" class="TextBox"> <form name="login" method="post" action="http://localhost/testbed.cebu.us.com/catalog/login.php?action=process&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="infoBoxContents"> Welcome <span class="greetUser">Guest!</span><br><br> </td> </tr> <tr> <td align="center" class="infoBoxContents"> E-Mail address: </td> </tr> <tr> <td align="center" class="infoBoxContents"> <input type="text" name="email_address" maxlength="96" size="20" value=""> </td> </tr> <tr> <td align="center" class="infoBoxContents"> Password: <A HREF="http://localhost/testbed.cebu.us.com/catalog/password_forgotten.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><a href="password_forgotten.php"><i>(forgotten?)</i></a></A> </td> </tr> <tr> <td align="center" class="infoBoxContents"> <input type="password" name="password" maxlength="40" size="20" value=""> </td> </tr> <tr> <td class="infoBoxContents" align="center"> <input type="image" src=" includes/languages/english/images/buttons/button_login.gif" </td> </tr> <tr> <td align="center" class="infoBoxContents"> <span class="greetUser">Not registered yet?</span><br><a href="create_account.php"><span class="smallText">Click here to<br>create an account</span></a> </td> </tr> </table> </form> </td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- loginbox_eof //--> <!-- whats_new //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="WhatsNewBoxHeading"><img src="images/WhatsNewBox/corner_right_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="WhatsNewBoxHeading">What's New?</td> <td height="14" class="WhatsNewBoxHeading" nowrap><a href="http://localhost/testbed.cebu.us.com/catalog/products_new.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img src="images/WhatsNewBox/arrow_right.gif" border="0" alt="more" title="more"></a><img src="images/pixel_trans.gif" width="11" height="14" border="0" alt=""></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="WhatsNewBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="WhatsNewBoxContents"> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> <tr> <td align="center" class="WhatsNewBoxContents"><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=267&osCsid=04534d99bed9a3f0cb86c6d9182df8bf34;><img'>http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=267&osCsid=04534d99bed9a3f0cb86c6d9182df8bf34;><img src="imagemagic.php?img=images/40100101.gif&w=80&h=60&page=" width="80" height="60" border="0" alt="Girl from Lima" title="Girl from Lima"></a><br><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=267&osCsid=04534d99bed9a3f0cb86c6d9182df8bf34;>Girl'>http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=267&osCsid=04534d99bed9a3f0cb86c6d9182df8bf34;>Girl from Lima</a><br>$35.99</td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- whats_new_eof //--> <!-- search //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="SearchBoxHeading"><img src="images/SearchBox/corner_right_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="SearchBoxHeading">Quick Find</td> <td height="14" class="SearchBoxHeading" nowrap><img src="images/pixel_trans.gif" width="11" height="14" border="0" alt=""></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="SearchBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="SearchBoxContents"> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> <tr> <td align="center" class="SearchBoxContents"><form name="quick_find" action="http://localhost/testbed.cebu.us.com/catalog/advanced_search_result.php" method="get"><input type="text" name="keywords" size="10" maxlength="30" style="width: 95px">?<input type="hidden" name="osCsid" value="04534d99bed9a3f0cb86c6d9182df8bf"><br><input type="image" src="includes/languages/english/images/buttons/button_quick_find.gif" border="0" alt="Quick Find" title=" Quick Find "><br>Use keywords to find the product you are looking for.<br><a href="http://localhost/testbed.cebu.us.com/catalog/advanced_search.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><b>Advanced Search</b></a></form></td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- search_eof //--> <!-- information //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="infoBoxHeading">Information</td> <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" width="11" height="14" border="0" alt=""></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> <tr> <td class="TextBox"><a href="http://localhost/testbed.cebu.us.com/catalog/shipping.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Shipping & Returns</a><br><a href="http://localhost/testbed.cebu.us.com/catalog/privacy.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Privacy Notice</a><br><a href="http://localhost/testbed.cebu.us.com/catalog/conditions.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Conditions of Use</a><br><a href="http://localhost/testbed.cebu.us.com/catalog/contact_us.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Contact Us</a><br><a href="http://localhost/testbed.cebu.us.com/catalog/wholesale.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Wholesale Inquiries</a><br><a href="http://localhost/testbed.cebu.us.com/catalog/about.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf">About us</a></td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="1" border="0" alt=""></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- information_eof //--> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <!-- Get rid of the greeting <tr> <td class="pageHeading">What's New Here?</td> <td class="pageHeading" align="right"><img src="imagemagic.php?img=images/table_background_default.gif&w=40&h=40&page=" width="40" height="40" border="0" alt="What's New Here?" title="What's New Here?"></td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="10" border="0" alt=""></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="main">Welcome <span class="greetUser">Guest!</span> Would you like to <a href="http://localhost/testbed.cebu.us.com/catalog/login.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><u>log yourself in</u></a>? Or would you prefer to <a href="http://localhost/testbed.cebu.us.com/catalog/create_account.php?osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><u>create an account</u></a>?</td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="10" border="0" alt=""></td> </tr> <tr> --> <!-- <td class="main"></td> --> <!-- BEGIN define mainpage --> <td class="main"><!-- Begin Free-Banners v2.1 HTML Tag. All Rights Reserved. Patent Pending. --> <center><font size="-2" color="gray">Advertisement</font><br> <iframe src="http://ads.free-banners.com/cgi-bin/adserver/banner?iid=431061&istatus=1&iogeography=53346304&iocategory=319292416&iolanguage=26&ifilter=1&type=2&page=1" hspace=0 vspace=0 width=468 height=60 marginwidth=0 marginheight=0 frameborder=0 scrolling=no> <a href="http://ads.free-banners.com/cgi-bin/adserver/click?iid=431061&istatus=1&iogeography=53346304&iocategory=319292416&iolanguage=26&ifilter=1" target="_top"><img src="http://ads.free-banners.com/cgi-bin/adserver/banner?iid=431061&istatus=1&iogeography=53346304&iocategory=319292416&iolanguage=26&ifilter=1&type=1&page=1" width=468 height=60 border=0 alt="Free-Banners"></a></iframe><br> <table border=0 cellpadding=0 cellspacing=0 width=468><tr><td align=right><a href="http://www.friendsearch.com/dating/dating.love/124038/" target="_top"><img src="http://ads.free-banners.com/images/textbar_blue.gif" border=0></a><a href="http://www.free-banners.com/" target="_top"><img src="http://ads.free-banners.com/images/fbbar.gif" border=0></a></td></tr></table> </center> <!-- End Free-Banners v2.1 HTML Tag. All Rights Reserved. Patent Pending. --> <font color="red" size="+3"><em>Grand Opening!<em></font></td> <!-- END define mainpage --> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="10" border="0" alt=""></td> </tr> <tr> <td><!-- product_specials //--> <!-- product_specials_eof //--> </td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="10" border="0" alt=""></td> </tr> <tr> <td> <!--BOC best seller--> <!-- best_sellers //--> <!-- best_sellers_eof //--> <!--EOC best seller-> <!-- new_products //--> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="contentBoxHeading"><img src="images/contentBox/corner_left.gif" border="0" alt=""></td> <td height="14" class="contentBoxHeading" width="100%">New Products For April</td> <td height="14" class="contentBoxHeading"><img src="images/contentBox/corner_right_left.gif" border="0" alt=""></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="contentBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="4" class="contentBoxContents"> <tr> <td align="center" class="smallText" width="33%" valign="top"><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=272&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img src="imagemagic.php?img=images/40100501.gif&w=80&h=60&page=" width="80" height="60" border="0" alt="Paca Pals" title="Paca Pals"></a><br><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=272&osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Paca Pals</a><br>$6.50</td> <td align="center" class="smallText" width="33%" valign="top"><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=266&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img src="imagemagic.php?img=images/40100100.gif&w=80&h=60&page=" width="80" height="60" border="0" alt="Girl from Lima" title="Girl from Lima"></a><br><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=266&osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Girl from Lima</a><br>$35.99</td> <td align="center" class="smallText" width="33%" valign="top"><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=76&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img src="imagemagic.php?img=images/40000101.jpg&w=80&h=60&page=" width="80" height="60" border="0" alt="Pizarro vs Atahualpa Chess Set" title="Pizarro vs Atahualpa Chess Set"></a><br><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=76&osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Pizarro vs Atahualpa Chess Set</a><br>$31.99</td> </tr> <tr> <td align="center" class="smallText" width="33%" valign="top"><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=269&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img src="imagemagic.php?img=images/40100301.gif&w=80&h=117&page=" width="80" height="117" border="0" alt="Girl from Palla" title="Girl from Palla"></a><br><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=269&osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Girl from Palla</a><br>$35.99</td> <td align="center" class="smallText" width="33%" valign="top"><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=79&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"></a><br><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=79&osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Inca-tack-toe</a><br>$31.99</td> <td align="center" class="smallText" width="33%" valign="top"><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=264&osCsid=04534d99bed9a3f0cb86c6d9182df8bf"><img src="imagemagic.php?img=images/40100200.gif&w=80&h=114&page=" width="80" height="114" border="0" alt="Girl from Cusco" title="Girl from Cusco"></a><br><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=264&osCsid=04534d99bed9a3f0cb86c6d9182df8bf">Girl from Cusco</a><br>$35.99</td> </tr> <tr> <td align="center" class="smallText" width="33%" valign="top"><a href="http://localhost/testbed.cebu.us.com/catalog/product_info.php?products_id=267&osCsid=04534d99bed9a3f0cb86c6d9182df8bf
  21. I seem to have the problem that there ISN'T a box. The menu just hovers over the first box in column left, which is no longer categories since that was commented out and replaced with coolmenu, as shown here:
  22. should there be a comma before the FROM in the select?
  23. Interesting. I don't have this problem when I upload into my store which is sitting on a Unix hosting server, but with the test version of my store, which is running on a Windows PC over Wamp, I get exactly the same result with exactly the same csv file that was imported just fine on the Unix system. Did you get the same result with tabs between the fields?
  24. mmm, well, I was trying to explain the EP doesn't pull a thing, and since you had asked why it can't, and it's a small piece of code and readily reveals that it's not meant to, I figured you might not realize that. I think I answered that question early on, saying it doesn't, and it's not meant to.
×
×
  • Create New...