Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Gyakutsuki

♥Ambassador
  • Posts

    853
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by Gyakutsuki

  1. Nice, about suppliers, one or multi by product ?
    About the stock alert by default of all product or specific product (warning, out of stock), do you take inconsideration to send an email  to someone inside the company ?

  2. Just a question to you take in consideration the multilanguage about the taxonomy ?
    Make an ajax can be slow
    Note phoenix use the Hooks, call a hooks can be the best approach without to include code inside the source. look this way.
    => But need the latest version.

  3. Hello @rebelsheep,

    A little code can help you about the taxonomy. It's better to redirect via blank page to the taxonomy page.

            $content = '<div class="row" id="GoogleTaxonomy">';
            $content .= '<div class="col-md-12">';
            $content .= '<div class="form-group row">';
            $content .=  TEXT_GOOGLE_TAXONOMY;
            $content .= '<div class="col-md-6">';
            $content .= tep_draw_input_field('google_taxonomy_id', $google_taxonomy_id) . ' ';
            $content .= '<a href="http://www.google.com/basepages/producttype/taxonomy-with-ids.en-US.txt" target="_blank"><i class="fas fa-external-link-square-alt"></i></a>';
            $content .= '</div>';
            $content .= '</div>';
            $content .= '</div>';
            $content .= '</div>';
    
            echo $content;
    
    
    
    

     

     

  4. @LeeFoster To make something in B2B, it's not so simple, some sql request must change, some function and classes must be changed. It's a big work, it's not to add just a module. It's more complex.
    Osc is correct for the B2C, as I said, there is some other e-commerce solution has this function very well implemented.
     

  5. If you want save money, you can see Prestashop, Woo Commerce, Magento, Open Cart or other shopping carts. You will find  different module for that.
    After you can develop something with Osc, but I am not sure it's the best solution for that. You will have the change lot of thing inside the application but it's possible.
    Just a question you want a B2B also ?

  6. @fantomen

    Oscommerce is not a tools updated to use with an ERP, I make an add on and youan see in action inside the video forum. Note  :  it does not work with the latest odoo version because their api and call has been changed.
    But some other e-commerce tools are more appropriate to use odoo like prestashop, magento and some other.
    If you have lot of maintenance, it's better for you to migrate your e-commerce tools to another. Time is business, tools must in relation with your business.
    This Oscommerce version is not made for that.

     

×
×
  • Create New...