is there any email template option is opencart 2.1? - opencart

I want to change and add email template in opencart so is there any option or setting in admin panel, or I will have to edit files ? I would like to appreciate if someone guide me.

There is just one template for email. But you can change it accordingly to your needs.

Related

Basic captcha error in opencart

I have an opencart theme and installed to my server.The basic captcha is working fine on registration page and all the other pages except contact page.I have select the pages(like registration, contact etc ) from admin where the captcha to be needed.But still the problem not solved. Please help me out of this problem.
My opencart version is 2.1.0.2
Thanks
At last I solved the error. :)
I found path did not come correctly on contact.tpl (catalog/view/theme/OPC080182/template/information/contact.tpl)
So, I just edit the path from
to and its work properly :) :)

Django userena redirect after account activate

I've got userena set up and working good however I cannot seem to find a setting or method to redirect the user after they activate their account via email. By default they are directed to the userena profile page (I am trying to remove this from my project's flow entirely).
I found this issue on github: https://github.com/bread-and-pepper/django-userena/issues/377 however the suggested solution is not working for me (or I've done something incorrectly).
Here is the url override I have tried:
(r'^accounts/activate/$','userena.views.activate',{'success_url': '/myaccount'}),
I have also tried a slight variation:
(r'^accounts/activate/$','userena.views.activate',{'success_url': 'app:myAccount'}),
Both have had no effect and the activation link continues to send the user to the userena profile page. Thanks for your help!
maybe this could work:
(r'^accounts/activate/(?P<activation_key>\w+)/$','userena.views.activate',{'success_url': '/url/to/app'}),

sharepoint 2013 custom site template not showing up on subsite

I have a sharepoint 2013 subsite called 'projects' where all its projects are subsites that were created by a site template.
I wanted to make changes to the template so I created a new 'project' subsite using the template, made the changes and saved that subsite as a new site template.
Now, when I'm trying to create new project subsites I only see the old site template but can't see the new one.
I've checked the solution gallery and they are both appearing there in active state.
Any I ideas what went wrong here?
Thanks.
I found the solution: if I want to allow the use of site tamplates in subsites I need to enter their site settings and into 'Page layouts and site templates' and add the requested site template to the allowed list of site templates.
I can't believe the option was in front of me on the screen and I didn't see it...
You have to activate the Publishing feature on the root and on the affected site.
The Option for that setting is not there anymore. Don't know since when but I just had the same issue not being able to use a custom template for a new Site Collection.
-Template is present in solutions gallery
-Custom tab is not being displayed when I want to select a template for the newly created site
-In the site settings of the newly created site there is no Option "Page layouts and site templates" in the looks & feel section

Joomla : how to create a Wrapper (iFrame) in tthe Backend Khepri Template

Hello freinds I need help as to how can I add 2 iFrames in the Joomla's Default Back-end Template Khepri.
I want to show the Hosting cPanel and also another application's Control Panel in these iFrames.
Kindly help.
The correct way to do this is to add a new module to the admin. Log in to your Joomla admin then select Extensions > Module Manager > Administrator.
This will get you to the modules manager for the administrative area. It works just like the front end. Click New module, then select Custom HTML and put your iFrame code in there.

How to get Site Template Back?

I have saved a site as tempalte (i.e. MyMarketing.stp) and added to sharepoint server using stsadm addtemplate command and after few days lost MyMarketing.stp file. Now it is available for creating top level sites as well. I want to get this site template back as MyMarketing.stp file. Is it possible to extract it from the server as MyMarketing.stp file?
Thanks and in advance!
Regards,
Asher
Create an new site based on the template, then use http://SITEURL/_layouts/savetmpl.aspx to save the site in it's own site template gallery. you can now download the .stp file from that gallery.
Alternatively you could use SharePoint designer to export the site as a template.