Hakik Zaman
Forum Replies Created
-
Hi @praful16
Thanks for reaching out to us. Unfortunately this feature is not currently available.
But it is a great idea. I will keep it as a feature request.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] PVT & YoothemeI see, there was a shortcode inside the classic editor.
I am very glad that you found a solution.
If you found our support and plugin helpful, my humble request to you to write your beautiful thought here-
https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
Your beautiful thought keeps us inspired.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] PVT & YoothemeThanks for reaching out to us. Really sorry for your inconvenience.
Please create a child theme or use Code Snippet plugin. Then put the below code to child theme’s functions.php or as a snippet inside snippet plugin.
function pvt_yootheme_builder_support(){ global $pvtfw_allocation; remove_action('template_redirect', array($pvtfw_allocation, 'pvtfw_variant_table_init'), 30); } add_action('init', 'pvt_yootheme_builder_support');After doing that, please let me know is it resolved your issue or not.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] A Few RequestsHi @slamcoast
Thanks for your interest. Unfortunately, ‘cart multiple variants with one click’ feature is not available right now 😟.
We are keeping it as a feature request (on top priority). We will work on it.
Again thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] A Few RequestsHi @slamcoast
Thanks for reaching out to us.
1. Is it possible to leave the original Woo Commerce option/variant selection and add to cart at the top of the page? I’d like this to be an additional/optional way for the end-user/consumer to add products to their cart.
Please create a child theme or use Code Snippet plugin. Put the below code to theme’s functions.php or as a snippet inside snippet plugin.
function pvt_support(){ global $pvtfw_table; remove_action('template_redirect', array( $pvtfw_table, 'remove_add_to_cart'), 29 ); } add_action('template_redirect', 'pvt_support');4. Can I use CSS to style the buttons? “View All” and “Add To Cart”
For available options button use this class
.available-options-btnand for add to cart button use this class.pvtfw_variant_table_cart_btn. You can style by your own from Appearance > Customize > Additional CSS by using the classes I mentioned.5. Would I need to use an FTP access to access the live files?
You can use File Manager plugin to access live files.
Rest of feature you requested are not available right now 😟. But we are trying to update our plugin everyday.
A great thanks for using our plugin. Your good thought always inspire us to do more for this community.
Thanks
Hi @chupachota
Glad to hear, your issue is resolved.
If you found my support helpful, my humble request to you to write your beautiful thought here-
https://wordpress.org/support/plugin/woo-variation-gallery/reviews/Thanks in advance for your beautiful thought.
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] PVT & DiviHi @sirgeordie
Thanks for reaching out to us. Please confirm you are using
PVT V1.3.9Please create a child theme or use Code Snippet plugin. Then put the below snippet inside your child theme’s funcitons.php or inside snippet plugin.
function pvt_divi_builder_support(){ global $pvtfw_table, $pvtfw_allocation; remove_action('template_redirect', array( $pvtfw_table, 'remove_add_to_cart'), 29 ); remove_action('template_redirect', array($pvtfw_allocation, 'pvtfw_variant_table_init'), 30); } add_action('init', 'pvt_divi_builder_support');I have created a screencast for you, to demonstrate the process. After adding the above snippet, I have placed shortcode
[pvtfw_table_display]in separate places. Please check the screencast hereHope to hear from you soon.
Thanks
Hi @tomigaya60
Really sorry to hear it is not working. Could you please share which version of Product Add-Ons by WooCommerce, you are using?
The latest version of Product Add-Ons by WooCommerce is 4.1.0.
I have installed the latest version Product Add-Ons by WooCommerce 4.1.0 with PVT v1.3.8. Then added the above snippet to my theme’s functions.php and it is working good from my side.
Here is a screencast, please check it.
Please let me know, if I missed anything.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] PVT & ElementorHi @gwertul
Great to know your first issue is resolved. Sorry for the inconvenience.
Please create a child theme first.
Note: If you are already using a child theme then you have no need to create a new one.Just paste the below code to your child theme’s functions.php and hit the button Update File.
function pvt_support(){ global $pvtfw_table; remove_action('template_redirect', array( $pvtfw_table, 'remove_add_to_cart'), 29 ); } add_action('template_redirect', 'pvt_support');If it resolves your second issue, hoping a fantastic thought from you here. Have a great day.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] PVT & ElementorHi @gwertul
Thanks for reaching to us. May be, you are using Elementor Sinlge Product Template not WooCommerce default Single Product template. This is a reason of not working.
So, please use our shortcode-
[pvtfw_table_display]and place it where you want to display the variation table.Want to know how to use shortcode in Elementor? Please check their official tutorial.
Please keep in mind shortcode will work on Single Product Template only.
If it works for you and found my support helpful, my humble request to you to write a beautiful thought here. It will inspire us to do more for this community.
Thanks
Hi @cpsharp
Thanks for your interest and really sorry for the inconvenience.
Please create a child theme and put the below code to your child theme’s functions.php file.function pvt_support(){ global $pvtfw_table; remove_action('template_redirect', array( $pvtfw_table, 'remove_add_to_cart'), 29 ); } add_action('template_redirect', 'pvt_support');I hope it will resolve your issue.
Thanks for using our plugin.
Hi @tomigaya60
Sorry for the inconvenience. Our plugin only remove variation add to cart button. But last time, I provided the php snippet to not remove variation add to cart button. Therefore, it should work without any conflict.
Could you please check it by deactivating PVT?
Do you have any staging site? So that I can check it for you (you can write me site details here- hakikzmn@gmail.com). You can also reproduce your issue using a tools like- https://useloom.com/
Looking forward to hearing from you soon.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Text Change on Mobile DevicesHi @anshab09
Thanks for your interest. Replied to the email and resolved the issue there.
Again thanks for your good thought.
Regards
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] TranslationHi @tomigaya60
Thanks for your interest. Unfortunately, I have no right to approve your translation.
Here is the screenshot and these moderators ( @momo360modena , @bastho , @ben-kenobi etc. ) have the right to approve French Translation in WordPress repository.
But I really appreciate, you are working on this. Thanks from my deepest heart.
Regards
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Getting Jquery errors