Quote:
|
How do I reference specific features, such as the cart or search function? If I want to put the search field in a particular place, is there a call function I can use to make that happen?
|
I find the easiest way to do this is locate the functionality you want to move or add to a page, by locating it on another page or in another location. Then grab the template that you found it on and look to see what they are doing. Then you can either copy and paste where you need it or re-write if necessary.
I hope some day the offer a comprehensive list of all the functions we can take advantage of at 3dCart, but until then it is in the forums or in a ticket if you can't find it on an existing page.
Quote:
|
Finally, I know that everything is driven by html templates. Where are these, and can I modify them myself?
|
There is another post here with more detail (I think Jimmy wrote it) regarding their file structure and how to work with it, but basically you will find your files in one of two places:
1) assets -> templates -> [selected template]*
2) assets -> templates -> common
*[selected template] is found in the admin under Settings -> Design -> Themes & Styles
I think the consensus is to copy all of the files from Common into your current selected template folder and then back that up. Then make all edits to that folder since this is where the system looks for all files first, then the common folder.
If I am getting any of this wrong, someone please correct me.