Search:

Type: Posts; User: DrByte

Search: Search took 0.08 seconds.

  1. Replies
    37
    Views
    68,764

    Sticky: Re: Use Of Notifiers - How To

    If you're comfortable keeping up a site that's using software with known security vulnerabilities, then that's your call I guess.


    http://www.zen-cart.com/forum/showthread.php?t=150127
  2. Replies
    37
    Views
    68,764

    Sticky: Re: Use Of Notifiers - How To

    A number of things were addresed with respect to notifiers in v1.3.9. Have you tested the same thing in the latest version of Zen Cart yet?
  3. Replies
    37
    Views
    68,764

    Sticky: Re: Use Of Notifiers - How To

    Should be fine, since the observer class is still watching for the notifier point. Granted, if you're trying to use the observer class to alter something inside the procedural code loop, you'll have...
  4. Replies
    37
    Views
    68,764

    Sticky: Re: Use Of Notifiers - How To

    Try using this:
    $_SESSION['cart']->weight
  5. Replies
    37
    Views
    68,764

    Sticky: Re: Use Of Notifiers - How To

    Options:
    a. extend the order database table to also store the total weight as calculated by shopping cart, and then write code to ensure that info gets stored appropriately
    b. add a...
  6. Replies
    37
    Views
    68,764

    Sticky: Re: Use Of Notifiers - How To

    $order->total_weight is likely your only option.

    The $shipping_weight is only available in the shopping cart, which is empty after the order is placed.

    Or you could write your own weight...
  7. Replies
    37
    Views
    68,764

    Sticky: Re: Use Of Notifiers - How To

    Without looking in great detail, I suspect you will need to "global" the $shipping_weight variable in order to use it in your notifier class.

    Also global the $insert_id if you want the number of...
Results 1 to 7 of 7
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR