Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

andized

Archived
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Real Name
    Andi Zed

andized's Achievements

  1. i found out what the problem is: the last stock check is performed when loading the checkout_confirmation.php page, but the stock is decreased, when hitting the submit button on this page. the following problem might appear: 2 users put the last item of a unique product into their carts, both of them enter the checkout confirmation page at the same time, i.e. both passed the last stock check and can finish their orders. i tried to solve that problem by performing another stock check in checkout_process.php shortly before the stock is decreased and the order is going to be finished.
  2. Hi, i already posted this question in the general section, but i guess this is the right place: i found a bug in the stock tracking feature of qt pro. before a customer adds a product into his shopping cart, there is a check, if the product is still available, but there is no check, when the customer checks out and finishes his order. this can lead to the following problem: if there is only 1 piece of a product available, 2 people can add it to their cart at the same time and finish the order. the stock count of the product is decreased from 1 to -1 and both customers ordered the product (if this product was a unicum the shop owner has a problem now, since both customers already got their confirmations). i set the "allow checkout" field to false, but the shop doesnt realize, that the product is sold out in this case. anybody else experienced that problem or knows how to fix it? regards, AndiZed
  3. hello, i am having a little problem with the giftwrap contribution: when a customer enters the checkout_shipping page he can select between "giftwrap" and "no giftwrap". "giftwrap" is selected by default, but i want "no giftwrap" to be the default value. i already tried to change the sort order of these two options in admin -> modules -> giftwrap, but "giftwrap" still appears on top and is selected by default. why can't i sort these options?
  4. i had a similar problem, but i guess its fixed now: make sure you install Giftwrap in the Order Total Module section (admin area -> modules). check if the sort order value conflicts with another one, if it does, it will not show up in the invoice.
  5. Hi, i recently integrated the contrib Master Products into a shop. i think there is a logical problem with the shopping cart: when i add a product package consisting of a master and several slaves to the shopping cart, they all appear there as separate products, i.e. i can change their number and remove them from the shop. this is also possible when using products that are marked as hidden. afaik the idea behind hiding a product is to make it impossible to sell this product standalone. the customer can bypass this by selecting a package with a hidden slave and remove all other products, but the hidden slave. is there a workaround for this problem?
  6. hi, i installed a fresh osCommerce Shop and copied the QTPro files into it, so QTPro is running without any problems. Currently i am trying to add the "Product Attributes - Option Type Feature" contribution, which allows me to define my own product attributes and their types (dropdown, textbox, radiobutton, etc). I could manually merge all files except product_info.php, because QTPro removed a part that the Option Type Feature contribution wants to have updated. The QTPro manual tells me to write my own class derived from pad_base.php, which is quite complicated. has anybody else written such a class yet or knows an easy workaround? thx for your help, andized
×
×
  • Create New...