Page 1 of 1

How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Mon Mar 19, 2018 5:48 pm
by ntinos
Hello to all,
Can someone help me to change the state of availability of products on version 2.1.x?
Thank you.

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Wed Mar 21, 2018 5:45 am
by straightlight
Incomplete OC version posted. OC uses 4 decimals, no Xs included. In addition, more information is needed. Which location specifically are you looking for to make this change on the platform?

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Wed Mar 21, 2018 3:10 pm
by ntinos
Hello , thank you for the responce,
Now i have the version 2.1.0.2, i mean the availability of product on product page.
For example now write Availability: Available , i want to write Availability: Immediately available.
You know at which menu i go to i change it?
Thank you

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Wed Mar 21, 2018 7:02 pm
by straightlight
Use TextCrawler to track the keywords you need. The changes required are not in a menu but in language definition files.

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Sat Mar 24, 2018 12:54 am
by ntinos
I understand, it's not that easy !! Thank you.

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Sat Mar 24, 2018 4:30 am
by OSWorX
ntinos wrote:
Sat Mar 24, 2018 12:54 am
I understand, it's not that easy !! Thank you.
Incorrect - it is very easy!

Either the product is on stock, the stock quantity is displayed.
If no stock, the text you defined at the product is displayed (if defined in the store settings) - these texts are configurable in the backend.
If the store setting about the stock status is not configured, the text variable text_instock is displayed.
This variable is stored in the file ../catalog/language/YOUR_LANGUAGE_CODE/product/product.php

p.s.: do not trust on incomplete or stupid answers .. a 'Guru' does not mean everything ..

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Mon Mar 26, 2018 3:08 pm
by ntinos
Hi osworx,
I can not find this (../catalog/language/YOUR_LANGUAGE_CODE/product/product.php) in the menu.
May I have to go with another way in the menu?

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Mon Mar 26, 2018 3:42 pm
by OSWorX
ntinos wrote:
Mon Mar 26, 2018 3:08 pm
Hi osworx,
I can not find this (../catalog/language/YOUR_LANGUAGE_CODE/product/product.php) in the menu.
May I have to go with another way in the menu?
Why can't you find it??
Just open the mentioned file and edit - you gave to replace YOUR_LANGUAGE_CODE by en-gb, de-DE or any other language code you use.

And why menu?
This has nothing todo with any menu.

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Wed Mar 28, 2018 12:00 am
by ntinos
Sorry but i'm a beginner with the opencart.
For now I know how to handle only the opencart management (Dashboard administration).
Where i will find this file you tell me?

Thank you

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Sun Apr 01, 2018 4:28 pm
by ntinos
Hi OSWorX,

Where will I go to find the file of what you say to edit it?

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Sun Apr 01, 2018 7:13 pm
by straightlight
You need to find this file on your FTP or on your host's file manager console. The menu has nothing to do with file servers with the exception of TPL / TWIG files.

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Mon Apr 02, 2018 4:12 am
by victorj
stock status control is done in admin
system localisation stockstatus.
Here you can add any kind of stoch status and add it to a product when out of stock

Re: How to change Availability details (i.e. ''Comming soon'' ) ver. 2.1.x

Posted: Sat Apr 07, 2018 6:58 pm
by ntinos
Thank you all, i will try.