Hi Guys,
I'm looking to have an Add To Cart button on my specials page.
I have them on the specials in my main page no problem, along with products for month etc ...
But I can't seem to get it display on the specials page, in what looks to be the same layout as the main page for specials.
I've tired editing:
specials_index.php
and
tpl_specials_default
And whilst this works for the main page, it doesn't work for the specials page.
I also used the Developer Toolkit looking for specialsListBoxContents
As that seems to be the holding div, but the only result I get is:
includes/modules/pages/specials/main_template_vars.php
Surely I wouldn't need to edit this and there should be something in my template folder right?
Any help would be highly appreciated.
I have this:
In my specials_index.php .... Which as I say works for the main page, just not for the specials page?????Code:<div class="addtocartfeat"><a href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $specials_index->fields['products_id']) . '">' . '<img src="includes/templates/mytemplatet/images/icons/addtocart.png" alt="add to cart" />




