New Landing How can we help? Atelier Product price under featured image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #330818
    Geertsmits
    Member
    Post count: 6

    I would like to display the productprice under the product image on the left. How can I do that? ( I will transfer to the childtheme after I have the major changes finished)

    Thanks Geert

    #330820
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #330822
    Geertsmits
    Member
    Post count: 6

    Hi,

    sorry, I was away from my desk. No what I mean is to move the price underneat the featured picture on the product page.

    See attached file

    Geert

    Attachments:
    You must be logged in to view attached files.
    #330849
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you try to add the code below to the functions.php of your child theme.
    The 1st it’s to remove the price from the current place and the 2nd one to add it after the product Thumbnails.

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
    add_action( 'woocommerce_product_thumbnails', 'woocommerce_template_single_price', 50 );

    -Rui

    #330855
    Geertsmits
    Member
    Post count: 6

    Hi,

    So far it’s not working. I am first going to deactivate line-for-line the custom css code to see if there is interference. Please keep this ticket open until tomorrow?

    Geert

    #330856
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.

    -Rui

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

You must be logged in to reply to this topic.