FoxyCart's templates are beautiful and responsive out of the box with the new default tempaltes available in 2.0. Paired with the new template configuration, you can even customise the templates without having to touch a single line of code.
Under the hood though, we make use of some standards and systems that make the templates extremely flexible and customisable, so that if you need, you can alter the raw markup of the page to suite your needs.
Take a look at the sections below depending on your needs to dig further into working with FoxyCart's templates.
You can set your store logo in the Settings tab of your FoxyCart Store's Admin. There, you can add the url for your store's logo to the “logo url” field. We'll also securely cache your logo from that URL to ensure it and your templates are served securely.
If you don't already have a copy of your logo someplace online, an alternate option is to add the logo to a Dropbox folder and use the share link to paste into the FoxyCart admin. That's an easy and free way to get your logo hosted someplace that we can access it from.
FoxyCart supports many common template customizations from the Template Configuration page in the admin. You can configure:
Using the custom code template setting, it's now possible to add CSS and javascript to your templates without needing to modify the templates themselves. If you just want to change the background, some colors or styling, or anything else you accomplish with CSS only, we strongly recommend taking this approach. If you want to really customize, read on!