Title: Guido Scialfa's Replies | WordPress.org

---

# Guido Scialfa

  [  ](https://wordpress.org/support/users/wido/)

 *   [Profile](https://wordpress.org/support/users/wido/)
 *   [Topics Started](https://wordpress.org/support/users/wido/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wido/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wido/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wido/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wido/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wido/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 96 total)

1 [2](https://wordpress.org/support/users/wido/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wido/replies/page/3/?output_format=md) …
[5](https://wordpress.org/support/users/wido/replies/page/5/?output_format=md) [6](https://wordpress.org/support/users/wido/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/wido/replies/page/7/?output_format=md) [→](https://wordpress.org/support/users/wido/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Block Responsive - Make Editor Blocks Responsive Easily] Allow custom blocks](https://wordpress.org/support/topic/allow-custom-blocks/)
 *  Thread Starter [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [2 months, 3 weeks ago](https://wordpress.org/support/topic/allow-custom-blocks/#post-18886963)
 * Hi [@ashrafuzzaman93](https://wordpress.org/support/users/ashrafuzzaman93/) thanks
   for the quick reply. If am I I would go with custom block `supports` to maintain
   that declarative aspect rather than a filter which would require me as a consumer
   to create two hooks, one for the client and one for the server. With a block 
   support you can get the info you need and I can as a consumer easily include 
   support for my custom blocks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] Apple Pay](https://wordpress.org/support/topic/apple-pay-12/)
 *  Plugin Contributor [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/apple-pay-12/#post-11823285)
 * Apple Pay has been implemented in mollie 5.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] iDeal Symbol missing](https://wordpress.org/support/topic/ideal-symbol-missing/)
 *  Plugin Contributor [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/ideal-symbol-missing/#post-11823279)
 * Hi [@bloemtiquebloemen](https://wordpress.org/support/users/bloemtiquebloemen/),
 * Please go into the iDeal payment settings and add a Title and check “Display 
   logo on checkout page. Default”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] Apple pay symbol missing](https://wordpress.org/support/topic/apple-pay-symbol-missing/)
 *  Plugin Contributor [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/apple-pay-symbol-missing/#post-11823254)
 * Hi [@fenjwebcreation](https://wordpress.org/support/users/fenjwebcreation/),
 * Apple Pay payment method appear only if you are using a iDevice that has the 
   TouchId or the FaceId technology. Apple does not allow clients to use their payment
   method on devices which not include one of those technology.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] Bancontact Symbol missing](https://wordpress.org/support/topic/bancontact-symbol-missing/)
 *  Plugin Contributor [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/bancontact-symbol-missing/#post-11788439)
 * Hi [@michacassola](https://wordpress.org/support/users/michacassola/) mistercash
   is no longer supported it’s now bancotact and the file exists within the plugin
   I see it in checkout too (see [https://plugins.svn.wordpress.org/mollie-payments-for-woocommerce/tags/5.2.1/assets/images/bancontact.svg](https://plugins.svn.wordpress.org/mollie-payments-for-woocommerce/tags/5.2.1/assets/images/bancontact.svg)),
   could you please check if you have it within the plugin directory? If not download
   the latest version of the plugin and install it again (do not uninstall the current
   one just remove the files and upload the new ones).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal Plus for WooCommerce] Paypal express checkout behavior](https://wordpress.org/support/topic/paypal-express-checkout-behavior/)
 *  [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/paypal-express-checkout-behavior/#post-11777309)
 * Hi [@panconjugo](https://wordpress.org/support/users/panconjugo/),
 * Could you link which plugin are you using for the discount per payment method?
 * The Express Checkout use the same logic of PayPal PLUS but that payment method
   does not exists in the checkout page, it exists only in single product page and
   cart page.
 * Means we do not garantee the functionality in that page, this is because of how
   the paypal express checkout flow works. See [https://developer.paypal.com/docs/classic/express-checkout/ec-api-flow/](https://developer.paypal.com/docs/classic/express-checkout/ec-api-flow/)
 * You cannot only show the button in the checkout, you also need to change some
   other internals to be able to redirect the user back to the checkout page after
   the payment authorization, to do that you probably need to change some hook action/
   filter because of that and implement some new classes that will take care of 
   the request from within the checkout page.
 * This could be a huge change and would mean we have to add hooks to make it possible.
 * The implementation was, you use PayPal PLUS in checkout and Express Checkout 
   in cart and single product pages.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal Plus for WooCommerce] Problem showing Express Button](https://wordpress.org/support/topic/problem-showing-express-button/)
 *  [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-showing-express-button/#post-11776812)
 * [@torstenwoltermbs](https://wordpress.org/support/users/torstenwoltermbs/) Sorry
   for the inconvenience, the right email is [paypalplus@inpsyde.com](https://wordpress.org/support/users/wido/replies/paypalplus@inpsyde.com?output_format=md)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] Mollie doesn’t autocomplete orders](https://wordpress.org/support/topic/mollie-doesnt-autocomplete-orders/)
 *  Plugin Contributor [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/mollie-doesnt-autocomplete-orders/#post-11776807)
 * Hi [@forevah](https://wordpress.org/support/users/forevah/),
 * Don’t know if that could depends by Polylang but I do not think that’s related
   with WooCommerce api endpoint.
 * I tested Mollie with the latest version of Polylang and Polylang for WooCommerce
   and I didn’t had that issue.
 * Did you tried what I suggested in my previous comment?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] Problem with checkout on Polylang-enabled webshop -> redirect 404](https://wordpress.org/support/topic/problem-with-checkout-on-polylang-enabled-webshop-redirect-404/)
 *  Plugin Contributor [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-with-checkout-on-polylang-enabled-webshop-redirect-404/#post-11770292)
 * Have you tried to update to the latest Polylang Pro and Polylang for WooCommerce?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] Mollie doesn’t autocomplete orders](https://wordpress.org/support/topic/mollie-doesnt-autocomplete-orders/)
 *  Plugin Contributor [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/mollie-doesnt-autocomplete-orders/#post-11770287)
 * There’s no **paid** order status in WooCommerce as you can read in their documentation
   [https://docs.woocommerce.com/document/managing-orders/](https://docs.woocommerce.com/document/managing-orders/)
 * May be you’re using an additional plugin?
 * Anyhow from what I see the Autocomplete Order just set an order to **completed**
   based on a setting.
 * That order even if marked as completed does not mean its has been paid.
 * I followed your instructions but for me the order goes in **completed**.
 * Could you try to deactivate all plugins except for WooCommerce, Mollie and Order
   Autocomplete and try again?
 * If the problem persist, switch to a default WordPress site and check it again.
 * If you still experiencing the issue please contact us at [mollie@inpsyde.com](https://wordpress.org/support/users/wido/replies/mollie@inpsyde.com?output_format=md)
   because probably we need to debug further to understand what’s going wrong.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] Mollie doesn’t autocomplete orders](https://wordpress.org/support/topic/mollie-doesnt-autocomplete-orders/)
 *  Plugin Contributor [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/mollie-doesnt-autocomplete-orders/#post-11769816)
 * Hi [@forevah](https://wordpress.org/support/users/forevah/)
 * I tried to replicate the problem without success.
    I see the order correctly 
   set as Completed.
 * I notice the order is marked as completed when the client reach the Order Received
   page. I tested by setting the autocomplete for paid and unpaid orders.
 * > But when completing payment with Mollie the orders are NOT set to paid.
 * As far as I understanding the plugin just change the order status in WooCommerce
   this does not affect the order status in your Mollie account.
 * Could you give us some more info of how to replicate the problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] Apple Pay om Cart page](https://wordpress.org/support/topic/apple-pay-om-cart-page/)
 *  Plugin Contributor [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/apple-pay-om-cart-page/#post-11765831)
 * [@samraaf](https://wordpress.org/support/users/samraaf/) Regarding having Apple
   Pay in cart page actually mollie support only apple pay checkout.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] Apple Pay om Cart page](https://wordpress.org/support/topic/apple-pay-om-cart-page/)
 *  Plugin Contributor [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/apple-pay-om-cart-page/#post-11765823)
 * Hi [@samraaf](https://wordpress.org/support/users/samraaf/),
 * Sorry for the problem and thanks to share it with us.
 * I’ll fix it in the next release, in the meantime you can add this little css 
   snippet in Customize > Additional Css
 * \`
    #payment_method_mollie_wc_gateway_applepay + label > img { width: 32px; height:
   25px; } `
 * That will make the size of the logo the same of all other logos.
 * Hope this help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PayPal Plus for WooCommerce] Problem showing Express Button](https://wordpress.org/support/topic/problem-showing-express-button/)
 *  [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/problem-showing-express-button/#post-11756362)
 * Hi [@torstenwoltermbs](https://wordpress.org/support/users/torstenwoltermbs/)
   sorry for the delay on this.
 * Could you tell me which theme are you using?
    I need to know which kind of changes
   the theme has made to the WooCommerce templates. May be they moved some action.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MultilingualPress] Remove hreflang tag from the page](https://wordpress.org/support/topic/remove-hreflang-tag-from-the-page/)
 *  [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [7 years ago](https://wordpress.org/support/topic/remove-hreflang-tag-from-the-page/#post-11693412)
 * Hi [@simpleswebs](https://wordpress.org/support/users/simpleswebs/),
 * Your problem is not related with the `hreflang` if your problem is the redirection.
 * I would suggest you to open a different issue in order to keep the discussion
   here just for the `hreflang`.
 * Btw could you check if the **Redirect** module of MLP is active?

Viewing 15 replies - 1 through 15 (of 96 total)

1 [2](https://wordpress.org/support/users/wido/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wido/replies/page/3/?output_format=md) …
[5](https://wordpress.org/support/users/wido/replies/page/5/?output_format=md) [6](https://wordpress.org/support/users/wido/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/wido/replies/page/7/?output_format=md) [→](https://wordpress.org/support/users/wido/replies/page/2/?output_format=md)