WPXtension
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Cart for WooCommerce] Unable to combine with quick view proHi,
I hope you are doing well today.
Unfortunately, you are not using our plugin Fast Cart for WooCommerce (by WPXtension). Please contact the corresponding author regarding your issue.
Best Regards
Forum: Plugins
In reply to: [Fast Cart for WooCommerce] Do not calculate shippingHi,
I hope you are doing well today.
Did you try our plugin on your site? We don’t have the feature of shipping calculation. Is it displaying the shipping calculation on your site? If so, can you please give us a link from your site to check?
Hope to hear from you soon.
Best Regards
Hi @cacu
Glad to know it helped.
If you found our plugin & support helpful, please share your love here- https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
It will inspire us a lot.
Best Regards
Hi,
I hope you are doing well today. We have tested our plugin using PHP 8.1.23. Fortunately, we couldn’t find any issues with the PHP 8(or above) version.
The error seems like from another plugin. A note, if you have an error in the browser console, then other plugin’s scripts may not work properly. I have tried to visit your site, but, it doesn’t respond- https://prnt.sc/0d8d54NAmKPy
The plugin link you have shared seems like not available in the WordPress Org repository. So, we were unable to test it further.
Best Regards
Hi @cacu
You can try the following snippet inside your current theme’s functions.php file-
add_filter( 'pvtfw_qtyargs_min_value', function( $qty, $single_variation ){
$qty = 3; // Set your desired quantity value here
return $qty;
}, 10, 2 );Or, you can use a plugin called Code Snippets to add the above code.
Note: It is recommended to apply the snippet using the Code Snippets plugin or inside your child theme’s functions.php file. Otherwise, any data loss can be happened after updating the theme, if you add it inside your parent theme’s functions.php file.
Best Regards
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] custom field in tableHi,
I hope you are doing well today. Unfortunately, adding an extra column feature is not available in this standard/free version.
You can add your custom field with the add to cart button. Here is a sample code to understand how it works-
add_filter( 'pvtfw_row_cart_btn_is', function( $btn, $product_id, $cart_url, $product_url, $variant_id, $text ){ return $btn . get_post_meta( $variant_id, 'qty_in_package', true ); }, 10, 6 );You can use it as per your need.
Best Regards
- This reply was modified 1 year, 11 months ago by WPXtension.
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] no se visualiza la tablaHi,
I hope you are doing well today. Are you using any page builder plugin to design your single product page? If so, which page builder you are using? Can you please share a product page link to check it?
Hope to hear from you soon.
Best Regards
Hi,
I hope you are doing well today.
Since it’s been a while since we last heard back from you, I’m going to mark this topic resolved.
Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.
Best Regards
Hi,
I hope you are doing well today.
Please try this snippet using the Code Snippets plugin.
You can also add the snippet inside the current child theme’s functions.php file. To avoid any data loss, a child theme is recommended to add additional code.
Best Regards
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Remove “From” TextHi,
Yes, you are right and it is very normal. Glad to know you found it.
If you found our plugin helpful, would you mind sharing some love for us here- https://wordpress.org/support/plugin/variation-price-display/reviews/ Your inspiration is powerful motivation for us.
Best Regards
Hi,
I hope you are doing well today. Do you want to change the minimum quantity value to 5 for each variation?
Hope to hear from you soon.
Best Regards
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Remove “From” TextHi,
I hope you are doing well today. Please disable this option like this screenshot- https://prnt.sc/ETlbNMSVXWuY
I hope it will help you to achieve your goal. Hope to hear from you soon.
Best Regards
Hi,
As per this support forum rule, we can only provide support for the free version. We can’t provide any support for our commercial product, even any pre-sale-related discussion is not allowed here. Please check this forum guideline. If you have any questions related to the commercial product, please knock us directly here: https://wpxtension.com/support-ticket/
I hope you will understand.
Best Regards
Hi,
I hope you are doing well today. Unfortunately, the requested feature is not available in this standard/free version.
But you can try this option: https://paste.pics/QJQ5H
It will display the sub total of each variation after the add to cart button.
Hope to hear from you soon.
Best Regards
Hi,
Thank you so much for understanding this situation. The layout is different when it displays the variation as a table grid. So, it is difficult to keep the same event behavior for the variation table.
You can use a Variation Swatches plugin if you want to change the price based on variation selection.
Thanks again for revising the feedback and understanding the situation.
Have a great day!
Best Regards