Announcement

Collapse
No announcement yet.

Timed Product Inventory Availability

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

    Timed Product Inventory Availability

    I would like to be able to make a specific product available to purchase during a specific timeframe. I want the product to be available to view but not purchase but I don't want to have to get up in the middle of the night to make that happen. I'm using the product inventory to prevent the purchase, it would be great to have the inventory level adjust at a preset time and then return to zero at the end of the timeframe.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    What if you created a couple custom product fields: (e.g. starttime / endtime). Then add some conditional logic around the addtocart section?

    Comment


      #3
      I agree with eldon99 . I do something similar when I am going to release new product. I have the section of the PROD template that presents the add to cart button set up within a conditional statement. If the product code meets the condition, the page will not display the button to add to cart but will display a countdown timer showing how long until the product will be available for purchase. If the product code doesn't meet the condition, the add to cart button displays. I imagine you could add a second condition with server time so that before and/or after a certain time the add to cart button will not display.
      Todd Gibson
      Oliver + S | Sewing Patterns for Kids and the Whole Family

      Comment


        #4
        Is there a reason not to have the best of both worlds? Let customers buy the product at a higher price if they chose to with a countdown timer of when the item goes on sale should they decide to wait (why lose a sale if the customer can't wait)?
        Last edited by William Davis; 07-24-19, 04:00 PM.
        Thank you, Bill Davis

        Comment


          #5
          Either way, I'd use javascript/jquery as using miva conditionals would mean the customer would have to keep refreshing the page instead of just waiting with the page open.
          Bruce Golub
          Phosphor Media - "Your Success is our Business"

          Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
          phosphormedia.com

          Comment


            #6
            Sounds like an interesting feature. I'm sure you've solved it pending a new dream feature, but if not, how about creating two "Standard Scheduled Tasks: Import" Scheduled tasks (with Update Inventory... selected)? The first task imports at a set time, adjusting the inventory up to whatever is set in the CSV file, and the second that imports at the end of your time period to zero it back out. That's something that can be setup without any coding, lets you schedule it any date/time, requires only a couple of really simple CSV files dropped into a secure directory on the server (with only that product in it), and the configuration of two scheduled tasks. Total setup time wouldn't be much at all, and is pretty flexible as long as the person using it can FTP the CSV files over when you want to use the functionality.
            Charlie Morrison
            www.MCRmedical.com

            Comment

            Working...
            X