WPXtension
Forum Replies Created
-
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] PVT and box office formHi,
I hope you are doing well today. Sorry for my late response. Do you want to display the box office for variation rows?
Hope to hear from you soon.
Best Regards
Forum: Plugins
In reply to: [Fast Cart for WooCommerce] no tax is visibleHi Gisela,
I hope that you are doing great. Apologies for the late response.
We do not have this option right now. We have started working to adopt this feature.
You will be able to show tax under total amount once we release the update. Hopefully, the update will be available within next week.
Have a great day. Thank you.
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Price not changingHi,
I hope that you are doing great. I am glad that the issue is resolved.
If you allow us, we would love to change the status of this ticket to resolved.
Is there anything else we can help you with?
Thank you
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Price not changingHi,
I hope you are doing well today.
Please remove all the snippets(variation price-related) you are using on your site to avoid any unexpected behavior.
Unfortunately, changing the variation price on the shop/archive page is not a feature of our plugin. Our plugin is intended to work on the single product page after the variation is changed. However, it will display the
From prefixon the shop/archive page.Here is our support link: https://wpxtension.com/support-ticket/
Best Regards
Hi,
Unfortunately, it is not intended for simple type products. This plugin will work for variable-type products.
You can display a variation table on a simple type product page using this shortcode
[pvtfw_table_display id="12"]but here the 12 is an ID of a variable type product. For the simple type product, it will not work.I hope this information will clear up your confusion.
Best Regards
Hi,
I hope you are doing well today.
Unfortunately, I am not clear about your requirement. Can you please explain a bit more? A visual example will be great to understand it clearly.
Best Regards
Hi,
You are using a shortcode so you can use the second snippet. You do not need to use the first snippet. Just add the following:
add_filter( 'pvtfw_row_cart_btn_is', function( $default, $product_id, $cart_url, $product_url, $variant_id, $text ){ return do_shortcode('[elementor-template id="3003"]') }, 10, 6);- This reply was modified 2 years, 4 months ago by WPXtension.
Hi,
I have successfully understood your goal. Unfortunately, the enquire form is not currently available in our plugin.
Are you using any plugin to achieve this: https://prnt.sc/R5GA_UxqaNue?
If so, do they provide any shortcodes? If they have a shortcode of the popup form, you can replace the add-to-cart button with that shortcode.
Here is a sample snippet, you can try it on your site. Then customize it as per your need:
add_filter( 'pvtfw_row_cart_btn_is', function( $default, $product_id, $cart_url, $product_url, $variant_id, $text ){ return "Do what you want here!"; }, 10, 6);Shortcode example:
add_filter( 'pvtfw_row_cart_btn_is', function( $default, $product_id, $cart_url, $product_url, $variant_id, $text ){ return do_shortcode('[A_SHORTCODE]'); }, 10, 6);I hope this will help.
Best Regards
Hi,
I hope you are doing well today. Which plugin you are using to get the pop-up? Do they have any shortcode to display the Ask for Price button and functionality?
Please contact the plugin/theme author regarding a shortcode of the Ask for Price button. If they have a shortcode and variation ID that can be passed, you can replace the Add to Cart button with Ask for Price.
Best Regards
Forum: Plugins
In reply to: [Social Share for WooCommerce] Tiktok SharingHi,
I hope you are doing well today.
Unfortunately, the thing is that YouTube, Vimeo, and TikTok do not really have a share like Facebook and Twitter/X do.
From our inspection, we don’t find any sharing mechanism yet. If you find a sharable URL by TikTok, you can share it with us. We will happily add it if you find a URL to share a web URL through the TikTok platform.
Best Regards
Hi,
I hope you are doing well today. Firstly, check whether you enabled this option or not: https://prnt.sc/hFwyGxMBmB6M
From my inspection, the notice does not appear on a small screen as well. Sometimes, the theme may change hooks
woocommerce_before_single_productand you know there are several number of themes in the market. So, we have to stick with WooCommerce standard hooks.Is the theme available in the WordPress theme repo? If not, is there any possible way to get the theme file? So that we can test it on our local environment?
Hope to hear from you soon.
Best Regards
Hi Demian,
I am sorry for my unclear message. If you check the plugin CSS folder (public > css> public.css) you will not find the CSS of the opacity.
But yes, we have added
fadeIn&fadeOutin the js file (public > js > public.js > line numbers 71 & 72).If you want to remove the animation (
fadeIn&fadeOut), unfortunately, there is no option to turn it off right now. But still, you can remove thefadeIn&fadeOutby editing the JS file (public > js > public.js > line numbers 71 & 72).Now, let me explain what I tried to say in my last reply. If you temporarily disable our plugin and hit a link with attributes, you will see a price like this: https://prnt.sc/S18gfcUxILs9
We use the same mechanism by replacing the main price range with the variation price.
If you are concerned about this delay, it is inherited from the WooCommerce default price change mechanism. Because, when you land on the single product page, WooCommerce fires the script and reads this
?attribute_pa_aantal=120-tablettenand get the variation price.I hope this explanation will help you to understand the whole mechanism.
Best Regards
Forum: Reviews
In reply to: [Social Share for WooCommerce] Old and Out of Date : ApologiesPlease rewrite the rating as well, because you can’t delete it. But, It will have a bad impact on other users. I hope you will understand.
Forum: Reviews
In reply to: [Social Share for WooCommerce] Old and Out of Date : ApologiesI think you mistakenly reviewed our plugin. We have no plugin on the WooCommerce platform. Can you please rewrite your review? Because you are not using our plugin.
I hope you will understand our situation.
Best Regards
Hi Demian,
I hope you are doing well today. You are landing on the product page with an attribute value. When you land on the page WooCommerce fires a script and an event fired to get the variation price. This is the default mechanism of WooCommerce. We just display it using the same.
Unfortunately, it is beyond our control. It is fully controlled by WooCommerce script. If you temporarily disable our plugin you will get the same behavior (for the variation price under the attribute dropdown).
We are sorry that we are unable to help you with this delay. I hope I have cleared up the mechanism.
Please let me know if you have any other questions.
Best Regards