Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Salvo

Pioneers
  • Posts

    1,001
  • Joined

  • Last visited

Posts posted by Salvo

  1. 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

  2. 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

  3. 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

  4. 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

  5. Hi all,

     

    Now that we know what it will include in the final osc3 and what it will have to be added as a contribution/module, I am just wondering if you are all waiting for the final official alpha 6 to start creating modules/contributions needed for updating your osc2.2 or you have already started in order to give you an advantage and don't waste too much time when the big day finally arrives?

     

     

    Salvo

     

    PS: For the Team, wouldn't it be better to start already some FORUMS where one can request or say that it will be doing/updating modules/contributions? This would avoid two people creating the same thing and the community ending up asking: which module is better, A or B? "Just a thought"

  6. NO, the language is for understand of what is written. No on the product itself.

     

    If you sell one DVD in english you have One products Number and one model number

     

    If you sell the same DVD in French too, you have another product number and another model number.

     

    but if you sell ONE DVD and your site in Eng, FR, IT, DE ETC it will be one MODEL NUMBER FOR ALL...

     

    or I am so ... I can't understand

     

    Salvo

  7. 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

  8. I understand you now Claudio thanks for explaining that better. I too will wait for HPDL to respond.

     

    -Ryan

     

     

    I understand what was the question about and the reason for pointing it out.

     

    in ms2 model

     

    Products table model 123456

    Products table description Eng

    Products table description It

    Products table description de

    etc etc

     

    in ms3 model

     

    Products table

    Products table description Eng model 123456

    Products table description It model 123456

    Products table description de model 123456

    etc etc

     

    as the example, the model shouldn't change for each language. UNLESS, there is a SPECIFIC reason that I don't understand either for having moved to products_descriptin

     

    Salvo

  9. 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

  10. 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

     

     

     

    Don't say this,brother,this is the thing everybody sholud do.

     

    The new problem now hit me again,which I don't find the answer took over the topic thread again and again.

     

    1. in admin/customer/,when click the administrator

    Warning: reset(): Passed variable is not an array or object in c:\appserv\www\catalog\admin\includes\classes\object_info.php on line 17

     

    Warning: Variable passed to each() is not an array or object in c:\appserv\www\catalog\admin\includes\classes\object_info.php on line 18

  11. Don't say this,brother,this is the thing everybody sholud do.

     

    The new problem now hit me again,which I don't find the answer took over the topic thread again and again.

     

    1. in admin/customer/,when click the administrator

    Warning: reset(): Passed variable is not an array or object in c:\appserv\www\catalog\admin\includes\classes\object_info.php on line 17

     

    Warning: Variable passed to each() is not an array or object in c:\appserv\www\catalog\admin\includes\classes\object_info.php on line 18

     

     

    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

×
×
  • Create New...