How fid it
Posts made by Megalight
-
RE: Product creating error
I export sql and create new Db via laravel this way DB::unprepared($sql);
-
Product issue
Please ensure the product type 'simple' is configured in your application.
I get this error when try get products in api/products. But create products in admin without errors
-
Error After package add to gabisto
Return value of Konekt\Concord\Proxies\ModelProxy::targetClass() must be of the type string, null returned
-
RE: Product creating error
When I write this code in DB::statement('SET FOREIGN_KEY_CHECKS=0;'); in product create don't have error but product flat table all values in null
-
Product creating error
When I create a new product throw this error.
.How can I fix it?
-
Get grouped attributes
Hi, how can I group the attributes for a simple product, for example: group name - phone display, which will contain the following attributes: 4.8 inch, 7.6 inch, 10.2 inch? And how can I get them via API call?
I need this to be able to compare products (not in Velocity theme) like this:
-
Get configurable products
How can I get only configurable products and simple products how to have configurable parents via API??
Bagisto gives all products via api/products (category_id....limit) but noting about it -
Get products issue
I have added products both configurable and simple, when I get the products api/products with postman I receive 403 forbidden but after I get products as well and it takes 10-13 seconds
-
RE: Upload products
When I am importing the products they have been created in the products table and the product_flat table, but all data is updated after some time and in admin, they are updated not completely but part by part. Why I have this issue?
-
Upload products
I create a package for uploading products,
Can you provide my steps after creating products, I mast update in float or create attributes then update??
My products are multilingual and configurable -
Bulk uploading issue
I try upload products with bulk upload package, but the status comes inactive images don't show and, don't have a column for multilingual products? How to upload products for multilingual whit products??
-
Add new category throw error
SQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION megaligh_admin.get_url_path_of_category does not exist (SQL: update
categories
setimage
= ?,categories
.updated_at
= 2021-02-08 14:15:11 whereid
= 97)mysql 8.0.22 charset is utf8mb4_unicode_ci,.
I change charset to utf8_unicode_ci, but get this error
-
RE: How remove themes from Bagisto
Can you explain a little more detailed the steps, as when I delete those 2 packages I receive an error
I reomve it from app.php and composer.json to -
How remove themes from Bagisto
Hi,
I want to use the Bagisto admin part only, I had another site and I need the only backend without a front how can I do that?? -
RE: Edit customer account
@Vaishali-Agarwal
If I don't use the marketplace plugin but want to modify the customer account ( delete download products part ). How can I do that??