We’ve been able to display Yotpo reviews carousel on the homepage of our Magento store. But I need to display that also on a few specific category pages. I’m not sure where to add the following code so that carousel will display only in specific category pages. <style> .yotpo-reviews-carousel {max-width:1300px […]
Magento
I added the Shipping price, Subtotal and Grand Total to the Mini Cart. So that the customers can check their shipping price in the Mini Cart. I think the magento is stored the shipping price in Quote Object. And the Quote object is created after the product to the Cart. […]
I am trying to check for the routename and based on that i want to display the top menu item as active or not. But for some reason is_active does not do anything. Even when i jusst straight up set it to false it still displays as active on the […]
i’m trying to do an api call using ajax on admin page, but it keeps returning “Invalid form key” <script type="text/javascript"> require([ "jquery" ], function ($){ let url = window.location.href; url = url.split('/'); url = url.slice(2,4); url = url.join('/'); console.log("URL -> "+(url+"/rest/V1/orders")); $('#button').on('click', function(){ $.ajax({ url: url+"/rest/V1/orders", data: { "entity":{ […]
How can I get the store_view into the admin grid? I have a second table to store the key and the store_id. how can I retrieve the data from that table to the grid? I have below, but it is showing empty in the gird. how can I get the […]
I have a really big problem with my magento installation, everything was working fine til today – now session in frontend and in backend is not working at all – i can’t add product to cart or do anything else because form key is always mismatched with the one on […]
Using Create new customer using CLI like admin approved method as a base I have been pulling my hair out on how to extend it so I can also add an address to the created user via CLI. any assistance is appreciated.
I am new asking a question. I am trying to add a block to the related products, everything is ok, but also a slider must be added to the products, since there are several. In this case the slick slider was added, the slider works well if it is separated […]
Magento 2.4.2-p1 Smartwave Porto theme Extensions from Amasty Imagine an on-line flower store or a gift basket shop. A customer will come on there to actually send a present to someone else (meaning their Billing and Delivery information will always be different). It occurred to me that our use case […]