Hannan
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Table for WooCommerce] Cart load for 4 to 5 secondsHello winner singh,
We got your ticket and we will give an update checking.
Reagrds,
Forum: Plugins
In reply to: [Product Table for WooCommerce] Cart load for 4 to 5 secondsHello winner Singh,
We watch your video and checked your site. when you are you try to add 5 to 6 items in the cart continuously, then 5 to 6 ajax requests are sent one by one. that’s why it looks like this. actually, it’s not a problem. If you want to add multiple products at our table then you can use those sections. ( https://prnt.sc/26rs6w1 ) ( https://prnt.sc/26rs7xv ). For your Floating cart update issue, we need to check your site. so you can create a ticket at our support.
Regards,
Forum: Plugins
In reply to: [Product Table for WooCommerce] Cart load for 4 to 5 secondsHello,
I have checked your site and the view cart button does not hide on your site. see this ( https://prnt.sc/26qflsw ) so check carefully, somehow your snippet dose work on your site. so check it again and let us know.
Regards,
Forum: Plugins
In reply to: [Product Table for WooCommerce] Design Templates not Responsive?Hello magicpiegod,
For your Separate question: Right now we have no feature to create like your example table. So You can not make a table like your given Example by using our plugin.
Second, Since you are our pro user then you can contact us on our support also.
Regards,
Forum: Plugins
In reply to: [Product Table for WooCommerce] Cart load for 4 to 5 secondsHello winner singh,
We have given you the following filter to reduce the loading time of your product.
add_filter( ‘wpto_add_to_cart_view’ , function(){
return false;
});Now we have visited your site and find that you are not using this filter anymore.
So please use it and let us know. Also, you can follow this doc( https://wooproducttable.com/hide-view-cart-next-to-add-to-cart-button/ ) for how to use this filter on your site.Regards,
Hello kon30fyllou,
It should not happen. Please check this, when you are adding the above code on your theme functions.php file then you need to deactivate this snippet( https://prnt.sc/23nxep2 ). otherwise, this code will not work.
Regards,
Forum: Plugins
In reply to: [Product Table for WooCommerce] error redirect checkoutHello,
It’s our pro feature so this is not worked on the free version. You need to the pro version for this.
Regards,
Forum: Plugins
In reply to: [Product Table for WooCommerce] Attribute Column not showing Value of ZeroHello,
ok, but You need to contact your using plugin support. then you will get your problem solution.
Regards,
Forum: Plugins
In reply to: [Product Table for WooCommerce] Attribute Column not showing Value of ZeroHello kris5axe,
Please check your table again because your given example table is not created by our plugin.
Regards,
Forum: Plugins
In reply to: [Product Table for WooCommerce] Incompatibility with Sidecart plugin?Hello kevstasy,
Give us your Side cart plugin link we will test this plugin with our plugin and let you know.
Regards,
Hello jo1234,
Our plugin display default Global value like this- ( https://prnt.sc/26bonu5) and in each product setting display like this-(https://prnt.sc/26boor8) and also display on shop like this – (https://prnt.sc/26booyy). so we are not facing look like your problem.
Regards,
Hello kon30fyllou,
Yes, You can add those codes without using the snippet plugin. For that, you will need to add those codes to your theme functions.php file. After adding this code to your theme functions.php file it will work fine.
Regards,
Hello vickyweb,
since you are our pro user so we will give you your problem solution from our support. that’s why now you need to create a ticket at: https://codeastrology.com/support/
Note: please give your table product link when you are creating a ticket on our support.
Regards,
Hello kon30fyllou,
To disable this message you can add the below code on the “Code Snippet” (https://ww.wp.xz.cn/plugins/code-snippets/) plugin on your site.
add_action( ‘wp_head’, function () { ?>
<script>jQuery(document).ready(function(){
jQuery(“a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart”).mouseover(function(){
jQuery(this).removeAttr(“title”);
});
});</script>
<?php } );If you have not installed it yet then please install it and add those codes like those screenshots:
Add new snippets (https://prnt.sc/23nxep2).
Add those codes (https://prnt.sc/23nxtqa).
Now save the change (https://prnt.sc/23ny102).Regards,
Hello rafaelmiura,
Maybe it is your theme CSS problem because it’s working in the Storefront theme properly.
By the way, If you are our pro user then you can contact us at: https://codeastrology.com/support/ and we will give a better solution on there.
Regards,