Post by zcbtf49 » Fri Jan 02, 2015 11:11 pm

Hi there

On my category pages, in both grid and list view, I want to add a message to each product listing below the 'add to cart' button, something like: "Free shipping on all orders over X amount"

Can anyone suggest how I'd go about doing this?

Many thanks

Newbie

Posts

Joined
Fri Jan 02, 2015 11:09 pm

Post by melodytracks » Thu Feb 26, 2015 3:48 am

Hi,

Did you have any luck doing that yet?
I am looking to do the same thing

Any help would really be great of you!

Newbie

Posts

Joined
Sun Jan 25, 2015 5:31 am

Post by mikec » Wed Mar 04, 2015 7:44 pm

HI,
I have not tried this but I would start here:

/catalog/view/theme/default/template/product/catagory.tpl

look around line 95 for

Code: Select all

     </div>
      <div class="wishlist"><a onclick="addToWishList('<?php echo $product['product_id']; ?>');"><?php echo $button_wishlist; ?></a></div>
      <div class="compare"><a onclick="addToCompare('<?php echo $product['product_id']; ?>');"><?php echo $button_compare; ?></a></div>
    </div>
add your line of code there.

Newbie

Posts

Joined
Tue Dec 09, 2014 7:33 pm
Who is online

Users browsing this forum: No registered users and 11 guests