First Question
In my WooCommerce shop I use the plugin PayPal Express.
With the plugin Woocommerce payment fees I can set an extra fee for the paypal payment.
The fee will correctly shown in the shopping cart and will correctly add to the sum.
But if I want to pay with Paypal, I am redirected to the Paypal site and there is only the total, WITHOUT the extra fee.
Where is the mistake?
Woocommerce payment fees
Second Question
I have two products in my shopping cart
- The shipping cost of product A is in the shipping class "Test" (5,00€)
- The shipping cost of product B is in the shipping class "Test" (5,00€)
The shipping cost has to be 10,00€, but it's only 5,00€ for both.
How can i calculate the shipping cost from product A and from product B together, if both are in my shopping cart?
In general for plugins, the best way to solve issues is to ask in their support threads.
Question 1 - For Woocommerce payment fees you need to buy the premium version to extend the plugin to other payment gateways (read on the plugin page).
Question 2 - You also need to buy a commercial plugin: Per Product Shipping
Most online stores have shipping cost for an entire order. However, some products (heavy or large products) may require special shipping. You may want to have a different shipping fee for a particular product based on the customer location. To handle such cases wooCommerce allows you to enable per product shipping using a premium extension. Apart from including cost per product, you also have the facility of defining costs per variation of the product.
Here you have a page that explains everything about shipping in woocommerce:
wooCommerce Shipping Demystified