Home Forums Basel support forum SKU code

SKU code

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22178

    Oscar
    Participant

    Hi there
    I have ref codes displayed in product detail page (SKU code)
    Also I want product’s SKU code to be displayed in shop page in thumb list (product list)
    Just above the price just under the title, next to review stars, please see attached jpg.
    At the moment it is as in A, but I really need as in B
    Please help, which php to edit what coes and what css etc?
    THANX

    Attachments:
    You must be logged in to view attached files.
    #22190

    Artem Temos
    Keymaster

    Hi,

    Here is a code snippet to display product’s SKU

    <?php echo $product->get_sku(); ?>

    You can place to one of content-product- PHP files located in the folder basel/woocommerce/. It depends on the product hover effect you are using for your website.

    Hope this instruction will help you.

    Kind Regards

    #22195

    Oscar
    Participant

    You see that easy.
    just 1 line
    and it worked
    thanx

    #22197

    Artem Temos
    Keymaster

    We are glad to help you!

    Kind Regards

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