Yuvraj Vaghela
Forum Replies Created
-
@jjbte The WooCommerce USPS Shipping extension will renew at full price i.e. $79.
Thank you for sharing the details. Glad to know that you were able to work around this.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe with WeChat AlipayHi Rob,
There are plans to implement support for Alipay in the next major update of this plugin. Stay tuned!
Hi there,
The currency youโre trying to use is not supported. See here for the list of supported currencies:
https://developer.paypal.com/docs/classic/api/currency_codes/#paypal
Hi there,
The currency youโre trying to use is not supported. See here for the list of supported currencies:
https://developer.paypal.com/docs/classic/api/currency_codes/#paypal
Glad it worked! To write CSS for an element, you can use the Inspect Element tool, present in every browser. Here is how it looks when you do Inspect Element on the Widget Cart:
[Direct Link](http://cld.wthms.co/NNG3G+)
You will find the class of the element that you want to target, it is
.wcppec-cart-widget-buttonhere. If you want to hide this element, just add this property to it :display: none !important;That should do the trick ๐
- This reply was modified 8 years, 12 months ago by Yuvraj Vaghela.
Thanks. You can use the CSS code given below to hide this button:
.wcppec-cart-widget-button { display: none !important; }You can use a hook like
woocommerce_checkout_before_customer_detailsto display this button before the customer details as well. However, this will need some custom coding.It is possible to target the PayPal button inside the cart widget. You can find it using Inspect Element in your browser. If you are not sure how to do this, share the URL of the page where we can see this cart widget and we will assist you.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Transaction IdHi there,
I would suggest you to have a look at this article which explains this in greater detail.
Hope this helps!
-Yuvraj
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Fraud SystemHi there,
This is not yet implemented in the plugin. It would be great to have you add your idea to the [Ideas Board](http://ideas.woocommerce.com/forums/133476-woocommerce), which is where developers go to look for future plugin features and improvements.
Regards,
YuvrajHi there,
Sorry for the late response. Please submit a support ticket here so that we can assist you with this issue.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] WPML ready?Hi there,
Please submit a support ticket here : https://www.woocommerce.com/contact-us/ so that we can help you better with this.
Regards,
YuvrajHi Dheeraj,
Please open up a support ticket at https://woocommerce.com/contact-us/ so that we can assist you with this issue.
Regards,
Yuvraj