Saiful Islam
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Table for WooCommerce] Not responsiveThanks to all for comment.
Dear @abdulrehmanabid I am closing this ticket. I hope: you have got your solution. If you need any more help, Just knock us any time.
Thanks
Saiful Islam
CEO of CodeAstrologyForum: Plugins
In reply to: [Product Table for WooCommerce] Search in another language is not wokring@ihabkh We are looking forward to hearing your reply.
Forum: Plugins
In reply to: [Product Table for WooCommerce] Hidden out of stock productsDear @svenv
I hope, you have got your solution.
I am closing this thread, If you need any more help. Just inform us. I will look after your issue. Thanks
This issue has been solved in latest version.
Thanks
use following code:
add_filter('wcmmq_modulous_validation','__return_true');It’s not a Question actually. It’s direct solution of an issue by Plugin Author side.
ThanksHello @dibix I have fixed this issue.
see in GithubBy the way, You are strong welcome to contribute our plugin Github Repository.
We added our contributor list in our plugin. Check current change log, I added your name. to our change log.
Thanks
Saiful
Founder of CodeAstrologyForum: Plugins
In reply to: [Product Table for WooCommerce] Redirect checkout to other section or pluginYou are most welcome
Forum: Plugins
In reply to: [Product Table for WooCommerce] Redirect checkout to other section or pluginYes, Possible. Need some custom code. You have to use our filter hook.
See following file: https://github.com/codersaiful/woo-product-table/blob/master/includes/enqueue.php
There is a filter hook
wpto_localize_dataand by this hook, you able to change checkout URL to your desired link.https://wooproducttable.com/plugin-api/wpto_localize_data/
See there is an example also.You can use following code:
if( !function_exists( 'wpt_custom_change_redirect_link' ) ){ function wpt_custom_change_redirect_link( $WPT_DATA ) { $WPT_DATA['checkout_url'] = 'https://your-desired-link.com/here'; return $WPT_DATA; } } add_filter( 'wpto_localize_data', 'wpt_custom_change_redirect_link' );Add that code to your themes/functions.php file at the bottom, or you can use any code snippet plugin for that.
Looking forward to hearing your response.
Thanks,
SaifulForum: Reviews
In reply to: [Product Table for WooCommerce] Updated: Beware of buying this productYou told us, you founded a issue but I got that your table is working properly.
Link: https://reinholdt.cc/kontorforsyning/papirvarer/konvolutter/standard-konvolutter-peel-seal/konvolut-c5p-ps-u-rude-10/
I founded a table over there.
It’s working propertly.Looking forward to hearing your response.
thanksForum: Reviews
In reply to: [Product Table for WooCommerce] Updated: Beware of buying this productDear @bananajones, I am really sorry for that.
Refund is open for always for all and you. If not work with your site, You can take full refund.When you have contacted with us? Please provide Ticket link. Can you tell me, which issue still in your site. Because: A software can face any bug for any site. We always provide quick solution for all of our customer.
Please answer:
1. Who said, you unable to update? You can update plugin any time.
2. What was your issue?
3. What is your ticket link?
4. Why you didn’t send refund request? as it’s not working for your site. You can send refund request anytime.
5. What’s the issue with woodmart theme? Can you explain? I think, there is no issue(I didn’t found issue with woodmart), but If any issue found, we will solve it right now.
6. Is your issue regarding with our product table?N.B: I am strongly requesting to you that Please ans to me and I will look after your issue if you want. and we are agree to provide refund.
Looking forward to hearing your response.
Thanks
Saiful
Founder of CodeAstrologyWe got that working perfect.
ThanksWe are closing this topic, because we don’t founded any issues as well as not get any response from the user.
thanksThanks a lot sir for your nice comment.