I have tried to create a product grid custom extension but product grid filter is not working and I am not able to save data this is my code: <?php namespace MagebeesArtistsBlockAdminhtmlSlideEdit; class Tabs extends MagentoBackendBlockWidgetTabs { protected function _construct() { parent::_construct(); $this->setId('slide_tabs'); $this->setDestElementId('edit_form'); $this->setTitle(__('Artists Album')); } protected function _prepareLayout() […]
Magento
i am having to refresh some of the product page to be fully load. some even the ad to cart button is not able to click it until I refresh the page. its random. some i have to refresh multiple time to see the PayPal button to load on the […]
I configured the fedex in magento 2 but it gives this error always. I might have entered some data incorrectly I need help configuring it.
Magento 2.4.5-p1 here. Problem: I want to have a downloadable product status that is different from “Complete” when completed. So far I have set, that status is “Pending” to download but also limited to only immediate payments. So order will remain in “Pending” status max. 1 minute as immediately paid […]
I have just updated my magento version from 2.4.0 to 2.4.6 and i am getting this error on frontend.Please suggest any solution. Also i have custom theme but i am not getting why this error is occuring. Any leads would be highly appreciated. <div id="authenticationPopup" data-bind="scope:'authenticationPopup', style: {display: 'none'}"> <script>window.authenticationPopup […]
System: Ubuntu 22.04 LTS Varnish Cache 7.0.3 Magento 2.4.6-p2 Ngnix 1.8 Apache 2.4 Magento sets Base URLs with HTTP and Base URLs (Secure) with HTTPS I’m trying to set up a site with Apache (Webserver) – Varnish (Cache) – Nginx (Proxy): Apache port 7080 and 7081 Varnish port 6081 Nginx […]
1st Magento version 2.4.2-p1 2nd Magento version 2.4.5-p1 about 2416 products on each Magento install I have two Magento 2 sites both running in a separate account as part of my 1 hosting account = one that is production and the other is being developed and eventually, I will switch […]
Actual URL https://xyz.com/a5-stapled-brochures.html Duplicate URL: https://xyz.com/catalog/product/view/id/484/s/a6-stapled-brochures-1/category/35/ How to remove Duplicate URLs?
I have 400k products in my store and when I generate a sitemap it contains non-canonical URL, is there any way I can stop adding non-canonical URLs in sitemap.xml, and still be able to generate sitemap. any idea? Thanks