cancel
Showing results for 
Search instead for 
Did you mean: 

Pop-up when stock is lower then customer wants

SOLVED

Pop-up when stock is lower then customer wants

Is there an extension or a way to show the customer a pop-up message when f.e. i have 4 products in stock and the customer selects 6 products. So that there comes a pop-up message to make the customer extra aware that not all products are on stock. 

 

Hope someone can help me. 

 

Kind regards, Arjen

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Pop-up when stock is lower then customer wants

Hi Arjen,

if your qty is in dropdown then you will write js function on change event

if your qty is in textbox then you will write js function on keyup event

 

View solution in original post

2 REPLIES 2

Re: Pop-up when stock is lower then customer wants

Hi Arjen,

if your qty is in dropdown then you will write js function on change event

if your qty is in textbox then you will write js function on keyup event

 

Re: Pop-up when stock is lower then customer wants

Thank you!

 

Kind regards, Arjen