• Resolved mokorana

    (@mokorana)


    We are using the “Discount Rules PRO 2.0”-Plugin which is set up to give ONE free gift as soon as the customers total order is more than 75 €. However, when we do phone orderings another gift is added as soon as we change something in the order. Even when we remove one of the gits it’s immediately added back. It’s not possible for us now to work with it. Maybe you already know about that problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author algol.plus

    (@algolplus)

    hello

    1. please, share screeshot of your pricing rule
    2. Can we setup same rule using free version “Discount Rules” plugin ?
      If we need pro version — submit it (zip file) as new ticket to https://algolplus.freshdesk.com/
    Thread Starter mokorana

    (@mokorana)

    Thanks a lot… I just created a ticket with you guys.

    Plugin Author algol.plus

    (@algolplus)

    for whom having same problem .

    Please add following code to functions.php (or use Code Snippets plugin)

    add_filter( "wpo_prepare_item", function($item, $product ){
    ? ? ?if($item["item_cost"]==0)
    ? ? ? ? ?$item["product_id"] = -1;
    ? ? ?return $item;
    },10,2);

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.