Hi @darkuser123,
May I know where you exactly want to add additional data?
May be this file and method will help you,
File: packages/Webkul/Velocity/src/Helpers/Helper.php
Method: public function formatProduct($product, $list = false, $metaInformation = [])
@otheriz @robinflyhigh
your requirement has been implemented in the master branch, please check this https://github.com/bagisto/bagisto/issues/3950
you may update your code with this PR https://github.com/bagisto/bagisto/commit/76f2ec6c8aa2727323f8d62f0cfc4270ce5bc815
@AshJi
I am currently working on an API to create and update Simple products for Bagisto since I am facing the same necessity as you are...
Please, contact me if you need any help with this...
Thanks,
Antonio Peña
Hi there,
If you are creating channels having subdomains, you can use wildcard SSL which will cover all the subdomains.
Also, if you are using same application with multiple channels then you do not need to create a separate database as it is the same application serving multiple domains.
ServerAlias directive is present just to tell the webserver to go to the specific application path (Document Root) .
If you want to know how to create free SSL , then you can this link also: https://bagisto.com/en/configure-ssl-for-tenant-domain-in-multi-tenant-saas-ecommerce-module/