Home / Forums / WoodMart support forum / After update double price
Home › Forums › WoodMart support forum › After update double price
After update double price
- This topic has 38 replies, 2 voices, and was last updated 3 months, 2 weeks ago by
Artem Temos.
-
AuthorPosts
-
March 3, 2026 at 12:22 pm #710643
MikeParticipantHi,
After update double price. Why?
March 3, 2026 at 12:28 pm #710645Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
March 5, 2026 at 5:07 pm #711107
MikeParticipantThe product page outputs duplicate price markup.
DOM structure:
2 × wd-single-price elements
and inside each element there are 2 × <p class=”price”>.Result: 4 price nodes in the DOM.
Example:
.wd-single-price
<p class=”price”>
<p class=”price”>.wd-single-price
<p class=”price”>
<p class=”price”>Selectors confirm it:
document.querySelectorAll(‘.wd-single-price’).length = 2
document.querySelectorAll(‘.price’).length = 4
document.querySelectorAll(‘.price bdi’).length = 4Expected WooCommerce behaviour is a single
.priceelement.March 5, 2026 at 5:11 pm #711109Hello,
Please keep all plugins temporarily turned off and send us your admin access. We will check what is wrong and provide you with a solution asap.
Kind Regards
March 5, 2026 at 5:22 pm #711116
MikeParticipantThe site is live, attention.
March 5, 2026 at 5:25 pm #711117Please keep all plugins temporarily turned off and switch to the parent theme in Appearance -> Themes.
March 5, 2026 at 6:10 pm #711125
MikeParticipantThis is not possible. Since we see the error.The site is live.
March 5, 2026 at 6:12 pm #711126In this case, you need to create a staging development copy of your website. There, you will be able to do such kind of experiments without any harm to your production website.
Kind Regards
March 5, 2026 at 6:27 pm #711127
MikeParticipantbefore the update it didn’t do this. Something has changed I think. Otherwise I have to go to a previous version. Can’t you just see from the code what is doing it?
March 5, 2026 at 6:28 pm #711128Hello,
It has no relation to the update since our theme doesn’t handle price display. It is related to the WooCommerce plugin.
We also can’t reproduce this issue on our end. So it means that most likely something is broken on your website or plugin conflict. That is why it needs to be properly checked without external plugins.Kind Regards
March 6, 2026 at 5:53 pm #711358
MikeParticipantsos look
March 6, 2026 at 5:55 pm #711361
MikeParticipantGive me the previous version that didn’t have the problem. version 2.7
March 6, 2026 at 6:05 pm #711369
MikeParticipantSOS. Give me the previous version.
March 6, 2026 at 6:35 pm #711376
MikeParticipantI have an update for you about the problem. It only happens with your theme. It’s not the fault of any plugin.
March 6, 2026 at 7:00 pm #711380
MikeParticipantbecause I don’t see anyone answering me, if anyone has a link to a previous version. it’s SOS. I’ve been saying this for days and I’m disappointed with the support.
March 9, 2026 at 9:33 am #711572Hello,
Could you please temporarily disable all plugins that are not related to our theme so we can check on your website? If it happens with WoodMart only, we will fix this on your website.
Restoring old version of the theme is not an option because you will have a lot of other bugs since old version of the theme is not compatible with the newest WordPress and WooCommerce.Kind Regards
March 9, 2026 at 6:24 pm #711752
MikeParticipantI can’t send a message.
March 9, 2026 at 6:50 pm #711765
MikeParticipantI have put the code you see so that the site works properly. 1. I want you to send me the previous version 8.3.
2. Why has this happened?
March 10, 2026 at 9:45 am #711824You don’t need to use any code for this and the previous version will not help. You need to identify the root of the problem first. We are going to help you with this process but it requires to check how it works without plugins and child theme first. Please let us know when you will be ready for this check so we can do this quickly.
March 10, 2026 at 7:15 pm #711970
MikeParticipantHello,
It works in this version 8.3.9. Tell me the day and time when the personal website will be put under maintenance. I’ll take out the code I put in so we can take a look.March 11, 2026 at 10:08 am #712021Hello,
I will be online for the next 6-7 hours and can do a quick check asap once you let me.
Kind Regards
March 11, 2026 at 2:00 pm #712076
MikeParticipanthello,
now please. if you can put it Enable maintenance mode.
March 11, 2026 at 2:04 pm #712078
MikeParticipantTell me when you log in so I can remove the code I entered.
March 11, 2026 at 2:19 pm #712086
MikeParticipantSince I won’t be available, please check the problem and let me know. The code I added is in Custom JS
Thank you
March 11, 2026 at 3:41 pm #712103Hello,
As I can see, all plugins are still turned on. Please disable all plugins that are not related to our theme and remove any custom codes you added temporarily. Let me know so I can do the check.
Kind Regards
March 11, 2026 at 4:24 pm #712118
MikeParticipantHi, as I mentioned earlier, you can go ahead and perform the tests on your side. I’ve already removed the code I had added, and the issue is still clearly visible.
March 11, 2026 at 4:30 pm #712121
MikeParticipantPlease look now
March 11, 2026 at 4:35 pm #712122
MikeParticipantAs I mentioned earlier, you can perform the tests on your side. I have already removed the custom code I added and the issue is still clearly visible.
Unfortunately, I cannot leave the site in this state with the issue present. Please check it as soon as possible so I can restore the site.
March 11, 2026 at 4:59 pm #712130Please disable all plugins that are not related to our theme yourself so we don’t break anything.
March 11, 2026 at 5:12 pm #712133
MikeParticipantWhich plugins do you mean exactly? The issue does not seem to be related to the plugins.
Could you please check it on your side?
-
AuthorPosts
The topic ‘After update double price’ is closed to new replies.
- You must be logged in to create new topics. Login / Register