Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    4
    Plugin Contributions
    0

    I messed up. Help Fix Min Order Problem PLZ!!

    I was following instructions for adding a min order. I was doing fine until I got to the tpl_shopping_cart_default.php.
    I changed what the "read me" said " find:
    <?php } // show update cart button ?>
    <td class="main" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></td>

    replace with:

    <?php } // show update cart button ?>
    <?php // BOF MIN ORDER AMOUNT ?>
    <?php if ($cart->show_total() >= MIN_ORDER_AMOUNT) { ?><td class="main" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></td><?php }?>
    <?php // EOF MIN ORDER AMOUNT ?>"

    and now Im getting an error I cant fix... HELP PLEASE!! Im learning Zen as I go and still not as familiar as I should be.
    Here is the error" Parse error: parse error, unexpected '}' in /home/sinfully/public_html/wholesale/includes/templates/template_default/templates/tpl_shopping_cart_default.php on line 139"

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: I messed up. Help Fix Min Order Problem PLZ!!

    Parse error: parse error, unexpected '}' in /home/sinfully/public_html/wholesale/includes/templates /template_default/templates/tpl_shopping_cart_default.php on line 139

    Little hint when using php- the errors will usually tell you where the problem is -

    That error is telling you there is a curly bracket where you don't need one -

    So - find the } in or around line 139 and delete it- see if that fixies the error -

    NOTE: I have not installed that mod in a recent edition and it could be that you will need more changes.

 

 

Similar Threads

  1. Markup validating Errors (plz help me fix them)
    By roojz92 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Apr 2012, 04:06 PM
  2. My banner is off aligned and cant fix HELP plz..
    By brandoman in forum Basic Configuration
    Replies: 1
    Last Post: 4 Jan 2009, 12:29 AM
  3. Help me fix header image plz
    By aleemx316 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 4 Apr 2008, 04:53 PM
  4. Template problem, help plz
    By xc7621 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 24 Sep 2007, 05:32 PM
  5. plz plz help me with zen cart functions
    By anis_huq in forum General Questions
    Replies: 1
    Last Post: 1 Jun 2007, 04:14 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