lmn40227
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Amazon Pay] Fatal error cause when input the API settingthe problem is wc_apa()->get_gateway()->update_option() function unable to use.
since this function is only update amazon_keys_setup_and_validated information.
I hide line 84 and 89
wc_apa()->get_gateway()->update_option( ‘amazon_keys_setup_and_validated’, 1 );
wc_apa()->get_gateway()->update_option( ‘amazon_keys_setup_and_validated’, 0 );
after that, I’m able to update the amazon setting.
Forum: Plugins
In reply to: [WooCommerce Amazon Pay] Fatal error cause when input the API settingHi Christian,
I Disabled all plugins and using the default theme, still showing the same issue.
Thanks
CoryNeed one more plugin to make this plugin works.
Action Scheduler
Forum: Plugins
In reply to: [WooCommerce Amazon Pay] Fatal error cause when input the API settingand it’s the same error.
Forum: Plugins
In reply to: [WooCommerce Amazon Pay] Fatal error cause when input the API settingHi Sol,
I download the latest version, upload and install.
same issue still occur.
thanks
coryHi,
My website is a seat covers website.
Try to let the customer to input the car model of them.
is there any way to make that happen?thanks
corySame issue hapeens here.
https://www.fhgroupauto.com/tips-on-how-to-keep-your-car-tidy/and my chrome is lasted version.
Forum: Plugins
In reply to: [Advanced Woo Search] AJAX search result is different with search result pageit could also base on url
Forum: Plugins
In reply to: [Advanced Woo Search] AJAX search result is different with search result pageyes.
base on the session , is that possible?
Forum: Plugins
In reply to: [Giftable for WooCommerce] Is all free products won’t show in PayPal items?very helpful
Forum: Plugins
In reply to: [Giftable for WooCommerce] When changed cart’s quantity, plugin have issue.wooajaxcart.js
updateButton = $(“button[name=’update_cart’],input[name=’update_cart’]”);
updateButton.removeAttr(‘disabled’)
.click()
.val( wooajaxcart_localization.updating_text )
.prop(‘disabled’, true);manually add id for update button, change
updateButton = $(“button[name=’update_cart’],input[name=’update_cart’]”);
to
updateButton = $(“#yourid’]”);can fix this.
Forum: Plugins
In reply to: [Giftable for WooCommerce] When changed cart’s quantity, plugin have issue.OK THX.
WooCommerce AJAX Cart will conflict with your plugin.
I will check if possible make them work together. once I find out the solution, I will post here, so next person won’t have this issue when use your plugin and Woocommerce AJAX cart together.Forum: Plugins
In reply to: [Giftable for WooCommerce] When changed cart’s quantity, plugin have issue.If you have premium plugin, I will definitely buy it.
Thanks for suggesting, but it doesn’t work, I turned off 3 level of cache of SG cache. still have the issue.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Edit gift category takes for really long timethanks
Forum: Plugins
In reply to: [Giftable for WooCommerce] Edit gift category takes for really long timethx