How to update theme in Opencart - opencart

I want to update the Journal theme in Opencart. The version that I have now is 3.0.7 and I want to update the version 3.0.33 with the same Database.

Related

Problem in upgrading OpenCart from version 3.0.3.2 to 3.0.3.6

Got modules disabled in Modification manager in opencart.
I have upgrade the my opencart website version from 3.0.3.2 to 3.0.3.6, after clicking the refresh button in Extension > Modification, my website stop working.
Version 3.0.3.2
After upgrading the version 3.0.3.6
How can I fix this problem?
It's possible, that your theme SO Marker uses good old VQMOD. In that case you should clear VQMOD cache first.
Go to vqmod/vqcache folder via FTP and delete all files in it.
Then go to vqmod folder and remove file mods.cache
After that you can update OCMOD/system/twig cache in admin panel.

change links in tabular inlines not displayed after django-baton installed

Change links, normally appear in each row in tabular inlines, not displayed after django-baton installed.
django 1.11
python 3.4
django_baton 1.1
show_change_link is correctly set.
I was able to reproduce the bug, I've filed it on github issues page (https://github.com/otto-torino/django-baton/issues/5) and fixed it in the new baton release.
Please upgrade django-baton to release 1.1.1.

Error installing new theme in opencart 2

I am new to opencart and I am using opencart version 2.3.0.2 and working on xampp localhost.
I tried to install new theme (simplica free theme) by copying the theme files(catalog, system ) to my project folder which already have those 4 folders(admin,catalog,image,system). So it merges with those 2 folders.
When I go back to my backend extensions>extensions and select modules, I can't see any new module. Under extension>extension>themes, I can only see my default theme. also under system>setting>mystore, I can only see default store theme under theme option.
Did I do anything wrong? or what should I do to install a new theme?
Please help. Thanks in advance
I found the solution, hope this may help someone with similar problem.
I had to go to extensions>extensions then select themes then had click edit button of the default store theme. Under general> theme directory, I was able to select my theme.

How to show latest product in opencart manually

I want to show latest product in home.tpl opencart 1.5.6.4 manually without using latest module. How to do that?
Thanks

Add attribute to list/grid category page in magento 1.9

I want to add a selector for attribute in magento 1.9, in the list/grid page. I tried some online guide, but don't work with new magento 1.9, can anyone help me ? thanks
After any changes with products and attributes you first need do reindex. And then check the same code as 1.8. New 1.9 Magento has a problem with reindex after any changes.