Jump to content

[SOLVED] Add a new Stock option, Direct from manufacturer - Ask for stock check


evolution.x

Recommended Posts

Hi,

 

At the moment i have quite a few products which are sent directly from the manufacturer.

 

All of these products are showing "In Stock" in the store, problem is that some may not be in stock with the manufacturer.

 

Is there any way i could add a new option to the product page in BO, for example a checkbox which would be "Is this product sent direct from manufacturer?" if the box is ticked it will show in the store front "Product sent direct from manufacturer, please email us to check stock levels" instead of "In Stock".

 

Any help on this would be great!

 

Thanks.

Edited by evolution.x (see edit history)
Link to comment
Share on other sites

If all these products have the same supplier or manufacturer you could do some testing in your template.

 

{if $product->supplier_name == 'your supplier'}
Please email us to check stock levels
{else}
The code block that displays stock
{/if}

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...