opencart - stock status name not updating - opencart

I got opencart 1.4.9.5 version. I'm changing stock status name in admin in System -> Localisation -> Stock status. It's saved without error but the 'status name' on product page is still the old one.
Even if I change product status to any other it's changed in admin area but in frontend view of the product it's still the same one. Stock id also changes in database. What can be wrong?
Arek

If I remember correctly the status text is actually defined in a language file in older versions of OpenCart. I think it's the product language file catalog/language/your-language/product/product.php. If not, it's catalog/language/your-language/your-language.php

Related

Virtuemart only add first products you add and the stop to add products

I use virtuemart 2.6.x, with joomla latest joomla 2 version. When i add products to cart the first products i add, they added correctly but after some products i add it stop to add products. I have tried different template and the same problem happend. I think it is a problem with server setting and related to cookies
The get request generated but product not added to cart
http://www.foo.com/index.php?option=com_virtuemart&nosef=1&view=cart&task=addJS&format=json&customPlugin%5B11765%5D%5Bstockable%5D%5Bselectoptions1%5D=%CE%9C%CE%B1%CF%8D%CF%81%CE%BF&customPlugin%5B11765%5D%5Bstockable%5D%5Bselectoptions2%5D=0.5mm&customPlugin%5B11765%5D%5Bstockable%5D%5Bchild_id%5D=1739&customPrice%5B1%5D%5B64%5D=11765&quantity%5B%5D=1&option=com_virtuemart&view=cart&virtuemart_product_id%5B%5D=1741&_=1519390547340
If you think it's a server setting try it local, or if you're working local, upload it and you will see. Have you recently updated Virtuemart? If yes, try to undo it, go back to the older version and see if it's working.
But I really suggest that you update to Joomla 3.8 and to the latest Virtuemart.

Can't see any products in opencart admin panel

I made website in opencart, there were some demo products, ive seen them in admin as well as on frontend.
I renamed them all to the same name for placeholder purpose.
Suddenly they all dissapeard from admin but not from frontend.
After i added new product with different name, it showed on the frontend but not admin.
I deleted all products tru database, hoping it will fix it. I added new product. Product showed up on frontend but not in admin.
I have no idea whats wrong.
I dont have any filters tuned on.
Opencart is version 2.3.0.2
Do you know what can cause this problem ? Im working with OC for a long time and never experienced anything like this. Thank you

Opencart Admin View Product SKU Filters

Working to show SKU column and SKU filter option in admin view of Opencart 2.0.2.0 Version. I am updating /admin/controller/catalog/product.php but its not showing any updates. The product list comes even after commenting total code of /admin/controller/catalog/product.php file. Some one tell me whether I'm working on the right file or not.
OpenCart make cache or modification files in system/modification if you're doing changes directally on files then you've to go extension->modification and then press refresh button to load your changes on frontend.

Opencart doesn't displays products

I have OpenCart 1.5.6.4 installed on a server, and I have imported a database with over 64,000 products. They are all being displayed on the admin pannel, I can edit them, but on the front there apper to be none. If I add a new product it will be displayed. I have already checked the database an all the values of the new products are similar to the old one but. I have also changed the theme. Nothing happend
So they are displayed on the admin pannel, but not on the front, what am I missing?
Check your product_to_store table. If it's empty, you just need to write a small script to add the product IDs to the correct store (usually ID 0)

Categories are not displayed in Oscommerce 2.3

I updated my OsCommerce shop to 2.3.3.4:
I replaced all files with the new default files from the package.
I Updated the old database with the script here: https://stackoverflow.com/a/19806818/1069083
Compared an sql-dump of the old database with the dump of an empty new database, It looked all OK.
Now the new version works with all products in it, but although I activated the "Categories" box in the admin interface it is not shown on the left.
Did I forget a Detail?
I found out why:
there are two different configure.php files, one is in
catalog/includes/configure.php
and one is in
catalog/admin/includes/configure.php
I didn't set the database to the new database in the admin config file, so all changes in admin didn't affect the real shop