Can you keep Available inventory from showing?

kkoz

New Member
Just started using AliDropShip and it's working well, but I've got one question. When a customer selects an item, the amount of available inventory displays even if that number is quite. I'd ideally like this to show only if the number is low, say under 20 or have it not show at all. Is that possible?
 

Marie

New Member
Hi!

Answering your question, it is possible to edit the number of orders manually from the admin panel or during the import.

Go to the Edit product page in admin panel and set the number of orders in the 'Orders' field (Product options - General tab) https://www.screencast.com/t/I887LumYpolX

Or you can edit the number of orders during importing a product from AliExpress. Click 'Edit' button in the extension bar and set number of orders in Pricing section https://www.screencast.com/t/53CkbkKY46L

Cheers!
 

Aba357

New Member
You could try adding some CSS, this will hide the stock number of the product on the product page:

.stock.in-stock {
display: none;
}
 
Top