Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

multimixer

Members
  • Posts

    4,733
  • Joined

  • Last visited

  • Days Won

    72

Posts posted by multimixer

  1. I'm happy to have the chance to open this topic and get feedback in public about my work and about the services I offer

     

    In case you are a Mini Template System user or in case I did some work for you please feel free to write about your experience

     

    How was the communication? Did I came back to your questions? Did I help with planning the project? Did I deliver the work within the time scheduled? Was the pricing reasonable? Did I took care of any issues and problems? Do I keep following up after the work was delivered?

     

    Most important, the quality of work, is everything working as it should? Are you happy with my work?

     

    I would really appreciate if you would take the time to write a couple of sentences, good or bad, whatever it is

     

    --------

     

    Please do not post questions or enquiries here. You can contact me via my profile or via my partner page and I'll be happy to get back to you

  2. In the implementation I use for min quantity/max quantity and quantity steps, I'm passing the qty via a class that do all adjustments and return the correct quantity to use. You can see this happening also in QPBPP where I got the idea from

     

    This I do in includes/classes/shopping_cart.php, this seems to be the safest place to do since it covers all possible cases, doesn't matter where the action is initiated

     

    application_top.php is same good IF all add to cart/update actions are done using 'action' in the url (buy_now, add_product, update etc). It can/could be that some modification is adding stuff to the cart directly, not via application_top.php

  3. You do following comparison

     

     

    if ($products['minorder'] > '1' && $products['no_break'] == '1')

     

    The $products['minorder'] that you use, must have a value, otherwise the comparison is useless

     

    Where does this value come from in your code, how does the system know what $products['minorder'] is?

     

    I think from nowhere, there is no value

     

    It also make no sense that you query for exactly that value, the minorder, that you already used in your comparison

     

    You need first to get the value, then you can use it to modify the quantity, in the same way it is done for max qty in cart

  4. The problem with that "MQP code" is, that the concept is wrong.

     

    It adjust the cart quantity only on the shipping cart page, the cart update the info only if changes are done on shopping_cart.php

     

    the right place to do this would be in includes/classes/shopping_cart.php, there are 2 functions of relevance, add_cart() and update(), they need to adjust the quantity according to your min quan

     

    Doing this, the cart info will be accurate all time for all store

  5. The one with line break problems was another one.

    Which one?

     

    Why can't addons be catalogued but version then ? why the endless list of "historical" addons and changes.

    They are. You can search for add ons using the version drop down.

     

    Moreover, the osCommerce version each addon is made for is mentioned just under the addon name

     

    Concrete:

     

    Addon 7916: This is also one for version 2.2, you can't use it on version 2.3. On the addon page it says: "Ajax Attribute Price change

    for osCommerce Online Merchant v2.2"

     

    Addon 8040 : This is for version 2.3 as stated and it is a complete package

  6. Ok, lets try to be specific

     

    The addon you linked to ( #8213 ) seem to be ok:

     

    - There are no issues with line breaks, both, installation instructions and the supplied file are correct

    - The add-on is made for version 2.2, this is clear on the addons page. Installation instructions refer naturally to version 2.2 that had "column files". You probably try to install this on version 2.3. You need either try to find an add-on for version 2.3 or convert it your self. This is however not a fault of the addon

     

    What is the one with the linebreaks issue?

×
×
  • Create New...