Results 1 to 10 of 1685

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Dustie View Post
    Okay, so after a bit more research I see that the column says : 3 Column Layout (removes right column on product info, shopping cart & checkout pages). So this is not optional??

    As to the notifications it says (or used to say): Option to include the Product Notification and Manufacturer Info side boxes on the product info pages. I don't have an option to disable this under Product info pages.. also as I mentioned above, I have tried removing the sidebox and notificaton.
    The template, by default, disables the right/left columns on various pages in its /common/tpl_main_page.php:
    PHP Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
    if (in_array($current_page_baseexplode(','str_replace(' ''''product_info, document_general_info, document_product_info, product_music_info, product_free_shipping_info, shopping_cart, checkout_shipping, checkout_shipping_address, checkout_payment, checkout_payment_address, checkout_confirmation, checkout_success')))) {
        
    $flag_disable_right true;
    }
    if (
    in_array($current_page_baseexplode(','str_replace(' ''''checkout_shipping, checkout_shipping_address, checkout_payment, checkout_payment_address, checkout_confirmation')))) {
        
    $flag_disable_left true;

    You can change that by modifying that file in your site's clone of the template.

    For the notifications' choice removal, see Configuration // Bootstrap Template Settings // Display the Notifications Box on Product Pages

  2. #2
    Join Date
    Nov 2010
    Posts
    159
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    The template, by default, disables the right/left columns on various pages in its /common/tpl_main_page.php:
    PHP Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
    if (in_array($current_page_baseexplode(','str_replace(' ''''product_info, document_general_info, document_product_info, product_music_info, product_free_shipping_info, shopping_cart, checkout_shipping, checkout_shipping_address, checkout_payment, checkout_payment_address, checkout_confirmation, checkout_success')))) {
        
    $flag_disable_right true;
    }
    if (
    in_array($current_page_baseexplode(','str_replace(' ''''checkout_shipping, checkout_shipping_address, checkout_payment, checkout_payment_address, checkout_confirmation')))) {
        
    $flag_disable_left true;

    You can change that by modifying that file in your site's clone of the template.

    For the notifications' choice removal, see Configuration // Bootstrap Template Settings // Display the Notifications Box on Product Pages
    Thank you so much! I was totally blind to the Configuration/Bootstrap Template settings!! That issue is now fixed. The other one will try - thank you again.

  3. #3
    Join Date
    Apr 2011
    Posts
    586
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Not entirely a Bootstrap question but since it is the template I am using:

    Is it possible to remove the Price column in the shopping cart and have the product price move after or near the product name?

    I find the column redundant in my special case and feel i would be more clear at least on mobile if possible

    Thank you

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by nicksab View Post
    Not entirely a Bootstrap question but since it is the template I am using:

    Is it possible to remove the Price column in the shopping cart and have the product price move after or near the product name?

    I find the column redundant in my special case and feel i would be more clear at least on mobile if possible

    Thank you
    Not via configuration; that'll require some sort of code-edit on your site's template-clone.

 

 

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