• Resolved niemothj2

    (@niemothj2)


    Is there a way to charge the minimum cost PER item in the cart? I want to charge a $75.00 minimum charge for delivery per item. I have the ‘Total Cost Type’ set to ‘Per Piece – Accumulate total by multiplying the quantity.’ but it’s not duplicating the minimum cost if I have 2 or more items in the cart. So instead of the fee being $150.00 it’s displaying as $75.00.

    Is there a fix that can be incorporated into the code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sofyan Sitorus

    (@sofyansitorus)

    Hello, unfortunately, the right now the mini cost is flat. But you can always modify your total cost programmatically by utilizing the available filter hooks.

    wcsdm_calculate_shipping_cost_pre

    wcsdm_calculate_shipping_cost

    Sofyan

    Thread Starter niemothj2

    (@niemothj2)

    Thank you for responding. I’m not too savvy with writing php scripts, do you have any documentation or examples on how to use those filter hooks to solve my issue?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Minimum Cost x2 ?’ is closed to new replies.