Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: List shipping costs in shopping cart?

    I can confirm there's a problem with the total when switching currencies. I'll see if I can figure this out.

  2. #22
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: List shipping costs in shopping cart?

    Hi, these changes seem to fix it:

    Attachment 5538
    Last edited by Steven300; 27 Apr 2009 at 07:55 PM.

  3. #23
    Join Date
    Mar 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: List shipping costs in shopping cart?

    Hi,
    That certainly did the trick.
    Thank you.

  4. #24
    Join Date
    Mar 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: List shipping costs in shopping cart?

    Hi,
    One last thing. Is it possible to display the currency code in Total?

  5. #25
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: List shipping costs in shopping cart?

    Sure, just make the following changes to tpl_shopping_cart_default.php

    Find:
    PHP Code:
    <div id="sricTotal"><?php echo SRIC_WORD_TOTAL ":"?> <?php echo $currency_symbol $sric_total ?></div>
    Replace with:
    PHP Code:
    <div id="sricTotal"><?php echo SRIC_WORD_TOTAL ":"?> <?php echo $_SESSION['currency'] . " " $currency_symbol $sric_total ?></div>
    Find:
    PHP Code:
    <div id="sricTotal"><?php echo SRIC_WORD_TOTAL ":"?> <?php echo $cartShowTotal?></div>
    Replace with:
    PHP Code:
    <div id="sricTotal"><?php echo SRIC_WORD_TOTAL ":"?> <?php echo $_SESSION['currency'] . " " $cartShowTotal?></div>
    (There are a few instances for each of the two changes)

  6. #26
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: List shipping costs in shopping cart?

    I think I'll add this as an admin option for the next version.

  7. #27
    Join Date
    Mar 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: List shipping costs in shopping cart?

    You have done a great work to simplfy this matter. There are also many other useless information given to the customer at the checkout stages that irritates me. Why tell people Flat Rate, Table Rate or (Best Way). I am sure all these terminology are jibberish and confusing to normal people. Just Shipping or Delivery would be sufficient. I also find Step 1 page is unnecessary. All it does to give a last minute opportunity if the customer wants to change the delivery address and perhaps shipping method. Yes usefull but is it really necessary.

  8. #28
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: List shipping costs in shopping cart?

    I had no idea what Table Rate meant before starting with Zen Cart, so I would be hesitant in displaying that particular term to the customer. Flat Rate I think is different because most people would know this and they might add more products to the cart if they know that the delivery charge isn't going to increase. Flat Rate aside, I agree, simply displaying 'delivery' or 'shipping' is better.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v154 shipping costs don't show in cart
    By johnnyDoe in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 18 Jun 2016, 01:17 PM
  2. shopping cart products in a list box
    By vijaymanoharraog in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 May 2007, 10:02 PM
  3. Shopping cart and shipping costs question
    By douglerner in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Apr 2007, 12:29 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