Page 97 of 155 FirstFirst ... 47879596979899107147 ... LastLast
Results 961 to 970 of 1550
  1. #961
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,192
    Plugin Contributions
    63

    Default Re: ZCA Bootstrap Template

    New install Zen 1.5.8a, PHP 7.3, Bootstrap 3.5.2, OPC 2.4.5 w/o guest checkout enabled.

    Error:
    [08-Apr-2023 08:32:23 America/New_York] Request URI: /xxxxx/ajax.php?act=ajaxPayment&method=prepareConfirmation, IP address: 134.215.175.155
    --> PHP Parse error: syntax error, unexpected '.' in /home/xxxxx/public_html/xxxxx/includes/templates/bootstrap/templates/tpl_ajax_checkout_confirmation_default.php on line 321.

    Broken piece
    Code:
    <div id="checkoutConfirmationDefault-btn-toolbar" class="btn-toolbar justify-content-between confirm-order" role="toolbar">
    <?php echo '<strong'> . $title_continue_checkout . '</strong><br>' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?>
    <?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER, BUTTON_CONFIRM_ORDER_ALT, 'name="btn_submit" id="btn_submit"') ;?>
    </div>

    Error prevents checkout using PayPal Pro
    Last edited by mprough; 8 Apr 2023 at 01:47 PM.
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  2. #962
    Join Date
    Apr 2009
    Posts
    468
    Plugin Contributions
    2

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by mprough View Post
    New install Zen 1.5.8a, PHP 7.3, Bootstrap 3.5.2, OPC 2.4.5 w/o guest checkout enabled.

    Error:
    [08-Apr-2023 08:32:23 America/New_York] Request URI: /xxxxx/ajax.php?act=ajaxPayment&method=prepareConfirmation, IP address: 134.215.175.155
    --> PHP Parse error: syntax error, unexpected '.' in /home/xxxxx/public_html/xxxxx/includes/templates/bootstrap/templates/tpl_ajax_checkout_confirmation_default.php on line 321.

    Broken piece
    Code:
    <div id="checkoutConfirmationDefault-btn-toolbar" class="btn-toolbar justify-content-between confirm-order" role="toolbar">
    <?php echo '<strong'> . $title_continue_checkout . '</strong><br>' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?>
    <?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER, BUTTON_CONFIRM_ORDER_ALT, 'name="btn_submit" id="btn_submit"') ;?>
    </div>

    Error prevents checkout using PayPal Pro

    Move the Quote thus
    Code:
    <div id="checkoutConfirmationDefault-btn-toolbar" class="btn-toolbar justify-content-between confirm-order" role="toolbar">
    <?php echo '<strong>' . $title_continue_checkout . '</strong><br>' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?>
    <?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER, BUTTON_CONFIRM_ORDER_ALT, 'name="btn_submit" id="btn_submit"') ;?>
    </div>
    I have submitted a pull request, but it has not been actioned yet.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  3. #963
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,192
    Plugin Contributions
    63

    Default Re: ZCA Bootstrap Template

    I know how to fix it =) I was reporting it so Lat could get it resolved
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  4. #964
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by mprough View Post
    I know how to fix it =) I was reporting it so Lat could get it resolved
    PR has been accepted. I was waiting to see if there are any other issues reported and, if not, I'll get v3.5.3 released this week.

  5. #965
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    v3.5.3 of the ZCA Bootstrap Template is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2191

    This release contains corrections for the following GitHub issues:

    #231: Correct PHP Parse error when payment methods "collect credit card data on-site".
    #232: Correct PHP Warning logged by shopping_cart template.
    #233: Correct products' model alignment on listing pages.
    #234: Add language constant added for zc158 that doesn't exist in zc157.
    #235: Add missing text 'lead-in' for products' quantity on listing pages.

  6. #966
    Join Date
    Aug 2004
    Posts
    797
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Not sure if this is bootstrap related, 1.5.8a related, or just something messed up in my settings.

    I have a 20% off coupon with restrictions: Only allow on Category A. Category A has one product.

    I added that product to my order along with an indifferent item from Category B.

    Problem 1: The 20% discount being taken off is MORE than 20%. It's almost like it's factoring in tax or something?

    Problem 2: The TOTAL doesn't add up correctly. It's actually shorting me out money since the total should be higher.

    This screenshot should help: Click image for larger version. 

Name:	screenshot_608.jpg 
Views:	38 
Size:	44.8 KB 
ID:	20259

    And here is my Coupon Settings which appear to be correct (allowing the 20% discount to only apply to items in that category): Click image for larger version. 

Name:	screenshot_609.jpg 
Views:	38 
Size:	19.6 KB 
ID:	20260

    And here are the settings for the ot_coupon, where I don't have it calculating tax or shipping: Click image for larger version. 

Name:	screenshot_610.jpg 
Views:	44 
Size:	19.0 KB 
ID:	20261

    Can anyone help explain why those two problems are happening?

    EDIT: It's definitely related to tax in some way. I did a test with an account that didn't have tax and it calculated fine. So for some reason, the discount is being influenced by the tax, and it's miscalculating the total. Perhaps something to do with the ORDER in which the discount is applied and total is calculated?
    Last edited by Jeff_Mash; 17 Apr 2023 at 08:05 PM.
    - Jeff

  7. #967
    Join Date
    Aug 2004
    Posts
    797
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    In reference to the issue above, I was able to solve Problem #2 (subtotal being incorrect). This is related to the sorting order of the Order Total Modules. If I had the ot_coupon lower than the ot_tax (on the checkout page), then the ot_total was incorrect.

    By changing the Sort Order so that ot_coupon was displayed higher (meaning it has a lower sort order value) than the ot_tax, that seems to have corrected the ot_total calculation.

    I still cannot figure out WHY problem #1 is still happening: the coupon discount is being affected by something whenever it's used in a region with sales tax, even though I don't have sales tax being factored into my ot_coupon settings.
    - Jeff

  8. #968
    Join Date
    Aug 2004
    Posts
    797
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Jeff_Mash View Post
    I still cannot figure out WHY problem #1 is still happening: the coupon discount is being affected by something whenever it's used in a region with sales tax, even though I don't have sales tax being factored into my ot_coupon settings.
    Man, I'm sorry for all these posts, but I find more information after I post something!

    So the issue with Problem #1 doesn't seem to be related to tax, because I reproduced it on an order without tax.

    Check out this example: Click image for larger version. 

Name:	screenshot_614.jpg 
Views:	36 
Size:	45.9 KB 
ID:	20262

    As you can see, it works fine with the one item (which qualifies for the discount). But when I add a second item which isn't part of the discount category, the 20% value isn't calculated correctly.

    Any ideas?
    - Jeff

  9. #969
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    @Jeff_Mash, you need to post these questions in the "Discounts/Coupons" thread, since they're targeted at ot_coupon's misbehaving.

  10. #970
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: ZCA Bootstrap Template

    how to install this template?

 

 

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

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