Announcement

Collapse
No announcement yet.

Setting Minimum Spend by Account

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Setting Minimum Spend by Account

    Hi all

    Does anyone know if it is possible in customer accounts to hack the box that says maximum spend and make this minimum spend instead? The reason I ask is that we are looking at setting up 2 different pricing structures on our site for Trade but 1 would have a minimum spend and one would not?

    I think in business settings it will only let you set up a minimum spend for all customers?

    Does this make sense and does anyone know if it's doable?

    Many thanks in advance for any help or advice

    Boz

    #2
    Damon,

    This is one for the wish list and I will add a vote in there for you.

    If you had a single pricing structure for your customer accounts then you could try the following...

    1) Enter a minimum spend amount in 'Business Settings | Ordering'

    2) Edit ActinicOrder.pm with notepad

    Search for the following comment
    #
    # Now see what is the current order value
    #
    Add the following just above the comment
    else
    {
    return ($::SUCCESS, "", "");
    }
    Save the file and then update the site. Please note, make a backup of the file before editing, a copy of the original script is available withing the 'Original' folder within the Actinic installation directory.

    This restricts the minimum order value (defined in Business Settings | Ordering) to logged in users.

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X