Changing Play Now button to Buy Now in Multipart Content (views/movie/showparent.html)
To change “Play Now” button to “Buy Now” in the multi-part parent content details page please follow the below mentioned steps.
1.Go to Go to “Website” –>”Templates”–>”Manage Template” in your CMS. Click on the “Template Editor”
2. In the “Template Editor” go to “Views” –>”Movie“—>”showparent.html”
3.Copy the following code and paste it anywhere inside the page.
<input type="hidden" name="ppv_plan_id" id="ppv_plan_id" value="{$content->ppv}" />
<input type="hidden" name="current_user_id" id="current_user_id" value="{$this->user_id}" />
<input type="hidden" name="movie_uniq_id" id="movie_uniq_id" value="{$content->uniq_id}" />
<input type="hidden" name="check_season" id="check_season" value="1" />
4.Now search for “{$content->play_btn}” and replace it with “{$content->buy_btn}”
5.Click on “Save” to save the changes
When you will visit the multi-part parent, content details page, the “Play Button” will be replaced with “Buy Now”