Hakik Zaman
Forum Replies Created
-
Hi @lukehawkins
Thanks for reaching out to me.
Could you please confirm again plugin is activated or not?
I have tested it with WooCommerce 6.2.0 and Variation Product Price Display 1.0.2.
Everything is working fine from my side. You can also try to click this or get plugin settings from here.
Hope to hear from you soon!
Thanks
Hi @ilfuso
Thanks for reaching out to me. Unfortunately, right now it is not possible from plugin settings.
Please try to place the below code block inside your child theme’s
functions.phpor as a snippet inside the Code Snippets plugin–function pvt_auto_sort_support(){ if( is_product() ): ?> <script type="text/javascript"> jQuery(document).ready(function( $ ){ // Your code in here $("th.price_html").click(); }); </script> <?php endif; } add_action('wp_footer', 'pvt_auto_sort_support', 99);Hopefully, it will help.
Thanks
Hi @thinkrameez
Thanks for reaching out to me. Unfortunately, this feature is not currently available.
We are working on the advanced features (for the advanced version) of this plugin and your requested feature is on our list.
Please keep your eyes on our plugin page.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Breaking Elementor BuilderHi @coadr93
Thanks for reporting me to identify the error.
Yes, sure. Please let me know what happened after migrating your site to the domain.
I will wait for your next response.
Thank You
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Breaking Elementor BuilderHi @coadr93
Thanks for getting back to me and helping me to identify the error.
Yes, I have tested it with the Hello Elementor theme.
Unfortunately, still couldn’t reproduce the issue from my end. 🙁
Please check this screencast.
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Breaking Elementor BuilderHi @coadr93
Thanks for sharing the steps to reproduce the issue.
Unfortunately, still I couldn’t reproduce it from my end. ☹
Please check this screencast and let me know your thoughts.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Breaking Elementor BuilderHi @coadr93
Just want to give you an update. I have tested it on my local machine. Unfortunately, I couldn’t reproduce it in my local environment.
Could you please check once again your display condition? Is it Single Product or anything else?
Note: PVT shortcode will work on a single product page.
I will test it on the live site and will get back to you.
Thanks in advance for your patience.
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Breaking Elementor BuilderHi @coadr93
Thanks for reaching out to me. I am very sorry for your inconvenience.
Please give me some time to reproduce the issue from my end.
I will get back to you soon.
Thank You
Hi @schawki
Thanks for sharing the documentation with me. Please give me some time to check.
Could you please try the below code?
function pvt_support_cart_filter( $string ){ // Example shortcode $var = do_shortcode('[yith_ywraq_button_quote]'); return sprintf("%s<div class='shortcode'>%s</div>", $string, $var); //$string is button content } add_filter( 'pvtfw_row_cart_btn_is', 'pvt_support_cart_filter', 10, 1 );Please let me know after using the above code.
Note: Paste the above code to your current theme’s functions.php
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] PricesHi @zielonek252
It’s been a while I didn’t get any response from your side.
So, I am changing the status to “resolved”
If you have any further queries, please don’t hesitate to open a new thread.
Thank You
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Adding various featuresHi @kyleb08
I am really sorry for my late response. I was on my official tour and totally disconnected from the internet.
Can you pass variation id (as parameter) using
[wc_wishlists_button /]shortcode? For example-[wc_wishlists_button variation_id="%variation_id%"][wc_wishlists_button /]Hope to hear from you soon!
Hi @schawki
Thanks for reaching out to me. I am really sorry for your inconvenience.
To be honest, the part of the table displaying is the complex part of this plugin. You already know, columns are draggable. Indeed, your idea is great. I will try to add an option to add a column if I find a way to implement it.
Hopefully, you will understand my limitations ☹.
Is “YITH request a quote plugin” has any shortcode facility? For example:
[shortcode variation_id = "%variation_id%"]or[shortcode product_id = "%product_id%"]Please let me know, I will wait for your next response.
Hope to hear from you soon!
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Adding various featuresHi @kyleb08
Unfortunately, I didn’t use
<form>in the variation table. Each button contains variation id and product id and full event processed by ajax call.Could you please share the parameters of your shortcode? I mean, how your shortcode looks like. For example-
[wishlist id="%variation_id%"]or[wishlist id="%product_id%"]when I attempt to save the page ‘Server 500 error’
Could you please record for me the whole scenario (including- how you pasted the code)? It will help quickly figure out the issue.
You can also comment the
line number 94inside the product-variant-table-for-woocommerce > product-variant-table-for-woocommerce.phpas the product variation table is not mobile responsive.
Please make sure you have disabled this option.
Hope to hear from you soon!
Thank You
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Adding various featuresHi @kyleb08
Thanks for reaching out to me. Let me explain one by one-
1 – If using WooCommerce Wishlists, how can I add the shortcode for this into the add to cart form so that it shows for each variation?
Unfortunately, this feature is not available. But in the next release, I will try to add this. Right now, you can add an extra button beside the cart button. Here is an example code-
function pvt_support_cart_filter( $string ){ // Example shortcode $var = do_shortcode('[caption]My Caption[/caption]'); return sprintf("%s<div class='shortcode'>%s</div>", $string, $var); //$string is button content } add_filter( 'pvtfw_row_cart_btn_is', 'pvt_support_cart_filter', 10, 1 );I will update the filter hook so that you can set your wishlist by using variation id.
2 – When this plugin is enabled on my site, I am getting a server 500 error when trying to update my single product page using elementor.
Are you using PVT shortcode in elementor builder? If yes, could you please give me a screenshot? Or, you can reproduce the issue by using Loom
3 – for mobile devices is it possible to hide certain columns so the user doesn’t have to scroll to the add to cart option?
I am really sorry. This feature is not available right now. But it is a great idea. I will keep it on my to-do list.
Thank You
It’s been a while I didn’t hear from you. So, I am changing its status as resolved.
If you have any further query you can open a new topic.
Thanks.