- Posts: 61
- Thank you received: 3
error 403
- demoisellegol
-
Topic Author
- Offline
Less
More
2 years 4 months ago #360721
by demoisellegol
error 403 was created by demoisellegol
-- HikaShop version -- : 5.0.4
-- Joomla version -- : 5.1.0
-- PHP version -- : 8.1
Hi
I'm trying to customize email templates. I get error 403 when click save button. how can I fix it ?
-- Joomla version -- : 5.1.0
-- PHP version -- : 8.1
Hi
I'm trying to customize email templates. I get error 403 when click save button. how can I fix it ?
Please Log in or Create an account to join the conversation.
2 years 4 months ago #360722
by nicolas
Hi,
This means that you have a security system which blocks the saving.
You have to see if you can exclude the email saving area of the backend from it.
Or you'll have to customize the emails by changing the files in the media/com_hikashop/mail/ folder via FTP.
In there, you can make copies of the files, adding .modified at the end to create overrides.
So the file order_notification.html.php would be copied to order_notification.html.modified.php
That way, you won't loose your modifications in the override files.
This means that you have a security system which blocks the saving.
You have to see if you can exclude the email saving area of the backend from it.
Or you'll have to customize the emails by changing the files in the media/com_hikashop/mail/ folder via FTP.
In there, you can make copies of the files, adding .modified at the end to create overrides.
So the file order_notification.html.php would be copied to order_notification.html.modified.php
That way, you won't loose your modifications in the override files.
Please Log in or Create an account to join the conversation.
- demoisellegol
-
Topic Author
- Offline
Less
More
- Posts: 61
- Thank you received: 3
2 years 4 months ago #360751
by demoisellegol
Replied by demoisellegol on topic error 403
can you explain what you mean of "security system" ?
is this related to my hosting ?
my site contains only this components :
1- HikaShop
2- 4SEO
3- RSForm
is this related to my hosting ?
my site contains only this components :
1- HikaShop
2- 4SEO
3- RSForm
Please Log in or Create an account to join the conversation.
- demoisellegol
-
Topic Author
- Offline
Less
More
- Posts: 61
- Thank you received: 3
2 years 4 months ago #360755
by demoisellegol
Replied by demoisellegol on topic error 403
with your assistance now i can edit my emails via FTP and that is much better cuase I can use my IDE for coding.
now I have another problem ...
the css styles i used in the email file are not implemented by Gmail, since the original emails css was working
now I have another problem ...
the css styles i used in the email file are not implemented by Gmail, since the original emails css was working
Please Log in or Create an account to join the conversation.
2 years 4 months ago #360758
by nicolas
Hi,
Not all CSS code can be used in emails.
Some email clients block some CSS. Gmail blocks quite a lot of CSS.
mailchimp.com/help/limitations-of-html-email/
Not all CSS code can be used in emails.
Some email clients block some CSS. Gmail blocks quite a lot of CSS.
mailchimp.com/help/limitations-of-html-email/
Please Log in or Create an account to join the conversation.
Time to create page: 0.177 seconds