Home › Forums › WoodMart support forum › Change “SKU” Line location
Change “SKU” Line location
- This topic has 20 replies, 2 voices, and was last updated 1 year, 4 months ago by Artem Temos.
-
AuthorPosts
-
June 29, 2023 at 6:03 pm #478299
raz.soferParticipantHi!
We have had a lot of customers complaining about our new website with this feature missing.
A lot of the customers say it is not clear when the SKU (which we use as “Model”) is on the bottom, and asked us to move it to the top and make it clickable.
How can I do so? I have attached an example.Also, some users complained about display issues, I attached as well.
June 30, 2023 at 9:18 am #478405
Artem TemosKeymasterHi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
June 30, 2023 at 4:18 pm #478530
raz.soferParticipantHello Artem. Thank you very much for your response.
This happens only in product categories, for specific customers, I could not reproduce either.
What about the SKU change?June 30, 2023 at 4:39 pm #478545
Artem TemosKeymasterSorry, we need your website link in order to see this and try to help you. Thank you in advance.
June 30, 2023 at 11:53 pm #478612
raz.soferParticipantHi, sorry for the misconception. By specific customers I do not mean individuals but rather “random” customers which will get this issue while others don’t.
July 1, 2023 at 4:25 pm #478652
raz.soferParticipantHi Artem
Website link is in private info boxJuly 3, 2023 at 12:36 pm #478834
Artem TemosKeymasterHello,
To move the SKU you need to copy the file
wp-content/themes/woodmart/woocommerce/content-product-fw-button.php
to your child themewoodmart-child/woocommerce/
folder and move the following line<?php woodmart_product_sku(); ?>
after line #7 as shown on the screenshot https://prnt.sc/qZAWh5Hsz2EH
Also, add the following code to the Custom CSS area in Theme Settings
.wd-product-sku { z-index: 10; }
Kind Regards
- This reply was modified 1 year, 4 months ago by Artem Temos.
July 3, 2023 at 12:41 pm #478836
raz.soferParticipantThank you very much! I will try and keep you posted.
What about the other issue with the website display? what can we do?July 3, 2023 at 2:09 pm #478862
Artem TemosKeymasterCould you please send us a direct link to the page where we can see this problem on your website now?
July 3, 2023 at 2:11 pm #478865
raz.soferParticipantIt personally happened to me on this page that is attached, randomly.
Also, how can I make the SKU with a link to the product page?
I have tried with not much successJuly 3, 2023 at 4:47 pm #478928
Artem TemosKeymasterCopy the PHP function
woodmart_product_sku
from theinc/integrations/woocommerce/templates-tags.php
file to the functions.php file in your child theme and then customize it to your needs.We visited a few pages but were not able to reproduce the issue mentioned.
July 4, 2023 at 9:46 am #479006
raz.soferParticipantThank you Artem.
I am unable to reproduce it either, the hosting is “blaming” the theme to have missing css files.
Console shows the following errors:
https://prnt.sc/TcEWbvdUJxy4
https://prnt.sc/n5V2At0fIV3DJuly 4, 2023 at 2:50 pm #479094
Artem TemosKeymasterPlease, send us a link to the page where we can see these errors in the console. Thank you
July 5, 2023 at 4:36 pm #479399
raz.soferParticipantAttached
July 6, 2023 at 9:36 am #479561
Artem TemosKeymasterHello,
You can fix it by applying patch #
479557
. To do this, go to Dashboard -> WoodMart -> Patcher, find the corresponding patch and click on the “Apply” button. Let us know if it works for you.Kind Regards
July 10, 2023 at 9:32 am #480347
raz.soferParticipantHello Artem
After checking for a few days unfortunately the issue does not seem to been solved
Screenshot attached.Attachments:
You must be logged in to view attached files.July 11, 2023 at 9:33 am #480573
Artem TemosKeymasterHello,
Currently, we don’t see this issue on your website. But usually, it happens because of cache plugins or CDN. Please, disable these plugins temporarily and test how it works.
Kind Regards
July 11, 2023 at 10:44 am #480596
raz.soferParticipantThank you Artem.
This is indeed from the 10web booster
Which files should I exclude for it for this to not happen again?
I can exclude CSS and JSJuly 11, 2023 at 10:50 am #480599
Artem TemosKeymasterHello,
You need to consult with the plugin developer for this matter. Usually, cache and optimization plugins shouldn’t cause such problems.
Kind Regards
July 11, 2023 at 11:23 am #480617
raz.soferParticipantGot it. I am with them, I just need to know which files to exclude from cache to troubleshoot. Which files / folders are relevant for the product category css?
July 11, 2023 at 12:02 pm #480635
Artem TemosKeymasterAs we can see from your screenshot, CSS is not loaded at all. So the problem is not with some specific CSS files.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register