Pityvert
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Fly Cart for WooCommerce] Fly cart quantity not updating*** found the answer ***
needed to remove this line of code: $args[‘input_value’] = 2; // Starting value
sorry for taking up your time.Forum: Plugins
In reply to: [WPC Fly Cart for WooCommerce] Fly cart quantity not updatingHi thank you for your quick answer.
the error still seem to be there.it seems that the following code is causing the issue:
add_filter( 'woocommerce_quantity_input_args', 'custom_quantity_input_args', 10, 2 ); function custom_quantity_input_args( $args, $product ){ if ( has_term( array('Menu'), 'product_cat', $product->get_id() ) ) { if( ! is_cart() ) { $args['input_value'] = 2; // Starting value } $args['min_value'] = 2; // Minimum value $args['max_value'] = 10; // Maximum value $args['step'] = 2; // Quantity steps } return $args; } // For Ajax add to cart button (define the min value) add_filter( 'woocommerce_loop_add_to_cart_args', 'custom_loop_add_to_cart_quantity_arg', 10, 2 ); function custom_loop_add_to_cart_quantity_arg( $args, $product ) { if ( has_term( array('Menu'), 'product_cat', $product->get_id() ) ) { $args['quantity'] = 2; // Min value } return $args; } // For product variations (define the min value) add_filter( 'woocommerce_available_variation', 'custom_available_variation_min_qty', 10, 2); function custom_available_variation_min_qty( $data, $product, $variation ) { if ( has_term( array('Menu'), 'product_cat', $product->get_id() ) ) { $args['min_qty'] = 2; // Min value } return $data; }
Can you see what would be the conflict?
Forum: Plugins
In reply to: [WooCommerce] Change default weight unit to microgramHi, what would be the code for variations? I have applied it the way you said but it hasn’t affected the variations
Hi, just a quick update on this issue.
After speaking to PayPal. They said that Guest Check out for UK based Paypal Accounts should only be available in the UK. To be able to get it worldwide you need to use PayPal Pro.Sorry I wasn’t clear, the Nigeria issue is truly gone. no problem with this at all.
I have 100% saved since contacted you.Looking again through the thread. To remove the Nigeria issue we removed a line, could this be the issue?
Ok, I am not sure what my next step could be.
Do you have a website that uses Guest Checkout so I can check it from france to see if it is my website or just that guest checkout is not working in france anymore?I mean, when I change the settings, can it take something like a day to register the changes or should they be instantaneous?
ok, I will check if this is the case on a different devise in France. Is it possible that it would take some time to activate properly?
Yes both are enabled.
Yes, Billing is on and Locale Code is disabled.
It is just very strange.
Here are all the ticked options:
Error Email Notifications
Cart Page
PayPal Account Optional
Send line item details to PayPalThank you for your reply.
Is it possible that I ticked something that disable the system?
I have done the setup the way I thought would work for me then save as you said but still no luck.
I understand about not everyone being able to access guest checkout, but this morning I could but now it doesn’t.Hi @angeleye,
I have been using your plugin on a couple of websites for a few months now, and the plugin is simply great!
I have faced some issues, such as the nigerian one, and your fixes have been great. I am now facing another issue with Paypal ‘Check out as a guest’. When purchases are from the UK then there is no issues whatsoever, however when orders come from france then customers do not have the option to check out as a guest but have to create an account.
The issue seems to have happen with the last updates.
I hope you can help. I am happy to give you more details if necessary.
Thank youForum: Themes and Templates
In reply to: [Bearded] problem slider image sizeDid you upload the image into ‘featured image’?
It needs to be into background imageForum: Themes and Templates
In reply to: [Bearded] problem slider image sizeI think the issue is with the ratio of your picture: I use 1160×480