Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Salvo

Pioneers
  • Posts

    1,001
  • Joined

  • Last visited

Profile Information

Salvo's Achievements

  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
×
×
  • Create New...