Perch Shop: Shipping for trade and non-trade accounts

  • Hi,


    Currently setting a site up where the customer has two requirements for shipping:


    1. That the shipping methods available for the customer to select are dependant on which products they have in the cart.

    2. That the price of the shipping methods available varies, depending if the customer is trade or not.


    I was hoping I could achieve this by getting all values from perch_shop_shipping_options, and then creating a shipping methods form in php, filtering the shipping methods I want to display, rather than using perch_shop_shipping_method_form(), but can't find any docs/examples of this or if anyone else has tried it/has a better solution.


    Thanks