osCmax v2.5 User Manual
Results 1 to 3 of 3

easy important feature add to oscmax 2.5

This is a discussion on easy important feature add to oscmax 2.5 within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; hi maybe we can add an enhancement to 2.5 that adds an additional configurable charge at checkout if the order ...

      
  1. #1
    Active Member
    Join Date
    Nov 2009
    Posts
    157
    Rep Power
    3


    Default easy important feature add to oscmax 2.5

    hi

    maybe we can add an enhancement to 2.5 that adds an additional configurable charge at checkout if the order total is above a certain amount, this is a very important enhancement because in order to be protected against fraud by your payment processor you have to get the customer's signature when the package is delivered, for instance google checkout requires a signature to protect you from fraud if the order amount is more than $250.00. this enhancement wold allow a merchant to automatically charge the additional flat charge imposed by the shipping carrier for requiring a signature. most shipping carriers charge a flat charge 0f around $6.00 when you require the customers signature at the time they receive the package.

    thanks

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Thumbs down Signed For surcharge!

    As a buyer, if I saw underhand practices like that, I'd shop elsewhere!!!
    Above $250, you should be making sufficient profit to encompass the extra charge yourself, either hidden in product pricing or postal costs.
    Insurance/signed for, is for the benefit of the seller not the buyer. If the item goes missing in transit (hello, UPS) surely you will need to refund/replace the item. Maybe it's the lack of U.S. consumer protection that allows you not to do the morally decent thing?
    Whenever I sell on "feeBay", I use a signed-for service, even for small amounts. It's for my own protection - 'cos you can't trust anyone! [Also a pre-requisite for "PayMore" protection - though the b'stards can still do a chargeback - which should be unlawful.]
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #3
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    26


    1 out of 1 members found this post helpful.

    Default Re: easy important feature add to oscmax 2.5

    modify the Low Order Fee module
    [admin -> modules -> low order fee]

    File to modify: includes/modules/order_total/ot_loworderfee.php
    copy it to a new file
    call it ot_signaturerequiredfee.php
    change the function install() as necessary
    this is the key line to change in function process()

    if ( ($pass == true) && ( ($order->info['total'] - $order->info['shipping_cost']) < MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER) ) {

    You just have to change the logic from a "<" to a ">" for the "MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER" (or whatever you rename it to when you change the install)

    Viola! Now you have a module that allows you to set a charge for all orders OVER a set amount (that is set in the admin).

    [I would NOT, as a developer, support adding this to core as I agree with Ridex that @ that rate it is a cost that should be built into the margins. Unlike a LOF where the margins are small and the fee is used to ensure a minimal profit on a low order.]
    Last edited by met00; 01-06-2011 at 10:50 PM. Reason: agree with ridex...
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

Similar Threads

  1. Wolfen Feature Sets for osCMax 2.0.15
    By ridexbuilder in forum osCmax Projects Discussion
    Replies: 0
    Last Post: 04-26-2010, 11:00 AM
  2. Wolfen Feature Sets v1.05 for osCMax v2.1x - full package
    By michael_s in forum osCmax v2 Customization/Mods
    Replies: 12
    Last Post: 02-22-2010, 12:29 PM
  3. Feature Question: Easy Populate
    By dead7 in forum osCMax v2 Features Discussion
    Replies: 6
    Last Post: 01-28-2007, 11:36 AM
  4. oscmax 1.8...feature list
    By Christy in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-19-2004, 06:52 PM
  5. Tentative Feature List for osCMAX 1.8
    By michael_s in forum osCmax v1.7 Announcements
    Replies: 0
    Last Post: 11-10-2003, 08:20 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
  •