In particular, there’s an attribute for the banner at the top of the product page that gets updated when there’s a new promotion/event that includes that product, currently, it’s being done manually going through each product one by one, it’s very time-consuming. Is there a better way?
Magento
I am transfering a magento website and I have lost nginx settings. But I have full access in the database. In my case I want to find out upon each store url what values must have the MAGE_RUN_CODE and MAGE_RUN_TYPE fastcgi params. Therefore I have tried the following query directly […]
I looked at this question but I believe magento has changed since then I am trying to set the location block for calling magento 2.4.6-p3 from a subdirectory with the following in my nginx 1.24 server configuration: location ^~ /subdirectory/ { set $MAGE_ROOT /var/www/example.com/subdirectory; include /var/www/example.com/subdirectory/nginx.conf.sample; } but when running […]
I have a problem with the json output when sending a request to the API. I receive data in this format: "{n "name": "John",n "age": 30,n "car": null,n "address": {n "street": "123 Main St",n "city": "Anytown",n "zip": "12345"n }n}" I need the data in this format: { "name": "John", "age": […]
I am experiencing a very strange issue on Magento (version 2.4). Due to a mistake, we imported some incorrect products. To rectify this, we reimported the correct ones. Now, all the products are correct, and the ecommerce works fine but the search function no longer works. When attempting to search […]
I’ve enabled single-store mode and created a new product using the async/bulk/V1/products functionality (MagentoAsynchronousOperationsModelMassSchedule). Initially, all attributes of this product are saved under store_id = 0 (admin store). When editing the product via the admin panel, the attribute values are appropriately updated in the respective tables (e.g., varchar) for the […]
On our productpage we would like to place the two default div’s product.info.main and product.info.media into a new div. How can we achieve this by updating the catalog_product_view.xml? In this case we would like to place only the product media and product-info-main into a new div. So the <div class="column […]
When I run the following commends, theme JavaScript file broken php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento cache:clean Broken files (net::ERR_ABORTED 404 (Not Found)): /pub/static/version1697560192/frontend/Smartwave/porto/en_US/js/jquery.sticky.min.js /pub/static/version1697560192/frontend/Smartwave/porto/en_US/js/jquery.lazyload.js pub/static/version1697560192/frontend/Smartwave/porto/en_US/StripeIntegration_Payments/js/stripe_payments_express.js Notes: Magento ver. 2.4.1 Application mode is default.
How can I set server status 404 with vue component page_not_found? Now server status 404 only with dinamic catalog undefined pages.