New Landing How can we help? Atelier Pinterest Rich Pins

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #220642
    BBadmin
    Member
    Post count: 97

    Hi. Can you please help!? Where should I add this code so it doesnt break anything?

    “paste this code somewhere between the <head> and </head> tags of the webpages where you have products.

    <meta property=”og:title” content=”Name of your product” />
    <meta property=”og:type” content=”product” />
    <meta property=”og:price:amount” content=”1.00″ />
    <meta property=”og:price:currency” content=”AUD” />

    THANKS

    #220703
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    These are already output on your single product page?

    – David.

    #221170
    BBadmin
    Member
    Post count: 97

    It should be pulling the product info (price etc) however its not as I havent added the code as per the above.

    Can you pls tell me where to add this code?

    somewhere between the <head> and </head> tags of the webpages where you have products
    (where exactly should I put this?????

    thanks

    #221178
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Those meta tags exist within the theme already on the single product page. Please view the source and look for:

    <meta itemprop="price" content="715" />
    <meta itemprop="priceCurrency" content="GBP" />

    If you wanted to add more, you will need to edit the file woocommerce/content-single-product.php and add in under line 116:

    <meta property="og:title" content="<?php the_title(); ?>" />
    <meta property="og:type" content="product" />
    <meta property="og:price:amount" content="<?php echo $product->get_price(); ?>" />
    <meta property="og:price:currency" content="<?php echo get_woocommerce_currency(); ?>" />

    – David.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register