Hi,
I cannot get the product widget to display on the product page – tried with StoreFront theme with just WooCommerce and Partial.ly plugins active – no console errors.
Does the widget work? Please advise
Hi is this plugin still in maintenance or?
It now says at checkout: COULD NOT CHECKOUT WITH PARTIA.LY. ERROR CREATING PAYMENT PLAN. MERCHANT: MERCHANT IS NOT ACTIVE.
API and everything looks as it is supposed to, people have been using it to pay without any issues before
No error in google search console
]]>Hi there, great plugin thanks!
When a customer is done paying for a plan, it would be great if the plugin could switch the order status to “processing” automatically in woocommerce
Otherwise the order remains as “pending”
]]>hi
good stuff you got here!
quick question as below.
1. does it work with cartflow (or anything similar)? e.g. In the cartflow steps, the payment plan should be available for buyers to choose
2. does it auto-charge on the schedule?
thank you
]]>Bonjour
j’ai un soucis mon client a commandé sur mon site avec un paiement en 3 fois via partialy lr problème est que son compte n’était pas assez approvisionner donc paiement refuser mais il a quand meme re?u les documents, quel recours puis je avoir, n’y a t il pas une solution dans partialy pour accepter le paiement meme si le compte du client n’est pas approvisionner ?
Merci
]]>I found conflicts with WPLMS theme. Someone please could help me to fix?
Regards
login.js?ver=1.5.5:1 POST https://www.website.it/m/wp-json/vibebp/v1/token/generate-token/?client_id=Ce93kLNBfvCIBhsC 500
M @ login.js?ver=1.5.5:1
ki @ react-dom.min.js?ver=16.13.1:176
ji @ react-dom.min.js?ver=16.13.1:13
mi @ react-dom.min.js?ver=16.13.1:13
lf @ react-dom.min.js?ver=16.13.1:13
wi @ react-dom.min.js?ver=16.13.1:187
Kd @ react-dom.min.js?ver=16.13.1:32
pc @ react-dom.min.js?ver=16.13.1:32
Wf @ react-dom.min.js?ver=16.13.1:34
(anonymous) @ react-dom.min.js?ver=16.13.1:236
uf @ react-dom.min.js?ver=16.13.1:15
Qd @ react-dom.min.js?ver=16.13.1:42
sc @ react-dom.min.js?ver=16.13.1:41
unstable_runWithPriority @ react.min.js?ver=16.13.1:25
Da @ react-dom.min.js?ver=16.13.1:60
mk.Events.current @ react-dom.min.js?ver=16.13.1:236
Ei @ react-dom.min.js?ver=16.13.1:41
VM2019:1 Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
I have a few questions in regards to this payment plan plugin, GoPay Payments Gateway for WooCommerce.
1. We sell adult toys. Does the plugin support this product category?
2. Let’s say we sell an item at $1000. A customer places an order with a deposit of $250. We ship the item and he receives it in a week. And this plugin will be charging the customer $250 for the following 3 months. By the 4th month, he should have paid off the full amount.
a. Can this plugin perform the scenario above?
b. Is there any risk for us to use? Let’s say we are not able to collect the payment after he receives the item? Like he terminates his credit card? Then we could be losing the item
c. Can we receive the full order payment upfront ($1000)?
Thanks
]]>Hello
I am php developer working on WPML plugin (https://wpml.org). We found your plugin is causing fatal error when installed alongside with ours.
How to reproduce
Setup WPML and WCML in 2 languages
Enable multicurrency
Install Partial.Ly plugin – available from the WP repository
Make a rest request to: /wp-json/wc/v3/products
Notice a fatal error as mentioned above
The error is:
> PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in …\woo-partially\inc\gateway.php:20
The piece of code there is:
// check for products in the cart with Partially disabled
foreach (WC()->cart->get_cart() as $cart_item_key => $item) {
if (get_post_meta( $item['product_id'], 'partially_disabled', true ) == 'yes') {
$hasDisabled = true;
}
}
The cart is not set indeed. Could you wrap this piece od code into that if, so it will not be executed during REST API calls?
if ( null !== WC()->cart ) {
// your code goes here
}
]]>
I’m trying to figure out how to create subscriptions that have minimum month contracts so that for exmaple, upon purchase of a 6 Month Plan, you are committed to a full payment of $60, billed in 6 equal monthly payments of $10. And then upon the end of the 6, your membership with auto-renew on a month-to-month basis until cancellation.
Can Partial.ly be used in conjunction with Subscriptions to achieve this result?
]]>When a user is in the checkout process, they see this fancy partial payment option so they go and check it out. They get transferred to partial.ly and they view terms etc. They decide, eeh, I will pick another payment option so they click the “Return to site” option at the bottom of the page and it sends them back to the site.
The problem is, it cancels the order through woocommerce. They now no longer have the option to pick another payment method and now site administration intervention is required.
Is there a way to change this?
I see you are doing this
`if( method_exists($order, “get_cancel_order_url_raw”) ) {
$body[‘payment_plan’][‘meta’][‘checkout_cancel_url’] = $order->get_cancel_order_url_raw();
}
else {
$body[‘payment_plan’][‘meta’][‘checkout_cancel_url’] = $order->get_cancel_order_url();
}`
Maybe add an option to “return to cart / checkout” instead of cancelling?
]]>how do we identify an order in woocommerce is implemented by partial.ly
]]>