steplab
Forum Replies Created
-
Hello,
this happens in Chrome 98.0.4758.82 and Firefox 97.0 browsers. When I press the button to move the field click so maintain press on mouse to drag and drop the field, it will never stop the drag when I stop to press the mouse, and instead to move the field weforms duplicate the field.Thanks
ValentinaSorry, resolved translations found here:
/wp-admin/admin.php?page=mlang_stringsHi, now pagination is working, maybe a yquery conflict with another plugin.
Thanks!hi, the page is loading but always display the forms list of page 1. if i go to page 2 i see same forms of page 1.
php version: 7.4.24
thanks
ValentinaForum: Plugins
In reply to: [WooCommerce] new order errorBy now we resolved restoring WordPress 5.5.3
Will try to update Woocommerce in the staging siteHi,
tried to delete and reinstall the plugin. By now no errors appeared.
Hope the error don’t return.Thanks
ValentinaForum: Plugins
In reply to: [WooCommerce] Repeat PayPal Express Button on Product pageOk thanks, if I use solution 1 or 2 add to cart button is showing. But is not showing the custom paypal express button (by PayPal for Woocommerce) if you don’t know why I still waiting answers by the other plugin.
So now I can repeat the add to cart button for example after tabs:
add_action( 'woocommerce_after_single_product', 'woocommerce_template_single_add_to_cart', 14 );
I can repeat the button with this code, maybe using the shortcode inside product description :
function repeat_paypal(){ echo 'Purchase now:'; woocommerce_template_single_add_to_cart(); } add_shortcode( 'purchase_product', 'repeat_paypal');
I can repeat the add to cart button inside a promotional page of the product?
Maybe like this?:function repeat_paypal($atts){ global $product; $product = wc_get_product($atts['product_id']); echo 'Purchase now:'; woocommerce_template_single_add_to_cart(); } add_shortcode( 'purchase_product', 'repeat_paypal');
how to pass product id to woocommerce_template_single_add_to_cart function?
Better like this?:function repeat_paypal($atts){ global $product; $product = wc_get_product($atts['product_id']); echo 'Purchase now:'; woocommerce_simple_add_to_cart(); } add_shortcode( 'purchase_product', 'repeat_paypal');
I installed the version 4.0, thanks.
But if I uncheck:
“Pay before entering Ad details” : “Check to ask for payment before entering Ad details. Uncheck if you want users to pay for Ads at the end of the process, after images have been uploaded.”“Place Ad” page is different. But “Payment term selection” instead to go at the end of the Place Ad process after ad details after images upload, is still showing on first step after category.
I need to display payment term selection AFTER entering Ad details. How to do it?
UNCHECK [ ] “Pay before entering Ad details” : “Check to ask for payment before entering Ad details. Uncheck if you want users to pay for Ads at the end of the process, after images have been uploaded.”
Inside template \frontend\templates\page-place-ad-order-step.tpl.php
I see $skip_payment_term_selection is false and ‘pay-before-place-ad’ = ‘0’This script:
echo $payments->render_payment_terms_form_field( $transaction, $table, $form_errors );
Must be at the end of the process, so after ad details, not after category on first step.
Must ask for payment terms AFTER users enter ad details, so at the end of the process.
Tried to flush cache etc, but payment term selection is still showing on first page before entering ad details.
WP 4.9.9
AWPCP 3.9.5
I see the option is saved ‘pay-before-place-ad’ as string ‘0’.Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal express button Error 404By now seems to be other plugins compatibility issue.
Found why Order status was not completed sometimes:
From Woocommerce documentation:
– If items in the order are all downloadable + virtual, the order is complete.
– If items are physical and downloadable/virtual, the order is “processing” until you change it.
And 404 Error didn’t returned by now.
Thanks for the help.Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal express button Error 404Similar debbugging you told worked partially because tried to fix/remove messages posted as “DEBUG LOG” that now seems to be fixed. I was using an e-mail that didn’t exists added on E-mail input after phone number inside Sandbox PayPal window, maybe that caused first error or was the php notice generated by theme or plugins that now seems fixed. Because inside uploads/wc-logs/ there is no new fatal-errors logs.
I have no particular redirect inside htaccess only default settings.
Now tring to purchase with Visa button after yellow Paypal button inside product page, with guest user, and work fine. Work correctly same procedure but with logged customer user, work correctly if I purchase using same button Visa but inside cart.
But Don’t know why sometimes the order process correctly and become “Complete”, and others become Processing so not complete. Same problem inside Cart and inside Product page.
The difference I can see of order precessing not correctly is Downloadable setting. This may can caused by some simple products that have [v]Virtual checked but not []Downloadable checked?Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal express button Error 404Hi the strange that it was working all correctly on a domain for development purposes.
Now migrated to the new official domain theme function was working fine with my custom function on theme and woocommerce and learnpress plugin.
Is correct that the plugin point to
/wc-api/WC_Gateway_PayPal_Express_AngellEYE/?pp_action=get_express_checkout_details&utm_nooverride=1&request_from=JSv4&token=EC-0TX45516100814515&PayerID=J2GG95PLX8JBW failed with 500 errorI can’t see the /wc-api/ directory inside my root domain or inside your plugin.
I’m using Sandbox added the api of the facilitator account created inside developer paypal account.
Country Italy, currency EuroIf I use the button inside the cart page all working correctly, but if I use the button inside product page I have errors described.
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal express button Error 404Browser console return this error:
ppxo_unhandled_error Object { stack: "Request to post https:// mysitedomain.it/wc-api/WC_Gateway_PayPal_Express_AngellEYE/?pp_action=get_express_checkout_details&utm_nooverride=1&request_from=JSv4&token=EC-0TX45516100814515&PayerID=J2GG95PLX8JBW failed with 500 error. Correlation id: unknown\nD/</<@https://www.paypalobjects.com/api/checkout.min.js:1:810389\n", errtype: "[object Error]", timestamp: 1549883831707, windowID: "8a20f5fffa", pageID: "c857c00bad", prev_corr_ids: "", referer: "mysitedomain.it", host: "mysitedomain.it", path: "/prodotto/corso-di-cocktail/", env: "production", … } logger.js:63:12 Error: Request to post https:// mysitedomain.it/wc-api/WC_Gateway_PayPal_Express_AngellEYE/?pp_action=get_express_checkout_details&utm_nooverride=1&request_from=JSv4&token=EC-0TX45516100814515&PayerID=J2GG95PLX8JBW failed with 500 error. Correlation id: unknown
DEBUG LOG:
2019-02-11T11:24:47+00:00 CRITICAL Uncaught ArgumentCountError: Too few arguments to function learn_press_create_order(), 0 passed in /home/addskill/public_html/wp-content/themes/edufication/functions.php on line 546 and exactly 1 expected in /home/addskill/public_html/wp-content/plugins/learnpress/inc/order/lp-order-functions.php:47 Stack trace: #0 /home/addskill/public_html/wp-content/themes/edufication/functions.php(546): learn_press_create_order() #1 /home/addskill/public_html/wp-includes/class-wp-hook.php(286): custom_process_order_complete(9845) #2 /home/addskill/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #3 /home/addskill/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #4 /home/addskill/public_html/wp-content/plugins/woocommerce/includes/class-wc-order.php(121): do_action('woocommerce_pay...', 9845) #5 /home/addskill/public_html/wp-content/plugins/paypal-for-woocommerce/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-request-angelleye.php(412): WC_Order->pay in /home/addskill/public_html/wp-content/plugins/learnpress/inc/order/lp-order-functions.php alla riga 47
Forum: Plugins
In reply to: [WooCommerce] Translate “Customer matched zone”Hi @rynald0s I know how to translate plugins. I use Loco translate and I searched inside woocommerce-it_IT.po with this plugin but didn’t found the string. But if the plugin didn’t use a __() _e() function for translate a string I can’t translate that string!
The issue is that string is not localized correctly. I think you must fix the script to allow users to translate this, inside this file
woocommerce\includes\class-wc-shipping.php
Maybe I can make it by my own but I think other users can appreciate the plugin can be localized better. So if the plugin autor fix this I will not loose my changes.
In hope you will fix this in the next plugin version,
Best regards