PATH:
home
/
lab2454c
/
costbloc.com
/
app
/
Services
/
Import
/
Dependencies
<?php /** * @package CrossSell Dependency Handler * @author TechVillage <support@techvill.org> * @contributor Al Mamun <[almamun.techvill@gmail.com]> * @created 03-01-2023 */ namespace App\Services\Import\Dependencies; class CrossSell { /** * Process the given cross sell data * * @param array $data * * @return array; */ public function process($data) { // Cross sell store logic will be here } } ?>
[-] CrossSell.php
[edit]
[+]
..
[-] Category.php
[edit]
[-] TagDependency.php
[edit]
[-] Upsell.php
[edit]