Hakik Zaman
Forum Replies Created
-
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] PVT and WPMLThanks for reaching out to me. I am sorry for your inconvenience.
obviously for convenience with the Italian I put in the plugin section โCart Button Textโ the word โBuyโ
Changing that field from the plugin setting makes it a dynamic string. As far I know, you can translate hard string(/translatable string) but not the dynamic string.
For this case, one solution is editing the POT file and translate “Buy” text manually. You can get a detailed demonstration here.
In the coming version, I will try to give a
filter hookto push a hard string(/translatable string) for the cart button.I hope it will help!
Thanks
Thanks for reaching out to me.
You can use the Loco Translate plugin to translate the text “From”.
Not only “From” other strings like “Up To” can be translated by using the Loco Translate plugin.
I hope it will help.
Thanks
Hi @earth_human
Thanks for reaching out to me. The title of this support thread made me upset.
But your updated reply makes me happy! ๐
It’s really great to hear, it is working fine from your side.
So, I am updating this thread as resolved.
If you found this plugin helpful, my humble request to you to write your good words here.
It will inspire me a lot.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] PricesHi @zielonek252
Unfortunately, right now there is neither an option nor a filter hook to add another column.
This part is the most critical part of the plugin. Column arrangement, you already know columns can be reordered to change column positions. ๐
But I kept a filter hook to display the add to cart button. You can try the filter hook-
pvtfw_row_cart_btn_isto push your shortcode with add to cart button. Here is an example-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 );Hope it will help.
Thanks
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] PricesHi @zielonek252
Thanks for reaching out to me. Could you please explain a bit more?
I am sorry I didn’t understand your query. You can use Lightshot or loom video.
Hope to hear from you soon!
Thanks
Thank you very much ๐
Thanks a lot for your beautiful words! ๐
Thanks again for your confirmation. If you found my support helpful, my humble request to you to write your beautiful thought here.
It will inspire me a lot.
Thanks
Thanks for your patience. I have released PVT v1.3.14
Could you please update, check and let me know if everything is working well from your side or not?
Hope to hear from you soon!
Really sorry for your inconvenience.
Is there a way that I can stop the plugin from adding the automatic table in and only display the short code table?
Please check my reply here (just ignore the PVT version number)
Also when you click add to cart it doesnโt show the โproduct addedโ notification at the top.
Yes, I know ๐. Divi builder changed the default WooCommerce hook. Basically, the maximum theme doesn’t change it. But Divi changed it for Divi builder (for giving extra control on WooCommerce Notice).
Hope to hear from you soon!
Thanks
Thanks for clarifying the issue. I just totally missed it. Yes, I agree with you. It is a bug and it shouldn’t display if the variation is not enabled.
I am going to release a new version. I have already fixed it just need to test it. I will get back to you once I release the latest version.
Thanks again for reporting this issue.
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Hide column through CSSHi @vramba
It’s been a while I didn’t hear from you. That’s why I have visited your site link.
I found you disabled this option.
Now you broke down the table row and variations fit on the mobile screen.
So, I am changing the status of the topic as resolved. Please open a new topic if you need any further help from me.
If you found my support helpful you can share a beautiful thought here. It will inspire me a lot.
Have a great day!
Thanks
Thanks for reaching out to me and using my plugin.
Are you using Divi builder to create your template?
If yes, are you using shortcode to display the variation table (PVT)?
1. Sorting a column duplicates the lines instead of sorting them
Unfortunately, I didn’t find the issue in the above link. Please check this screenshot.
Hope to hear from you soon!
Thanks
Thanks for reaching out to me. Unfortunately, this plugin has no feature like check or uncheck to activate the specific variation/variant.
Could you please recheck which plugin you are using?
Hope to hear from you soon!
Thanks
Forum: Reviews
In reply to: [PVT - Product Variation Table for WooCommerce] A great pluginHi @jamilrg
Thanks for using my plugin. Basically, I thought no one will translate
SKU๐That’s why I didn’t add that. But thanks for the suggestion, I will definitely add this in the coming version.
Regards