I am using CS-Cart 4.3.6 and have created a new theme based on the responsive theme. My problem is it seems to completely ignore the locations I set in the manifest file:
{
"title": "Example Theme",
"description": "Theme for Example",
"logo": "media/images/cart.png",
"mail": "media/images/invoice_logo.png",
"favicon": "media/images/favicon.ico",
"parent_theme": "responsive"
}
I have put my own cart, invoice, and favicon logos within my theme images folder which is clearly set in the abbove manifest, yet it still uses the default cs-cart logos.
How do I make this work?
答案 0 :(得分:0)
请您确保其根目录位于themes_repository中,而不是位于" design"文件夹中。
否则请确保您具有正确的文件扩展名(manifest.json)。
确保manifest.json的标记如下所示:
{
"title" : "XXX",
"description" : "XXX",
"logo" : "XXX",
"mail": "XXX",
"developer" : "XXX",
"favicon" : "XXX",
"parent_theme": "responsive"
}