I wanna install this theme theme but I get "Invalid configuration file"
相关问题
- Extend prestashop webservice resource
- Prestashop 1.6, conflict: 2 different modules requ
- How to integrate msg91 php api with Prestasms or P
- Prestashop 1.6 extend max size of product feature
- PrestaShop Admin Module Controller Not Found
相关文章
- Prestashop 1.6 Create Module to Display Carrier Fi
- Prestashop and web service(Restful), HttpURLConnec
- How to change content of order confirmation email
- How to change content of order confirmation email
- Search products in a specific category
- How to display product price with and without tax
- Prestashop Web Service API keeps asking for authen
- Get image url in prestashop
Prestashop themes for import/autoinstallation should be packed by another way, zip file must contain:
themes/your-theme-folder/
andConfig.xml
file where described which modules have to be enabled/disbaled etc.In your case solution is:
Preferences -> Themes
at the bottomCreate new theme
, set theme name and name of folder that was unpacked from zip in your case there will bebikecycle_theme
.As result, after you will press "Finish" button, new theme will be installed.