EvelynWaugh
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Standalone Pay LaterThaks, I dont have deep acknowledgement in paypal, but what if (according to paypal docs) for first button use just:
var button1 = paypal.Buttons({fundingSource:paypal.FUNDING.PAYPAL});
and for second button:
var button2 = paypal.Buttons({fundingSource:paypal.FUNDING.PAYLATER});
And then show first button when paypal gateway selected, and show second button when paypal paylater selected.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Standalone Pay LaterHello, sorry, I thought I was clear.
Your plugin provides separate gateway for paypal credit card. I want make separate paylater gateway, so these two buttons will be separated. is this legal ?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Standalone Pay Lateryes, exactly, I will have 2 options: paypal button and pay later, 2 separate options, 2 separate gateways(as you did for card method). Is there a way I can do this?
I can extend wc_payment_gateway and also have plugin from github with yarn install and so on. if it is possible, can you give me a road how to implement this ?
- This reply was modified 1 year, 2 months ago by EvelynWaugh.
- This reply was modified 1 year, 2 months ago by EvelynWaugh.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Standalone Pay LaterThanks, and what about this? https://developer.paypal.com/docs/checkout/standard/customize/standalone-buttons/
Yes many thanks
Also made height: 57px, it doesn’t change anything
Add to cart button has 47px height. And I have added to .apple-pay-button styles which are not applied.
And also why when I add height to button, then text gets bigger? How also manage font-size.
- This reply was modified 1 year, 4 months ago by EvelynWaugh.
And how find css selector for apple-button container, to make it not 100% width
Ok, thanks, I will try. By the way, is there an option to change theme button for apple/google pay ? from dark to light.
And do you have github page to rebuild scripts with new theme for button ? I updated plugin and found theme in options, and what about height ?
- This reply was modified 1 year, 4 months ago by EvelynWaugh.
- This reply was modified 1 year, 4 months ago by EvelynWaugh.
Also I notice that stripe plugin ruins with your plugin, no woocommerce_payment_complete hook.
No issues are shown, it says Sync successfully, but my google sheet is empty.
From google sheets this button also doesn’t work.
You have very nice, good code + vuejs, it must be my fault somewhere. But I follow exact steps on two sites and nothing.
- This reply was modified 1 year, 4 months ago by EvelynWaugh.
Forum: Plugins
In reply to: [Pizza builder for WooCommerce] no Prices + adding by userHi, you could create topic for that plugin, not here. if you enable USE VOLUMETRIC WEIGHT, then all weight calculations will use VOLUMETRIC Formula, read about here: https://parcelbroker.co.uk/help/what-is-volumetric-weight-volume-calculator/#:~:text=Volumetric%20weight%20can%20be%20calculated,rather%20than%20the%20physical%20weight.
And also you can set extra costs in conditions popup:
Where “Weight” comes from cart total weight and this option will calculate on volumentric formula(w*h*l/volumetric divider) if enabled, and also Product volume option that gets product with largest volume (w*h*l) in cart and based on that value, rule made in this popup will be applied.
Forum: Plugins
In reply to: [Pizza builder for WooCommerce] no Prices + adding by userLook at this plugin https://www.ads-software.com/plugins/wp-recipe-maker/
Forum: Plugins
In reply to: [Pizza builder for WooCommerce] ChangesHi, for changing text you can use hooks which you can find on developer’s tab. For quantity you can override component-quantity-input.php template in your theme.
Forum: Plugins
In reply to: [Pizza builder for WooCommerce] Include a set number of free optionsUnfortunately, this can’t be implemented yet, but I will try to include in future update.