Results 1 to 10 of 1685

Threaded View

  1. #11
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by keneso View Post
    Looking to customize some of the buttons, i.e. the "previous" "product listing" "next" ones when viewing a product.
    Spent lots of time searching for the snip where to add the class, but can't seem to find it.

    Appreciate if someone can suggest the file that outputs the following:

    <button type="button" class="btn button_prev button_prev">
    <button type="button" class="btn button_return_to_product_list button_return_to_product_list">
    <button type="button" class="btn button_next button_next">

    Which btw repeats the "button_prev", "button_return_to_product_list", and "button_next".

    And eventually how to add the extra class.

    Thank you
    includes/templates/bootstrap/templates/tpl_products_next_previous.php

    line 42:
    Code:
    <a class="p-1" href="<?php echo zen_href_link(FILENAME_DEFAULT, "cPath=$cPath"); ?>"><?php echo zen_image_button(BUTTON_IMAGE_RETURN_TO_PROD_LIST, BUTTON_RETURN_TO_PROD_LIST_ALT); ?></a>
    add extra class parm to the zen_image_button function.

    you also have to go outside of the template and look here:

    includes/modules/product_prev_next.php
    Last edited by carlwhat; 10 Nov 2020 at 04:18 PM.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. v155 ZCA Bootstrap Template 1.0 (BETA)
    By rbarbour in forum Addon Templates
    Replies: 74
    Last Post: 25 Apr 2018, 07:05 PM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg