[php] // ****** GRISHA: For each new CCAP, add to function ShowListOfPurchasedProducts() inside the file “includes-custom.php” so they show up on “My Account” page. Add SLIDE NOTES to folder stated below – use ccap as folder name[/php][PHP]buyNowButton(“film_007_series”);[/PHP][s2If current_user_can(access_s2member_ccap_film_007_series)]
[/s2If][s2If is_user_not_logged_in()]If you have already purchased this series, please log in with the user info you created.[/s2If]
The bestseller at Tawzer’s annual sale! Get instant streaming access to this popular new video series for all dog lovers by Grisha Stewart. You’ll come away with a whole new perspective on life with dogs.

Videos 1-3 are especially helpful for all pet owners and 4 and 5 are great for preventing or rehabilitating aggression, frustration, or fear.
All six of these videos are useful for professional dog trainers.
- All 6 Films in the BAT 2.0 Empowered Animals Series (Get one video free!)
- Lifetime access, watch as many times as you want!
- Presented by: Grisha Stewart MA, CPDT-KA, KPACTP
- Instant streaming on your computer or mobile device (not a download – physical DVD box set sold separately)
- Each video is about 1.5 hours
- Produced by TawzerDog in 2014 for home viewers (not just a filmed seminar)
- Each film includes a PDF with slides to go along with the video
[s2If current_user_cannot(access_s2member_ccap_film_007_series)]
Here’s a preview of “Talk With Me!” – the first film in this series:
[catlist id=12 orderby=title order=asc]
[php]
$url=”http://”.$_SERVER[‘HTTP_HOST’].$_SERVER[‘REQUEST_URI’];
$ccap = “film_007_series,film_001_twm,film_002_wwm,film_003_ppp,film_004_ssdr,film_005_b2su,film_006_bfg”;
$desc = “Feature Films – BAT Series”;
$price = “125”;
$productType = “featureFilms”;
CheckProductAccess($ccap, $desc, $price, $url, $productType)
[/php]