heena1
Forum Replies Created
-
And when after return to site screen while click on button of paypal ( When above message is display ) then order was cancelled automatically.
It is confuse me.I tested this in local and also live but same result.
Help me please.Set paypal pament system and after pay remaining amount it displayed “This invoice has already been paid. For more information, please contact the merchant.” error in paypal.
Hello,
I already set “Pending Payment” for order.
It’s a urgent to solve it. Please help me
Forum: Plugins
In reply to: [WooCommerce] How can i get featured products using rest api v3 ?wc-api not working so i used https://example.com/wp-json/v3/product/?consumer_key=123&consumer_secret=14589
and it working fine.
Thanks for support
Forum: Plugins
In reply to: [WooCommerce] How can i get featured products using rest api v3 ?i need API URL
like
https://example.com/wc-api/v3/product/?consumer_key=123&consumer_secret=14589I created “consumer_key” and “consumer_secret” but no idea to how set featured in URL for get only featured products
Forum: Plugins
In reply to: [Yoast SEO] How can i change SEO URL for wordpress pageCan i use canonical URL option for that ?
Forum: Plugins
In reply to: [Yoast SEO] How can i change SEO URL for wordpress pageI not need to change permalink of page.
Right now actual permalink is like
https://example.com/removalist-abbotsbury/I need to change link only for SEO purpose. Like display below link into google search.
https://example.com/suburb?name=abbotsburyAnd it will redirect to actual link (https://example.com/removalist-abbotsbury/).
Many Thanks,
It worked.- This reply was modified 4 years, 3 months ago by heena1.
add_filter(‘pll_get_post_types’, ‘add_cpt_to_pll_custom’, 10, 2);
function add_cpt_to_pll_custom($post_types, $hide) {
if ($hide)
unset($post_types[‘testimonial’]);
else
$post_types[‘testimonial’] = ‘testimonial’;
return $post_types;
}add_filter(‘pll_get_taxonomies’, ‘add_tax_to_pll’, 10, 2);
function add_tax_to_pll($taxonomies, $hide) {
if ($hide)
unset($taxonomies[‘easy-testimonial-category’]);
else
$taxonomies[‘easy-testimonial-category’] = ‘easy-testimonial-category’;
return $taxonomies;
}Hello,
Thank you but i solved it using below code.
jQuery(“input[name=’call_datetime’]”).datetimepicker({ value: new Date() });
Into “uploads/wc-logs” folder i checked order log and find like below in response array.
[2] => 20
[3] => An error occurred during processing. Please try again.I checked log file and i got that error number 20 into response