ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface LeroChemVariantRefresh

    Response shape of the PrestaShop product refresh AJAX endpoint (controller=product&action=refresh) used to price a non-default size. product_details is an HTML fragment carrying the selected combination's data-product dataset.

    interface LeroChemVariantRefresh {
        id_product_attribute?: string | number;
        product_title?: string;
        product_url?: string;
        product_details?: string;
    }
    Index

    Properties

    id_product_attribute?: string | number
    product_title?: string
    product_url?: string
    product_details?: string