Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    466
    Plugin Contributions
    0

    Default Discount coupon off of Sales not Shipping and Sales

    Hello,

    This is a two part question.

    1. I was looking around in /public_html/includes/modules/checkout_process.php and I came across this bit of code and at line 88 there is a double $$. Should it be that way or should I remove one of the $?
    $credits_applied = 0;
    for ($i=0, $n=sizeof($order_totals); $i<$n; $i++) {
    if ($order_totals[$i]['code'] == 'ot_subtotal') $order_subtotal = $order_totals[$i]['value'];
    if ($$order_totals[$i]['code']->credit_class == true) $credits_applied += $order_totals[$i]['value'];
    if ($order_totals[$i]['code'] == 'ot_total') $ototal = $order_totals[$i]['value'];
    2. I want to change the discount coupon to only remove whatever the incentive is off of the products being purchased and not the entire amount that includes the shipping.

    How would I accomplish this??

    Thank you,

    Avel
    Last edited by batteryman; 12 Oct 2007 at 06:51 PM. Reason: hard to read color

  2. #2
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    466
    Plugin Contributions
    0

    Default Re: Discount coupon off of Sales not Shipping and Sales

    Hello,

    Yeah.... Um Im feel stupid.... I found out how to do it in the admin under Modules>Order Totals.

    But I am still curious on the first part of the question.

    Thank you,

    Avel

 

 

Similar Threads

  1. Configuring Taxes for Canadian Sites/Zones
    By DrByte in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 305
    Last Post: 30 Jul 2012, 07:18 PM
  2. Sales Tax Calculated including Shipping Charge
    By blevin3 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 3
    Last Post: 7 Feb 2011, 10:53 PM
  3. Free Shipping Coupon & Sales Tax
    By Stuff4Toys in forum General Questions
    Replies: 11
    Last Post: 21 Sep 2007, 10:15 AM
  4. Recalculate shipping after coupon applied w/zone rates
    By cuda in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 22 Jan 2007, 03:59 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
  •