Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2007
    Posts
    5
    Plugin Contributions
    0

    Default How do I get the total price of the order?

    I need to implement a specific payment method on my site, and I need to "give" this method the total price,... but how do I get it? I can't find a string/variable that gives the total,... anyone know?

  2. #2
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: How do I get the total price of the order?

    Try this:

    $_SESSION['cart']->show_total();
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #3
    Join Date
    Jun 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: How do I get the total price of the order?

    It only gives the total of the products,... but I want the total,..total :) including shipping, etc.

  4. #4
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: How do I get the total price of the order?

    Quote Originally Posted by volanttantes View Post
    It only gives the total of the products,... but I want the total,..total :) including shipping, etc.
    You would still use that and simply ######### to it the "tax", "shipping", etc... as needed. You would have to create an expression like (this is not the correct one, just an example to get you started):

    $products_total = $_SESSION['cart']->show_total();
    $products_total + TAX_VARIABLE_HERE + SHIPPING_VARIABLE HERE = NEW TOTAL

    Gives you the idea and should get you started. Go through the code in Zen, and you'll find the variables for Tax, Shipping, etc..

    You may even be able to use one of the built in Order Classes in Zen to get it working.

    Good Luck!
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 

Similar Threads

  1. can I calculate the shipping price by order total price?
    By linjuming in forum General Questions
    Replies: 2
    Last Post: 26 Aug 2012, 02:28 PM
  2. how do i get the order total?
    By agelec in forum Addon Payment Modules
    Replies: 1
    Last Post: 13 Oct 2011, 10:04 AM
  3. how to get the value of order total ?
    By greenlight in forum General Questions
    Replies: 3
    Last Post: 8 Feb 2009, 03:20 AM
  4. how to get the value of order total ?
    By greenlight in forum General Questions
    Replies: 1
    Last Post: 7 Feb 2009, 09:23 AM
  5. How to get rid of / hide the price on the main page only?
    By jaggers in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Nov 2007, 03:33 AM

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