Announcement

Collapse
No announcement yet.

Pre-Ordering

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

    Pre-Ordering

    Hi

    I am trying to add a 3rd option to allow pre-ordering on items

    I have a simple in/out of stock but I can't get a 3rd option to work

    Whenever I add an extra line, it affects the whole range

    No doubt it is very simple, but I can't work it out

    This is the code I am using

    unction StockLevels(pItem)
    <!--
    {
    var strIDs = 'Stock Message: '
    {
    if (pItem >= 1)
    {
    strIDs = '<img src="in.gif"> '
    }
    else
    {
    strIDs = '<img src="out.gif"> '
    }
    }
    return strIDs
    }
    //-->

    Thanks very much

    Mick

    #2
    Hi,

    What is the 3rd option you are trying to get to work?

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Hi Bruce-thanks for replying

      I am ok with the in, or out of stock thats simple

      What I would like to do is add one, or two more options to give a little more fleibility.

      If items are due in I want to be able to allow customers to pre-order, and have a gif attached to it.

      I have tried using a specific number to allow this, but it affects the whole shop

      Hope you understand my ramblings

      Mick

      Comment


        #4
        Hi,

        I think what you have now will work fine enough. If you add additional variables then I cannot see how you are going to frame the conditions to prevent it from affecting the rest of the shop. The only other option would be to do away with the online stock monitoring and then placing notes in the Description of Products that aer not available telling customers that they can order it but the delivery will be made only on Stock availability or something to that context.

        Kind regards,
        Bruce King
        SellerDeck

        Comment


          #5
          Thanks Bruce, but it isnt feasible to remove the stock monitoring.

          Some items I know definately wont be in, but new products are being added all the time, and a preorder would be really usefull.

          Anyone aware of any way of doing this

          Thanks

          Mick

          Comment

          Working...
          X