• Resolved Demian

    (@demian85)


    Hi,

    We have suddenly a warning from Google Merchant for the way our pricing is displayed. For you and I as a person/user it’s clear that the given example page is showing a price of 24.95. But Google’s detector has apparently no patience and focuses on the “from” price of 16.95. Google tells me to remove the delay of this. It’s the world upside down.

    Anyway, any idea how I can influence this? I have now dozens of unapproved products.

    With thanks,
    Demian

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPXtension

    (@wpxteam)

    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

    Thread Starter Demian

    (@demian85)

    Hi,

    Thank you for your prompt reply.

    I am not sure if I agree with this, because when I deactivate the plugin, there is no function of showing the price of the selected variation. What I do see when I activate the variation price plugin is that there is a @key CSS for opacity that is counting from 0.0 to 1.0. See here my screenshot of devtools:

    https://snipboard.io/mJNsuE.jpg

    This is exactly the delay of a 0.5s where it is visible that is changes from the “from price” to the selected variation price. Please take a look at my site.

    • This reply was modified 11 months, 1 week ago by Demian.
    Plugin Author WPXtension

    (@wpxteam)

    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 & fadeOut in 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 the fadeIn & fadeOut by 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-tabletten and get the variation price.

    I hope this explanation will help you to understand the whole mechanism.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delay of Showing correct price’ is closed to new replies.