AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Ollie on November 29, 2014, 09:45:35 PM

Title: Editing templates
Post by: Ollie on November 29, 2014, 09:45:35 PM
I need to edit a couple of templates. Can somebody tell me the location of each? (Please provide the path for each template.)

http://assistech.com/store/index.php?rt=account/forgotten/password
http://assistech.com/store/index.php?rt=account/forgotten/loginname

Title: Re: Editing templates
Post by: abantecart on December 01, 2014, 12:18:54 PM
All templates are located in this folder
https://github.com/abantecart/abantecart-src/tree/master/public_html/storefront/view

What you are looking for is here:
https://github.com/abantecart/abantecart-src/tree/master/public_html/storefront/view/default_html5/template/pages/account
Title: Re: Editing templates
Post by: Ollie on December 03, 2014, 08:25:50 AM
Thank you.