Hakik Zaman
Forum Replies Created
-
Hi @myrandaggmm
Thanks for reaching out to me.
I would still like the default product variation dropdowns to show in my theme and have this variation table on the product page. Is that possible?
Please put the below code to your child theme’s functions.php or you can use Code Snippet plugin to use the below code as snippet-
function pvt_support(){ global $pvtfw_table; remove_action('template_redirect', array( $pvtfw_table, 'remove_add_to_cart'), 29 ); } add_action('template_redirect', 'pvt_support');is it possible to have a dropdown feature of an attribute on the variation table itself.
Unfortunately, it is not possible right now 😥 . Basically the purpose of my plugin is cart a variation in one click rather select multi dropdown. So, the code base will not allow dropdown inside multi
foreachloop.But yes I will think about it. Please let me know if the above snippet works for you. 🙂
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Dynamic price in tableThanks for getting back to me.
Would it be possible to have the second attribute of a variation in a drop down?
Unfortunately it is not possible. Because, all the attributes are listed depending on multiple
foreachloop. So, it is not possible to print the second attribute inside a dropdown.I hope I could clear your confusion. 🙂
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Add to cart stuck loadingForum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Dynamic price in tableThanks for your patience. Please use the latest version v1.3.13.
Your requested feature added in this release.
If you found my plugin and support helpful, my humble request to you to write a beautiful thought here.
It will inspire me a lot.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Yith Quick view with PVTHi @feerlaas
Very glad to know it helps you. 🙂
If you found my plugin and support helpful, my humble request to you to write your beautiful thought here- https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
It will inspire me a lot.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Yith Quick view with PVTHi @feerlaas
Thanks for getting back to me. Really glad to know you found a solution yourself.
To get the Add To Cart button please go to
product-variation-table-for-woocommerce > inc > templates > content-tbody.php
then you will get$btn_formatjust removesingle_add_to_cart_buttoncss class.I hope it will help you to display the add to cart button.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Yith Quick view with PVTHi @feerlaas
Thanks for reaching out to me. I am sorry for your inconvenience.
The shortcode can be applied on only single product/product description page. It will not work in shop/archive page.
I will try to reproduce this issue on my local setup. If I find a solution, I will let you know.
Again thanks for using this plugin.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Add to cart stuck loadingThanks for getting back to me again. I have tried to access your product page. Unfortunately, I couldn’t access your product page.
I have already registered myself to check it. But it is saying it needs an approval.
Could your please check this issue?
Hope to hear from you soon.
Thanks
If you found my plugin helpful. My humble request to you to write your beautiful thought here.
It will inspire me a lot.
Thanks
Could you please check your email?
I have been waiting for your response because your site is in under construction.Thanks
Thanks for reaching out to me. Thanks for using my plugin.
Unfortunately, this feature is not currently available. Basically, with default WooCommerce there is only one price (for all user).
Your request is very clear you want to show price based on user role. In that case, you need to customize the code.
To customize the code you have to add some logic inside the following files-
product-variant-table-for-woocommerce > inc > class_pvtfw_common.phpand
product-variant-table-for-woocommerce > templates > content-thead.php, content-tbody.phpHopefully, it will help.
Thanks
Thanks for reaching out to me. I am very sorry for your inconvenience.
Are you using Elementor Theme Builder to display product page?
If it works with desktop version it should work with mobile version too. Could you please provide me a direct link to your product page?
Please also let me know is it happens with only iPhone or any small screen. I have already tested it with latest OceanWP theme and Elementor (Free), but couldn’t reproduce the issue.
Hope to hear from you soon.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Dynamic price in tableThanks for getting back to me.
Yes this is exactly what I need.
I am working on this feature. I need some more time. Please be patient with me.
Also, I just realized that the table disappear on mobile
Could you please give me a direct link to check?
Did you enable this option?
Hope to hear from you soon.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Quick order does’t workHi @yliadr
Thanks for reaching out to us. Basically, we developed the cart system as the basic WooCommece do. When you click on cart button the product will be carted then you can checkout that product variant.
So, you want to direct checkout after clicking on the cart button?
Thanks