Reputation: 55
I have a localhost opencart install, where i do all my changes and push content and database to a live server (well i thought it works this way). I just did minor twig updates and removed all install products and replaced with mine, but on the live server the new products do not display. i dropped the database and imported the new local db but still nothing.
Am i missing a step or is there another way of doing this, i see some paid modules, which my client will not purchase.
followed the following steps to upload localsite to the server.
live site still shows default/install opencart products.
Very new to opencart
Upvotes: 1
Views: 713
Reputation: 94
You are doing it right way it should show the products you have in your new db. One possible chance is you are using any caching plugin in Opencart that needs cache removal or the live server has some caching feature.
Upvotes: 1