New Self New Life
No Result
View All Result
  • Home
  • Entertainment
  • Celebrity
  • Cinema
  • Music
  • Digital Lifestyle
  • Social Media
  • Softwares
  • Devices
  • Home
  • Entertainment
  • Celebrity
  • Cinema
  • Music
  • Digital Lifestyle
  • Social Media
  • Softwares
  • Devices
New Self New Life
No Result
View All Result
Home Softwares

How to save and display a custom form field value using the PrestaShop hook

by admin
1 year ago
in Softwares
How to save and display a custom form field value using the PrestaShop hook
Share on FacebookShare on Twitter


On this weblog, we’ll discover ways to save the customized type subject and show the up to date worth on the Product Web page utilizing the PrestaShop hook. So, we’ll outline PrestaShop’s given hook.
I hope you already know tips on how to add a customized type subject on the PrestaShop product web page utilizing hook. If are new to this please learn our earlier weblog. Please click on right here.

Let’s proceed to our subject,

Step 1: Register the PrestaShop’s given hook for product save i.e. “actionProductSave” within the set up operate as follows

 public operate set up()
    {
        return mother or father::set up() && $this->registerHook(['actionProductFormBuilderModifier']) && $this->registerHook(['actionProductSave']);
    }

Step 2: Outline hook and carry out save operations for explicit merchandise.

    

    /**
     * Modify product type builder
     *
     * @param array $params
     */
    public operate hookActionProductFormBuilderModifier(array $params): void
    {
        /** @var ProductFormModifier $productFormModifier */
        $productFormModifier = $this->get(ProductFormModifier::class);
        $productId = isset($params['id']) ? new ProductId((int) $params['id']) : null;
        $productFormModifier->modify($productId, $params['form_builder']);
    }

    /**
     * Modify product type builder
     *
     * @param array $params
     */
    public operate hookActionProductSave(array $params): void
    {
        // Please write your logic and operation and save the information as per your want
        // We're utilizing configuration desk to save lots of the information
        $productData = Instruments::getValue('product');
        $demoPrice = $productData['pricing']['demo_module_pricing_field'];
        $demoSEOText = $productData['seo']['demo_module_custom_field'];
        $idWkProduct = $params['id_product'];
        Configuration::updateValue('wk_price_data_' . $idWkProduct, $demoPrice);
        Configuration::updateValue('wk_seo_data_' . $idWkProduct, $demoSEOText);
    }

To avoid wasting the information of Merchandise you should utilize your personal outlined desk or you possibly can act utilizing enter knowledge like ship the e-mail or the rest. We’ve saved the information within the configuration desk for instance solely.

Step 3: You’ll be able to show these saved values by setting the values within the modify() operate of the ProductFormModifier class.

<module-name>/src/Kind/Modifier/ProductFormModifier.php

    /**
     * @param ProductId|null $productId
     * @param FormBuilderInterface $productFormBuilder
     */
    public operate modify(
        ?ProductId $productId,
        FormBuilderInterface $productFormBuilder
    ): void {
        $idWkProduct = $productId->getValue();
        $knowledge['seo'] = Configuration::get('wk_seo_data_' . $idWkProduct);
        $knowledge['price'] = Configuration::get('wk_price_data_' . $idWkProduct);
        $this->modifyDescriptionTab($knowledge, $productFormBuilder);
    }

You’re going to get the outcome as follows after save the customized type subject.

save custom form field of Pricing tab
save custom form field of SEO tab

That’s all.

In case you are dealing with any points or doubts within the above course of, please be at liberty to contact us within the remark part.

I’d be pleased to assist.

Additionally, you possibly can discover our PrestaShop Growth Providers and a wide variety of high quality PrestaShop Modules.

author-thumb

Ravindra Gautam
3 Badges

27 December 2023

For a contemporary replace, our expert crew regularly refreshes the content material.

  • 27 Dec, 2023

    Created by – Ravindra Gautam

  • View Historical past



    Source link

    Tags: CustomDisplayFieldformHookPrestaShopSave
    Previous Post

    Minor update for Vivaldi iOS Browser 6.5

    Next Post

    OpenFeature feature flagging API becomes a CNCF incubating project

    Related Posts

    10+ Best Free Portfolio & Lookbook Templates for InDesign in 2025 — Speckyboy
    Softwares

    10+ Best Free Portfolio & Lookbook Templates for InDesign in 2025 — Speckyboy

    by admin
    June 20, 2025
    User Guide For CS-Cart Product Search By Barcode
    Softwares

    User Guide For CS-Cart Product Search By Barcode

    by admin
    June 18, 2025
    Open Talent platforms emerging to match skilled workers to needs, study finds
    Softwares

    Open Talent platforms emerging to match skilled workers to needs, study finds

    by admin
    June 16, 2025
    New tool could help homeowners weather flood risks, lower insurance costs
    Softwares

    New tool could help homeowners weather flood risks, lower insurance costs

    by admin
    June 19, 2025
    pros, cons, and How to Use Flutter
    Softwares

    pros, cons, and How to Use Flutter

    by admin
    June 13, 2025
    Next Post
    OpenFeature feature flagging API becomes a CNCF incubating project

    OpenFeature feature flagging API becomes a CNCF incubating project

    Igor Morozov Has Made a Career Out of Bridging Tech and Dreams

    Igor Morozov Has Made a Career Out of Bridging Tech and Dreams

    • Trending
    • Comments
    • Latest
    8BitDo Retro Mechanical Keyboard C64 Review

    8BitDo Retro Mechanical Keyboard C64 Review

    March 24, 2025
    SOG and Leatherman EDC, Dyson Lightcycle Morph lamp, COTRE 2-way radios, and more – Weekly roundup

    SOG and Leatherman EDC, Dyson Lightcycle Morph lamp, COTRE 2-way radios, and more – Weekly roundup

    May 16, 2021
    Guide for Bagisto Quick Commerce

    Guide for Bagisto Quick Commerce

    October 16, 2024
    The Best Madras Shirt Brands For Men: Summer 2021 Edition

    The Best Madras Shirt Brands For Men: Summer 2021 Edition

    July 20, 2021
    Most Useful Gadgets in 2021 – Nogentech.org

    Most Useful Gadgets in 2021 – Nogentech.org

    July 29, 2021
    Adobe commerce module seller invitation

    Adobe commerce module seller invitation

    April 13, 2022
    Deal Alert! Save 50% On Yankee Candles – Hollywood Life

    Deal Alert! Save 50% On Yankee Candles – Hollywood Life

    November 26, 2022
    Christie Brinkley, 70, shares cancer diagnosis with difficult photo and message – ‘This can be avoided’

    Christie Brinkley, 70, shares cancer diagnosis with difficult photo and message – ‘This can be avoided’

    March 13, 2024
    Jim Jones Rejects Notion That His Career Is Comparable to Nas’

    Jim Jones Rejects Notion That His Career Is Comparable to Nas’

    June 20, 2025
    Latest stock updates at Best Buy, Walmart, Target and more

    Latest stock updates at Best Buy, Walmart, Target and more

    June 20, 2025
    Gilmore Girls Took The Show’s Most Controversial Storyline A Little Too Far

    Gilmore Girls Took The Show’s Most Controversial Storyline A Little Too Far

    June 20, 2025
    Singapore Q3 job outlook: Who’s hiring? Opportunities, risks & forecasts amid Trump tariffs.

    Singapore Q3 job outlook: Who’s hiring? Opportunities, risks & forecasts amid Trump tariffs.

    June 20, 2025
    The Largest Communities on Reddit [Infographic]

    The Largest Communities on Reddit [Infographic]

    June 20, 2025
    Rebel Wilson Says ‘It’s Really Hard Being a Working Mum,’ Spills on Year One of Marriage

    Rebel Wilson Says ‘It’s Really Hard Being a Working Mum,’ Spills on Year One of Marriage

    June 20, 2025
    Justin Bieber Trolls Haters Over 'Standing On Business' Viral Paparazzi Outburst!

    Justin Bieber Trolls Haters Over 'Standing On Business' Viral Paparazzi Outburst!

    June 20, 2025
    Robin Tunney, Ryan Simpkins & Aaron Dominguez Join Emily Robinson’s ‘Ugly Cry’

    Robin Tunney, Ryan Simpkins & Aaron Dominguez Join Emily Robinson’s ‘Ugly Cry’

    June 19, 2025
    New Self New Life

    Your source for entertainment news, celebrities, celebrity news, and Music, Cinema, Digital Lifestyle and Social Media and More !

    Categories

    • Celebrity
    • Cinema
    • Devices
    • Digital Lifestyle
    • Entertainment
    • Music
    • Social Media
    • Softwares
    • Uncategorized

    Recent Posts

    • Jim Jones Rejects Notion That His Career Is Comparable to Nas’
    • Latest stock updates at Best Buy, Walmart, Target and more
    • Gilmore Girls Took The Show’s Most Controversial Storyline A Little Too Far
    • Home
    • Disclaimer
    • DMCA
    • Privacy Policy
    • Cookie Privacy Policy
    • Terms and Conditions
    • Contact us

    Copyright © 2021 New Self New Life.
    New Self New Life is not responsible for the content of external sites. slotsfree  creator solana token

    No Result
    View All Result
    • Home
    • Entertainment
    • Celebrity
    • Cinema
    • Music
    • Digital Lifestyle
    • Social Media
    • Softwares
    • Devices

    Copyright © 2021 New Self New Life.
    New Self New Life is not responsible for the content of external sites.

    New Self New Life