How to add ean code in the product description

This topic has 4 replies, 2 voices, and was last updated 1 weeks, 4 days ago ago by Luca Rossi

  • Avatar: ShoQ
    ShoQ
    Participant
    October 22, 2024 at 09:52

    Hi!
    we must have the ean code visible in product meta, unfortunately I cannot find the option to add it anywhere

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    October 22, 2024 at 14:37

    Hi @ShoQ,

    Please try adding this custom code under functions.php file locates in your child theme:

    
    add_shortcode('et_ean', 'et_ean');
    function et_ean(){
        global $product;
        return $product->get_global_unique_id();
    }
    

    After that add this shortcode to the text element:

    https://prnt.sc/hNSkWVdiCrGK

    Hope it helps!

    Avatar: ShoQ
    ShoQ
    Participant
    November 12, 2024 at 16:03

    it works well for products without the possibility of selecting variants, what code should I add? For example, after selecting product size, it adds the EAN code found in a given variant

    Avatar: Justin
    Luca Rossi
    Support staff
    November 12, 2024 at 17:39

    Dear @ShoQ,

    Thank you for reaching out to us.

    Regrettably, the requested functionality is not feasible as it would require extensive customization of the code for variation products.

    However, if you are interested in personalized customization, we encourage you to submit a request through our customization panel, which can be accessed via the following link:
    https://www.8theme.com/account/#etheme_customization_panel. This will enable you to work directly with our technical team to explore possible solutions.

    Please note that customization services may incur additional fees. The final cost will be determined after a thorough review of your specific requirements.

    We appreciate your understanding and attention to this matter.

    Best regards,
    The 8Theme Team

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.