Prestashop mail confirmation layout - prestashop-1.7

I'm developing a Prestashop 1.7 e-commerce and I'm stuck with a layout problem about the order confirmation that the customer receives. The mail itself works, but it's showed badly when viewed with a smartphone and this because is made using tables with pre-assigned column sizes that I cannot change
Is there a way to change this layout easily through the Back Office or should I dig into the code?

Translation tool in the backend
Log into your PrestaShop admin panel.
Navigate to Localization -> Translations, find Modify translations section.
Select the E-mail template translations from the Type of translation dropdown menu, Core (no theme selected) and the required language:
Click Modify button.
Open Core e-mails and by using search tool (CTRL + F) find order_conf.
You can change the body of the message in WYSIWYG editor, that appears after clicking on
Edit HTML version. And also you can view/edit the .txt version:
Edit account email in the same way :
After all changes click Save or Save and stay button.

Related

joomla html editor on the frontpage

I was wondering how one would go about implementing an editor like tinymce so that registered members of a joomla site can post articles, edit them, and get paid when someone downloads them
like thisenter image description here
This functionality is already built into Joomla.
All you need to do to enable this is to add a new "Create Article" menu option with Access = "Registered".
You will probably also need to enable a login module if there isn't one already so users can log in to the front end to see the new menu option.

I wish to add a button on the admin dashboard in Joomla 3.5, where in code do I need to make changes?

This button would be 'share' and placed at the article editor just like we have buttons like 'save','edit' etc
I facing a problem understanding joomla code structure and which file I need to make changes so as to add this button. Should it be administrator/layout/editor/ ?
There is a free plugin that can help you share your contents in social network. have a look http://extensions.joomla.org/extensions/extension/social-web/social-comments/social-comments-and-sharing-for-joomla .
Also there are several other plugins that may suit your requirements then to hack the core files http://extensions.joomla.org/extensions/extension?searchall=share+button
if you want to develop your custom editor button then you can check this link
Add Custom Button to Joomla's Article Editor (TinyMCE)

Translating Joomla User Menu

Hi I'm looking to translate the Frontend User Menu for Joomla containing the menu:
User Menu
Your Profile
Submit an Article
Submit a Weblink
Site Administrator
Template Settings
Site Settings
It's primary the Title and the first 3 options that I need to translate.
I've been searching my file directory almost whole day now to find the associated files, but without any luck.
I'm using the Danish language pack, and even if I set it as the default language for both frontend and backend, the frontend User Menu it still shows in English. Which makes me guess it's not located in any of the language folders...
WHat you are trying to translate is the actual titles of the menu items, plus the title of the module that renders this menu.
For these:
Your Profile
Submit an Article
Submit a Weblink
Site Administrator
Template Settings Site Settings
You need to go in the menu manager, I guess this menu should be called "User Menu" and edit the menu-items titles to your desired titles.
For the "User Menu", you need to go to Module Manager and find the Menu Module that renders this menu, should be called "User Menu" and change its title as per your needs.
Joomla has an automatic search for language strings and override creation at:
Extensions -> Language Manager -> Overrides -> New
If search doesn't get results please try word by word because sometimes components use combination of strings.
If you still can't find the strings then there may be a menu at Menus -> Menu Manager that you could translate or these strings have been set in the code without string variables (you have to check your component / module).
Good Luck!

How to perform Preview in CKEditor

I am using CKEditor to get HTML from the user. The user will use HTML tags and it will be saved in the database. I need a functionality for the user to see how the page will be displayed when open as .html before saving in the database.
Is it possible to do that using CKEditor and if yes.....then how?
Thanks-in-Advance
It's certainly possible, but depends a lot on your specific requirements.
Get the contents of the editor using editor.getData(), then open a pop up window displaying that content - this should be relatively simple with JavaScript so I won't give any examples - you'll have to try it yourself first :). If a pop up is not something you want to use, maybe use an inline dialog, such as the ones that jQuery uses.
I would create the workflow so that the preview box has a save button inside it, forcing the user to preview before saving. If that's not acceptable, then create a separate button on your page to do the preview.

How to use Wysiwyg upload files for my button in magento

I want add a custom button in admin form, use files manager of Wysiwyg editor. But i can’t find anything sad about that.
Please give me any solutions if you have.
Thanks.

Resources