Page 18 of 126 FirstFirst ... 816171819202868118 ... LastLast
Results 171 to 180 of 1252
  1. #171
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,695
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Please copy & paste the exact error text you get in the default template.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #172
    Join Date
    Mar 2005
    Posts
    107
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I have 4 attributes that are required. This is the message I see on the default template:

    Warning Please correct the following:
    On the Option for: Year You picked an Invalid Selection: User Input Required

    On the Option for: Make You picked an Invalid Selection: User Input Required

    On the Option for: Model (3 or 4 digit number) You picked an Invalid Selection: User Input Required

    On the Option for: VIN # (17 Characters Long) You picked an Invalid Selection: User Input Required

  3. #173
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,695
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    OK. I just submitted a fix which is not ideal, but it will work.

    https://github.com/zcadditions/ZCA-B....0.0c/pull/181
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #174
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,695
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by rbarbour View Post
    I have yet been able to reproduce this but I will continue to play with.
    If you can't dup it in a week or so let me know and I'll set up a test site that shows the issue. I spent a bit of time on it but haven't had enough time to debug it yet.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #175
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,695
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by Nick1973 View Post
    I have been developing a website locally with mamp using the bootstrap template. Now I have transferred all the files to my hosting server, and I don't see the menu item ZCA Bootstrap Colors. It exists in the menu locally and is in the database. Any ideas why this would not be showing up?
    This works properly with a fresh install. Try removing from your hosted site's configuration table the key ZCA_BODY_TEXT_COLOR.

    DELETE FROM configuration WHERE configuration_key = 'ZCA_BODY_TEXT_COLOR';
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #176
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,695
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by swguy View Post
    This works properly with a fresh install. Try removing from your hosted site's configuration table the key ZCA_BODY_TEXT_COLOR.

    DELETE FROM configuration WHERE configuration_key = 'ZCA_BODY_TEXT_COLOR';
    ... and be sure the file admin/includes/init_includes/init_bc_config.php is in place, then click the Admin Home link to rerun the init scripts. See if ZCA Bootstrap Colors appears under Tools at that point.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #177
    Join Date
    Mar 2005
    Posts
    107
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by swguy View Post
    OK. I just submitted a fix which is not ideal, but it will work.

    https://github.com/zcadditions/ZCA-B....0.0c/pull/181
    Thank you - Your solution did work.

  8. #178
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,695
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    As a more complex but (at least arguably) better refactoring, I would suggest getting rid of the $messageStack object creation in includes/init_includes/init_zca_bootstrap.php and simply loading the correct class in the includes/auto_loaders/config.core.php based on the setting of the template.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #179
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,695
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by rbarbour View Post
    I have yet been able to reproduce this but I will continue to play with.
    To dup this, I installed Ceon Manual Card, and edited includes/modules/payment/ceon_manual_card.php to add

    Code:
    // TESTING ONLY!!! DO NOT COPY!!! 
      function process_button_ajax() {
        return $this->process_button();
      }
    The issue appears to be in includes/templates/bootstrap/templates/tpl_ajax_checkout_confirmation_default.php.
    Replacing this file with the file from responsive_classic makes the bootstrap template properly handle AJAX checkout.
    Last edited by swguy; 22 Oct 2019 at 06:31 PM.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #180
    Join Date
    Mar 2005
    Posts
    107
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by swguy View Post
    To dup this, I installed Ceon Manual Card, and edited includes/modules/payment/ceon_manual_card.php to add

    Code:
    // TESTING ONLY!!! DO NOT COPY!!! 
      function process_button_ajax() {
        return $this->process_button();
      }
    The issue appears to be in includes/templates/bootstrap/templates/tpl_ajax_checkout_confirmation_default.php.
    Replacing this file with the file from responsive_classic makes the bootstrap template properly handle AJAX checkout.
    I have the same issue. I am using Paypal Pro to process the credit cards. Once you get to step 3 you cannot continue to the next step. The page does not respond and you cannot check out. replacing tpl_ajax_checkout_confirmation_default.php with the responsive one does seem to fix the issue.

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR