Announcement

Collapse
No announcement yet.

order quantity

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    order quantity

    Hi all,

    Please help!

    Our stock is priced per mtr but our customers may require to order

    various fractions of a mtr (no set amounts) e.g 1.75mtrs. is their

    anyway this can be done, i`ve read a few theads but no joy.

    thanx stu

    #2
    Without getting into Perl hacks and addidng bits of JavaScript (or both) the only off the shelf way is to sell in centimetres.

    You could have a custom quantity box (using a tiny bit of javaScript) that takes the 1.75m type value and multiplies them by 100, rounding to the nearest cm if required.

    It is also possible to substitute a drop down list for all the values you would accept orders in (i.e. all the cm sizes from, say, 10 to 500).

    Your main problem with this is that Actinic's way of pricing in pennies (or cents, etc) may not give you a sensible value for a single cm of product.

    It is possible to do much more complex calculations but they require quite a lot of patching.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X