Hello
I already install opencart in MAMP (php, Mysql, etc) the problem is that when i try to create a new template (coping default folder and paste it with another name for my template) i cannot edit it. Then i open dreamweaver locate that file and edit it, and nothing happen... i just cant edit it.
I would appreciate if someone help me, to edit my stylesheet.css
Thanks
Fernando Tamez
I already install opencart in MAMP (php, Mysql, etc) the problem is that when i try to create a new template (coping default folder and paste it with another name for my template) i cannot edit it. Then i open dreamweaver locate that file and edit it, and nothing happen... i just cant edit it.
I would appreciate if someone help me, to edit my stylesheet.css
Thanks
Fernando Tamez
Hmm, Apple/Mac osX.
You are sure that you have rights/access to that file?
You are sure that you have rights/access to that file?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I don't know, I do not use a Mac/os Xtamez11 wrote:How can i be sure of having rights/acces???

Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Your problem probably lies in the fact that paths to stylesheets and template-related images are hard-coded in the template files. Go through the files in your new template folder, starting with "catalog/view/theme/YOUR_TEMPLATE/template/common/header.tpl", where you'll find (at line 16 or thereabouts) the following:
and change it to:
Code: Select all
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/stylesheet.css" />
Code: Select all
<link rel="stylesheet" type="text/css" href="catalog/view/theme/YOUR_TEMPLATE/stylesheet/stylesheet.css" />
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Who is online
Users browsing this forum: No registered users and 13 guests