Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Salvo

Pioneers
  • Posts

    1,001
  • Joined

  • Last visited

Everything posted by Salvo

  1. Hi again has anybody installed this contribution? Can anybody tell me if it is working? Thanks Salvo
  2. in the includes/boxes/search.php there is this code <script language="JavaScript" type="text/javascript" src="includes/class.OSCFieldSuggest.js"></script> <script language="JavaScript" type="text/javascript"> /*<![CDATA[*/ //Attention!!! put always this code above the HTML code of your field!!! var oscSearchSuggest = new OSCFieldSuggest('txtSearch', 'includes/search_suggest.xsl', 'searchsuggest.php'); /*]]>*/ </script> Can someone tell me what it is ment for //Attention!!! put always this code above the HTML code of your field!!! Should I place in different place that it is now? <!-- search //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_SEARCH); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'), 'align' => 'center', 'text' => tep_draw_input_field('keywords', '', 'id="txtSearch" size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_image_submit('v.gif', BOX_HEADING_SEARCH) . '<br>' . BOX_SEARCH_TEXT . '<br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"></a>'); new infoBox($info_box_contents); ?> <script language="JavaScript" type="text/javascript" src="includes/class.OSCFieldSuggest.js"></script> <script language="JavaScript" type="text/javascript"> /*<![CDATA[*/ //Attention!!! put always this code above the HTML code of your field!!! var oscSearchSuggest = new OSCFieldSuggest('txtSearch', 'includes/search_suggest.xsl', 'searchsuggest.php'); /*]]>*/ </script> </td> </tr> <!-- search_eof //--> Thanks
  3. Hi all, From what I can see in the live multi, to the surfer would look like if there were three or four catalogs. Is isn't just like having three or four or five catalog installed each with its own database without using the multi shop contribution? What is the advantage of using this contribution if the end user would see it as all different shops? Thanks
  4. Hi all I downloaded version 1.6 http://www.oscommerce.com/community/contributions,4144 but it gives me a java error and doesn't work. does anyone have it running in their shop? MySQL 4.1.9-max HTTP Server: Apache/1.3.33 (Win32) PHP/4.3.10 PHP Version: 4.3.10 (Zend: 1.3.0) should it work with the above spec? Thanks Salvo
  5. Hi all it is possible to see a multi shop online? Thanks
  6. Steve, Thanks for your input I appreciated it. I will see if I can make it work. Salvo
  7. Hi Steve, I see that you are the creator of this nice contribution. Would you be interested in helping and of course create it as contribution? I am sure that there are many people out there interested in something like this. People can use it if there have some products that can only be sold in some locations. Thank you salvo
  8. HI all, I have the need to associate and divide all products to a particular area and I thought to use this contribution if it is adaptable. ie: Select first the COUNTRY from a drop down menu. Then all the areas in that country should be in another drop down menu. Therefore, all products associated to that areas, should be listed and be able to sort/filter by category/manufacturer. is it possible to adapt this nice contribution in this way? Thanks Salvo
  9. HI all Has anybody added the time of shipping to the date? Thanks
  10. Sorry if I post again this request. Had anybody added the delivery time to the shipping date? If not, is anybody willing to help me to achieve this? Thanks
  11. Hi all Has anybody created the shipdate and TIME of delivery?
  12. Let see if we can come up with a cnotributions.
  13. HI all As per title, I have the need to create a reservation center using osc2 (Reserve a table at a restaurant). it shouldn't be too difficult, but as I am not an expert, it would take me 10 years. For an expert, it would take litte time... My aim is to using the shopping cart, convert it to create a reservation center. ie: RESERVE a restaurant table. Using attribute, I would use the to add "Select (Restaurant Room)", or "Sessions (lunch, dinner)". Using the shipdate contribution I would use to select date of the reservation. I only have proplem with the time of the reservation and to put it all together as per an opening window and making the reservation the same as boying a product buy with ?0.00 Is someone out there ready and willing to share this experience? Thanks Salvo
  14. Hi all Has someone done, seen a contribution that allows the customer to reserve (anything, ie. table at restaurant) as per title using osc shopping cart? Thanks
  15. Hi all I am thinking of a membership type of site with osc. Customers may communicate between themself to sell products in private. ie: ebay style. Has anybody thought of anything like this? is it in the contribution and I can't find? the best way is having the phpbb private message, but how to implement it to use only that part? thanks Salvo
  16. Hi Seso it sounds Strange, but I didn't have this problems. Sorry I can't help. Maybe you should reinstall it just in case you missed something...
  17. I am sorry, but I don't understand.... where is the problem. if a customer (Mr Bean) upload a product, the administrator receives an email advising of the new products. Is the problem that your script don't upload? Salvo
  18. HI check in the customers database if John Doe is there. check in the configuration iMy Store f John Doe is there check in the account_add.php if John Doe is somewhere there. Let me know Salvo
  19. John is a customer in the shop when installed I think.. check the customers_id in the database
  20. Hi, I have solved the problem with this kind of errors doing the following: I have my own account as "customer" id = 1 using the myphpadmin, I have altered the structure of customers_id in products table. I have set default to 1 so when all the products are posted from the admin area, the customers_id is 1. (or whaterver you want). Salvo
  21. HI I still don't know why is needed the administretor any idea?... I think the reason for the error is because the administretor has "0" as id..... Salvo
  22. Hi again, One small question what is needed for the insent below? INSERT INTO `customers` ( `customers_id` , `customers_gender` , `customers_firstname` , `customers_lastname` , `customers_dob` , `customers_email_address` , `customers_default_address_id` , `customers_telephone` , `customers_fax` , `customers_password` , `customers_newsletter` ) VALUES ('0', 'm', 'Administrator', '', '0000-00-00 00:00:00', '', '0', '', NULL , '', NULL); INSERT INTO `address_book` VALUES (address_book_id, 0, 'm', '', 'Administrator', 'Administrator', 'Administrator', 'Administrator', 'Administra', 'Administrator', 'Administrator', 176, 0);
  23. HI Can you explain what you did to make the calender work? Thanks Salvo
  24. Hi all, I have just downloaded and installed this contribution. While I am trying, I have a few question and things that don't work. ie: It does NOT allow to delete a products. why? it say that administration must allow. But customers is already allowed, otherwise would be able to be there in the first place. Second question. The available date -pop up calender, it doesn't show all. any idea ? maybe it is because it is a java inside a java? Thanks for now Salvo
×
×
  • Create New...