Home Forums WoodMart support forum Change “SKU” Line location

Change “SKU” Line location

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #478299

    raz.sofer
    Participant

    Hi!
    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.

    #478405

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #478530

    raz.sofer
    Participant

    Hello 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?

    #478545

    Artem Temos
    Keymaster

    Sorry, we need your website link in order to see this and try to help you. Thank you in advance.

    #478612

    raz.sofer
    Participant

    Hi, 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.

    #478652

    raz.sofer
    Participant

    Hi Artem
    Website link is in private info box

    #478834

    Artem Temos
    Keymaster

    Hello,

    To move the SKU you need to copy the file wp-content/themes/woodmart/woocommerce/content-product-fw-button.php to your child theme woodmart-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 10 months ago by Artem Temos.
    #478836

    raz.sofer
    Participant

    Thank you very much! I will try and keep you posted.
    What about the other issue with the website display? what can we do?

    #478862

    Artem Temos
    Keymaster

    Could you please send us a direct link to the page where we can see this problem on your website now?

    #478865

    raz.sofer
    Participant

    It 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 success

    #478928

    Artem Temos
    Keymaster

    Copy the PHP function woodmart_product_sku from the inc/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.

    #479006

    raz.sofer
    Participant

    Thank 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/n5V2At0fIV3D

    #479094

    Artem Temos
    Keymaster

    Please, send us a link to the page where we can see these errors in the console. Thank you

    #479399

    raz.sofer
    Participant

    Attached

    #479561

    Artem Temos
    Keymaster

    Hello,

    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

    #480347

    raz.sofer
    Participant

    Hello 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.
    #480573

    Artem Temos
    Keymaster

    Hello,

    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

    #480596

    raz.sofer
    Participant

    Thank 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 JS

    #480599

    Artem Temos
    Keymaster

    Hello,

    You need to consult with the plugin developer for this matter. Usually, cache and optimization plugins shouldn’t cause such problems.

    Kind Regards

    #480617

    raz.sofer
    Participant

    Got 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?

    #480635

    Artem Temos
    Keymaster

    As we can see from your screenshot, CSS is not loaded at all. So the problem is not with some specific CSS files.

    Kind Regards

Viewing 21 posts - 1 through 21 (of 21 total)