Hello. I have bought your theme a few weeks ago and I am using now on my site. It is without doubt an excellent work and I congratulate you. I'm also trying to start developing my own themes, I acknowledge the great elaboration you've done.
Everything works correctly, but I raised myself a little doubt. I added in the content type Product, a new field named download, because I want that some products may include a download without having to carry out the entire buying process. I can see this field in other themes, like Garland, but not in SeaShell. Perhaps you could guide me on where I have to change your theme to display the field?
Thanks in advance.
Hi OutKast,
Is the field just named 'download'? The reason this isn't displaying is due to the template for (node-product.tpl.php) which doesn't include any output for additional fields other than the default fields included in the product content type.
If you can confirm the name of this field (field_download, I'm guessing) I can add it into the product template and send it along to you.
Or, you could test to see if it will show up this way by adding the following line somewhere in node-product.tpl.php:
<?php print $node->field_download[0]['view']?>




