I have been facing this issue on my Magento 2.4.6-p1 EE While trying to create order from admin and when selecting store to create order as an admin below error is generated Base table or view not found: 1146 Table 'catalog_category_product_index_store0' doesn't exist, query was: SELECT `main_table`.*, IFNULL(wishlist.name, 'Wish List') […]
Magento
We are using an RMA module which let the customer select a new return for their purchased item. When clicking on the item radio to select an item it should bring up the entire information on the specific item, However in our case the customer clicks to check the radio […]
I want to get the current category name in a .phtml file, having only the product ID. The product ID is fetched from reviews. Note: I’m not running this on product page. This is what I have now: <?php $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $reviewData = $block->getAllRatingData(); foreach ($reviewData as $reviewKey => […]
In checkout, I created a date picker for the delivery date. When the date picker is opened the ui-datepicker-today selects the today date of my local timezone. I cannot find a way to change the timezone. I noticed that the date picker range on the sales order grid follows the […]
Maybe someone can help: on Ubuntu, nginx, latest magento (2.4.6), varnish 6 This is my Nginx conf setup: upstream varnish { ip_hash; server 127.0.0.1:6081; keepalive 32; } server { listen 443 ssl http2; server_name example.com www.example.com; ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem; #include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed […]
My website’s checkout was hacked this 4th time. The hacker somehow modifies the following files: lib/web/jquery.js vendor/magento/framework/Interception/Interceptor.php vendor/magento/framework/Message/Session.php and adds some kind of encrypted scripts and code, which hides all the payment methods and shows a custom credit card payment option. I have tried multiple solutions: changing passwords (FTP/ssh/db/admin), making […]
I’m reaching out to point out the Checkout issue in our Multi-website Magento 2.3.5 Setup. It is not allowing us to proceed further on the second website and showing an error on the Shipping Step. Default store view :- Swedish ✔ – Working correctly New Store View :- Danish x […]
using API /V1/carts/mine/items I got the tutorials / blogs to add configurable, simple and bundle products to cart but how can we add grouped product using this api? What should be the payload ?
I’m looking to have dynamic text that changes based on the store view and the product for seo reason. Below i’ve used a simple exemple of a dynamic country name : 1 – On the attribut configuration page : Create text attribut called “seo-word-country”. 2 – On the product configuration […]