undusted1364
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Backup file to largeI checked this, but there is enough storage:
- This reply was modified 7 months, 1 week ago by undusted1364.
Cookie Settings
and the whole Popup, which will appear after click on “Cookie Settings”:Privacy Overview This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience. Necessary Functional Performance Analytics Advertisement Others
And the content of each kategory (Necessary, Functional, …)
Forum: Plugins
In reply to: [WooCommerce] Shipping Cost and extra fee for paypalokay, it is allowed. i can name it “Handling-fee” ??
but how can i solve this.i found this:
https://docs.woothemes.com/document/add-a-surcharge-to-cart-and-checkout-uses-fees-api/#section-2but this code works with the customer country.
how can I modify this code to check which payment method the use has chosen?Forum: Plugins
In reply to: [WooCommerce] Shipping Cost and extra fee for paypal2. it is not allowed to let the customer pay the paypal fees?
1. can you show me screenshot examples for the settings. i guess this settings will be correctly …
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] PayPal Feethank you.
i will try the first link.if ( in_array( $woocommerce->customer->get_shipping_country(), $county ) ) :
which get_ parameter I have to use for get the payment method?