Reputation: 162
I create new custom theme by copy paste default theme of Opencart 2.3.0.2 and rename it but this theme is not display in admin panel->System->Settings and Your Store (Default)=> 'Edit'. Anybody can help me this regard. Thank you anticipation .
Upvotes: 2
Views: 6029
Reputation: 1283
Previous answered deleted. Here is a link (and instructions from it):
http://undefined.gr/site/2016/10/09/custom-opencart-2-3-0-2-theme/
Upvotes: 2
Reputation: 162
I have got answer.
Extensions >> Themes (Select From Dropdown) >> Edit (Your Theme) >> Theme Directory (Select Your theme in dropdown and press Save). Your theme will be changed.
Upvotes: 2
Reputation: 64
In the 2.3.x version is a bit more complicated. The following is a step by step.
Download the files.
Rename files from the folder admin/* of theme_default to "theme_custom".
Rename the folder catalog/view/theme/default to custom
Open the file admin/controller/theme/theme_default.php and replace all words default to custom.
Create a folder called upload and move all the folders downloaded in step 1 into it.
Zip and rename it to custom.ocmod.zip and send through the OC installer.
Upvotes: 1