WPXtension
Forum Replies Created
-
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Direct CheckoutI hope you are doing well today.
Please insert the following code using the Code Snippets plugin or add the snippet inside your child theme’s functions.php file:
add_filter('pvtfw_cart_redirect_url', function($url){ if( is_product() ){ $url = site_url('/checkout'); return $url; } }, 10);If you didn’t enable the Redirect to the cart page after successful addition from WooCommerce > Settings > Products > General > Add to cart behaviour then try the following snippet:
add_filter( 'pvtfw_added_cart_filter', function($script){ $cart_url = site_url('/checkout'); $script2 = sprintf('window.location.href = "%s"; return;', $cart_url); return $script2; }, 10, 1);Please let me know your feedback if it was helpful. Hope to hear from you soon.
Best Regards
I am very much glad that it resolved your issue.
If you found my support helpful, please share your experience with Variation Price Display Range for WooCommerce here: https://wordpress.org/support/plugin/variation-price-display/reviews/
It will inspire us a lot.
Best Regards
Thanks, now it will help me to identify it properly. Add this price wrapper
.product.product-type-variable .bundled_product .price, .custom_bundle_product .pricehere: https://prnt.sc/pKvuh1Zkn0TIThen check whether the custom bundle product prices are changing or not.
Hope to hear from you soon.
Best Regards
Sorry for the unclear instructions. Please check this screenshot for a better understanding: https://prnt.sc/hfgUxoIUeO9i
Hope to hear from you soon.
Best Regards
For a test, keep blank the Product Wrapper (remove the product wrapper) and keep the price class as it is. Then check the output.
It would great if we can test it for you. BTW, you can also get help through our site.
Thanks
Can you please give me a screenshot of the plugin settings (Especially Product Wrapper Class and Remove Price Class)?
Hope to hear from you soon.
Regards
I am very much glad that it resolved your issue.
If you found my support helpful, please leave your beautiful words here: https://wordpress.org/support/plugin/variation-price-display/reviews/
It will inspire us a lot.
Best Regards
Thanks for sharing the URL. Please try this
.upsells-carousel .product.product-type-variable .pricehere: https://prnt.sc/pKvuh1Zkn0TIPlease keep the first wrapper as I gave in my last reply then try this price class
.product.product-type-variable .bundled_product .pricehere: https://prnt.sc/pKvuh1Zkn0TIHope to hear from you soon.
Best Regards
I hope you are doing well today. Could you please try this product wrapper:
.product.product-type-variable .variations_formhere https://prnt.sc/qw0o7IaiPs5lThen check whether it resolves your issue or not. It would help me to check if the plugin was installed & activated.
Hope to hear from you soon.
Best Regards
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Extra product option FieldI hope you are doing well today.
Unfortunately, there is no workaround as you described. But it is a great idea. I will share this with our development team.
By the way, support of commercial products is not permitted in the forums. This also include even it is a pre-sale question. Please contact directly at https://wpxtension.com/
That’s great. If you found our support and plugin helpful, please leave some good words for us here: https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
It will inspire us to make some more free stuff.
Thanks
It depends on how you configured the plugin. As per your details, you have enabled this option: https://prnt.sc/D0wm-qT35hlv
For this setting you should enable this option as well: https://prnt.sc/KnUlq-OW4BIb
Then you can add a minimum width in
pxhere: https://prnt.sc/rjr99Dwmu71g to get a horizontal scrollbar. Or, you can also leave this field as default.You can also display a mobile version table by disabling this: https://prnt.sc/9lgFoLDhGzfb
So choice is yours, how you want them on the frontend.
Glad to know it helped. We are very excited and honored when you use our plugin on your site.
If you found our plugin and support helpful, can you please leave the last beautiful reply here: https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
It will inspire us a lot.Thanks
Please check you have copied the whole snippet properly or not.
I have tested twice and everything works as expected from my side.
Did you follow the link from your email? If so, please replace the code with this.
Hope to hear from you soon.