I want to add an option, and I already build a model according to the Categories options of this form. But I want this option contents is the other database, I do not know how to edit the example. Where is the “database and display specific column” can I edit? […]
Magento
Where i can find sort by price logic? I checked elastic search and the price is stored in the format: e.g. “price_1_1:10, price_2_1:15….” Where the first number after „price” is customer_group_id and the second number means price type. I can’t find where in the code is a logic which checks […]
Magento 2.4.5 issue where an Admin user can’t create orders nor reorders for customers. report.CRITICAL: Error: Call to a member function getMethodInstance() on null in /app/vendor/paypal/module-braintree-core/Block/Form.php:174
I have a Magento 2.4.5 shop with 3 shipping methods. I want to give same price to all, but this price will depend on customer shipping zip code. One price for a set of zip code (SET A), and other price for other set (SET B). Now, if Order total […]
in my ecommerce Mega Menu seems not working. The error message is: “an error has occurred while generating this content.” See below. Can I fix it from back-end? Magento version is 2.4.5. Thanks everybody
I have created a modal for request customer to update her address, because we have do an migration and need force customer to update her address. So, after create an endpoint for update address by API (for that what modal can do an dynamic request for that what not refresh […]
Error: do not display images in product detail—Magento cloud bin/magento catalog:images:resize Error: Warning: imagecreatefrompng(): gd-png: libpng warning: iCCP: profile ‘icc’: ‘RGB ‘: RGB color space not permitted on grayscale PNG in /app/cloud/vendor/magento/framework/Image/Adapter/Gd2.php on line 449
I want to (re)install my Porto theme in my test environment, but when deploying static content there are a lot of errors about files that are not found (and also are not there). Why are these errors and offcourse, how to solve… Compilation from source /home/jilco/public_html/app/design/frontend/Smartwave/po rto/Magento_Swatches/web/images/loader-2.gif failed MagentoFrameworkViewAssetFileNotFoundException: Unable […]
I am using Reviews in the project. We have the form itself hidden, the only thing we display is a list of reviews generated from the admin panel. I would like to be able to hide the Reviews tab when there are no reviews, i.e. .review-list is empty. How and […]