ECommerce and putting in Google Ads

Permalink
I am looking for someone familiar with the ecommerce addon that can tell me if it is possible to put an ad in the middle of my product list block. Basically, I have 21 products shown on each page and I want an ad to be thrown in the middle of the page (fourth row, second item). I thought I was going to have to edit the code in the view.php file, but now I am not sure, maybe the form_setup_layout.php file? I hope this is an easy task as I really think it would help with my adsense earnings.

Thanks!

 
JohntheFish replied on at Permalink Reply
JohntheFish
I can think of 2 general approaches to solving this.

1. Create a custom template for the product list block that counts the number output and slips the ad code in at the appropriate place.

2. Leave the product list block alone. Put the ad code in another block with some jquery to move it to the appropriate place in the product list.