Hello @alexVillalobos ,
As i can see, you want to add new icon for your project, as we have already added it in bagisto using icon prefix, and these icons are defined inside the font.wolf file, which is available inside the assets -> font folder.
If you want to add your icon, you need to add your font class inside the font file. We are using icomooon for generating font files.
For Static Content, only native normal CSS will be used there if we add a tailwind there then the build is not able to get created for classes, and if some classes are already build and used then it will apply to the static content.
@Rishabh-Webkul Thanks for your info. This makes me switch from WooCommerce to Bagisto. I highly appreciate if you guide me to do that in details. Actually, I'm a low code web builder and new to Bagisto. Text, photo upload, option fields for custom products are important to me, but I just found attributes in Catalog that cannot collect buyer's info.
@amit-webkul You did not answer either of my questions. I clearly already know how to run tests. I am talking about the integrity of the test (cases and suites).
I wanted to address an issue we’ve been experiencing with the product API. It seems that the query is currently taking about one minute to process, which is unusual compared to our usual response times.
Could you please let us know if any changes have been made to the Product API recently?
As I checked your concern, I wasn't able to fully understand your request. Could you please clarify whether you're referring to CMS pages or something else?
Kindly provide more details so I can assist you better.
In the theme section, we provide only some extensions of the image, like JPG, JPEG, and PNG. If you want to add your new type of image, such as a gift type, you need to customize the changes in the theme section and make the changes as you need.
As I checked, it is predefined CSS classes in the Bagisto Shop package. And it works properly.
If you add another CSS class, follow the sequence, so before npm compilation you need to use that custom CSS class in the blade file. After that, you compile the file and it will work perfectly.