• Resolved vilacamoreira

    (@vilacamoreira)


    Progress bar working well on cart page. But free shipping is not showing on product page for products over 50€.

    I’m using a theme I purchased, it’s possible there is some incompatibility?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Devnet

    (@devnethr)

    Hello,

    It appears that the Free Shipping label is displaying correctly on all products priced above 50€, both on the listed products and their individual product pages. However, I noticed that there is one product where the label is not visible on the product page. Without additional information, it’s difficult to determine the root cause of this issue. Have you encountered this problem with any other products?

    I also noticed that the progress bar is not immediately visible on the cart page. To resolve this issue, you can adjust the woocommerce settings under shipping options. Here is a link that may be helpful. Additionally, make sure to set the initial shipping zone in the General Settings of our plugin.

    Finally, I discovered that the progress bar on your website is being affected by your theme or another plugin, which is altering its appearance. To remedy this, please add the following simple CSS snippet to your theme:

    .devnet_fsl-free-shipping .progress-bar {
        height: auto;
        margin: 1rem 0 !important;
    }

    Best regards.

    Thread Starter vilacamoreira

    (@vilacamoreira)

    Thanks for the message.

    Your recommendations were very useful!

    Plugin Author Devnet

    (@devnethr)

    I’m glad I was able to help. if you like the plugin, feel free to leave a?review???


    Best regards

    Hello,

    Can you please send us a simple CSS snippet that minimizes the product label font for free shipping? The font takes a lot of space.

    Thank you in advance!

    Plugin Author Marin Matosevic

    (@marinmatosevic)

    Sure, no problem, just please start a new thread, this one is closed.

    Also, send a link to the website so we can check.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Free shipping label not showing on product page’ is closed to new replies.