Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OUT OF STOCK for Zero Products is not shown ?


Sir Lance

Recommended Posts

Posted

Hi

 

When the inventory for one of my products get to zero, I would like to display the OUT OF STOCK / ON ORDER, to inform the user that the part is still available (some time in the future).

 

Currently when the inventory goes to zero, the product cannot be searched, which is no good for me :(

 

In my admin config, I set Mark product out of stock to OUT OF STOCK / ON ORDER. But this does nothing ?

 

so OK what have I done wrong (again).

 

The product 6001 just ran out at my RC store, yet I can't even see it : http://myrc.com.au/catalog/advanced_search...p?keywords=6001

 

 

Regards

SL

Posted
Hi

 

When the inventory for one of my products get to zero, I would like to display the OUT OF STOCK / ON ORDER, to inform the user that the part is still available (some time in the future).

 

Currently when the inventory goes to zero, the product cannot be searched, which is no good for me :(

 

In my admin config, I set Mark product out of stock to OUT OF STOCK / ON ORDER. But this does nothing ?

 

so OK what have I done wrong (again).

 

The product 6001 just ran out at my RC store, yet I can't even see it : http://myrc.com.au/catalog/advanced_search...p?keywords=6001

 

 

Regards

SL

 

 

Hi I am wondering whether anyone has a responce for this questinon ??

Posted

Have you looked at the shop's admin settings to see how out of stock should be treated?

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

Yeah I have

 

Check stock level true

Subtract stock true

Allow Checkout false

Mark product out of stock SOLD OUT / ON ORDER

Stock Re-order level 5

 

Are there some other settings I am missing ?

 

SL

  • 2 weeks later...
Posted

Bump

 

 

Hi I can anyone help me display the OUT OF STOCK while customers are viewing the product. Currently the customer only gets that message when they go to check out the item.

 

They get the following type of message in their What's In My Cart?

 

06001 / 6001 Chassis

*** SOLD OUT / ON ORDER ***

 

$19.00

 

Products marked with *** SOLD OUT / ON ORDER *** dont exist in desired quantity in our stock.

Please alter the quantity of products marked with (*** SOLD OUT / ON ORDER ***), Thank you

 

 

SL

Posted

You probably need to put some code like

 

	  if (STOCK_CHECK == 'true') {
	$stock_check = tep_check_stock($products[$i]['id'], $products[$i]['quantity']);
	if (tep_not_null($stock_check)) {
	  $any_out_of_stock = 1;

	  $products_name .= $stock_check;
	}
  }

 

In product_info.php

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted
Hi

 

When the inventory for one of my products get to zero, I would like to display the OUT OF STOCK / ON ORDER, to inform the user that the part is still available (some time in the future).

 

Currently when the inventory goes to zero, the product cannot be searched, which is no good for me :(

 

In my admin config, I set Mark product out of stock to OUT OF STOCK / ON ORDER. But this does nothing ?

 

so OK what have I done wrong (again).

 

The product 6001 just ran out at my RC store, yet I can't even see it : http://myrc.com.au/catalog/advanced_search...p?keywords=6001

 

 

Regards

SL

 

This thread covers what you need - http://www.oscommerce.com/forums/index.php?showtopic=320657

 

;)

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

  • 2 weeks later...
Posted

You're welcome.

 

Glad to hear you got it working ok.

 

;)

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...