Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

empo

Archived
  • Posts

    98
  • Joined

  • Last visited

Posts posted by empo

  1. 1) because customer dont need to type private data once more time

    2) on oscommerce ms2 all work properly for other version or mods i cant be sure

     

    about shipping cost can someone tell about what shipment module you are talking and example will be good also...

     

    I made this contribution 95% flexible for any default shipment modules and other contribution but there still 5%. So nobody cant be perfect.

     

    About please help and etc... we all grown people so please dont disturb me by email or icq for change this contribution for you. If you need help hire some good programmer and he will make this contribution perfect for your needs.

    But if you find bug or any advice that will approve this contribution

    you always welcome to send me email or post it here in this topic

     

    About contribution tomorow i will add new one with couple fixes.

  2. to all-> please go to http://www.procreator.info/shop/ and http://www.procreator.info/shop/admin/ and answers for your questions you will figure out by your self.

     

    about shipping address no it`s not requer till you press button (fixed thanks Sergio Inacio)

     

    about conformation page this page needed for external payment system

     

    about shippments and price this module automaticaly calculate shipment cost depend on module that you use.

  3. @empo

     

    Is it possible to set an new customer to the approved status even when his account is created? I don't want to approve every new customer in the admin.

     

    An the second question I have: Would it be possible, to send an email to the customer, if his product is sold?

     

    Thanx for your help!

     

    Greeting,

    Daniel

     

    1) yes it`s possible simply configure mysql query for this row ( by default it`s always 0 for new customer)

     

    2) yes of course but i need to add this feature...

     

    3) about code it`s hard to find from where mistake comming try to check javascript code

  4. to wayoutpost->no you need another contribution ( i did something similar once and this was for postcards-> user able to add his image to any postcard, but this contributon was for comercial use only)

     

    to zpeedfreak->can`t understand what you want

  5. nloureiro -> it`s because of euro sight look my answer to andyucs for solution

     

     

    I need help with java script i found why there problem with firefox and opera but cant fix it if someone know javascript good please help

    my email:emposha at gmail.com

     

    ps: please dont write to my email with request for help or fix

  6. Cannot instantiate non-existent class: httpclient

     

    It says I dont have any class! Im quite classy, and handsome in a tux IMHO.

     

    Seriously, what?! Ive used Fast-Buy Beta8 before without error...didnt see anything about classes needed to be added...

    Strange bug

    this class not used in this contribution probably you have some conflict with other installed contributions

  7. to all-> wait for next version of PPCC

    some changes:

    1) new system of product fetch(less queries to database)

    2) new system for category fetch (less queries to database)

    3) fetch all products in any deep of cateogory

    4) more stable code

     

    roadmap:

    1)try to work on any browser.

  8. Andy try this

    find this code:

    $product ['price'] = str_replace($currency_symb,'',$currencies->display_price($temps['products_price'],tep_get_tax_rate($product_info['products_tax_class_id'])));

     

    and replace it with this one:

    $product ['price'] = tep_add_tax($temps['products_price'], $products_tax);

×
×
  • Create New...