Moving attributes in ZenCart
By default, ZenCart displays product attributes after the add to cart box. See example below:

This can be confusing for customers as they might add a product to the cart before entering product options. I almost always change this for my clients using this simple step.
First, using Notepad or WordPad, open the file tpl_product_info_display.php
This file is located in the folder /includes/templates/YOUR_TEMPLATE/templates
Now find the following section of code in this file:

Highlight all code starting with <!–bof Attributes Module –> and ending with <!–eof Attributes Module –>.
Copy and paste this code right above the following line:
<!–bof Add to Cart Box –>
Save the file and upload it to your web host.
The attributes will now appear before the add to cart box as seen below.

Related tutorials that might interest you:
- How to create attributes in ZenCart
How to edit SiteMap links in ZenCart
How to edit the top menu links in ZenCart
Restricting payment types in ZenCart
How to change the background color in ZenCart
Tags: ZenCart 1.3 Tutorials, ZenCart Attributes, ZenCart Attributes Layout
