Files
wyczarujprezent.pl/modules/doofinder/views/js/add-to-cart/doofinder-add_to_cart_ps16.js
2024-10-28 22:14:22 +01:00

19 lines
547 B
JavaScript

/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author Doofinder
* @copyright Doofinder
* @license GPLv3
*/
//implementation of "add to cart" functionality for prestashop 1.6.x
let doofinderManageCart = (cartOptions) => {
ajaxCart.add(cartOptions.productID, cartOptions.customizationID);
}