I would like to write some custom code product actions in a controller is executed. When I have click on the product than showing multiple brands and after that click on brand then show product detail page. I am not able to how to achieve this functionality Please give me […]
Monthly Archives: September 2019
I have an issue with the cataloginventory_stock index. Base table or view already exists: 1050 Table '/cataloginventory_stock_status_outdated' already exists, query was: RENAME TABLE cataloginventory_stock_status TO cataloginventory_stock_status_outdated,cataloginventory_stock_status_replica TO cataloginventory_stock_status,cataloginventory_stock_status_outdated TO cataloginventory_stock_status_replica Can anyone help me for this? Any help would be appreciated Thanks
How I can add a IP field in contact form email? I added this field to the email template {{IP}} {{var data.ip}} but where I can get the data? in magento 1 I used this in indexController.php: // Add the IP.. $postObject->setData( 'ip', $_SERVER['REMOTE_ADDR'] ); Any help would be appreciated.
I am trying to create and delete categories in Magento 2 but am facing some issues while doing it when Flat Categories option is enabled. The weird thing is, my code works fine when called from a bootstrap file like this. < ?php use MagentoFrameworkAppBootstrap; require __DIR__ . '/app/bootstrap.php'; $bootstrap […]
our items are no longer showing for each category page on the frontend. I have checked lots of items on the admin: Enabled = yes Product in website = yes Product in category = yes Stock status in stock = yes Visibility = catalog, search Reset index, Reindex and flush […]
I have been having a (hilarious) problem with my mouse pointer recently, in which it will not stop switching between the “working in background” pointer and the normal pointer. Why is my computer doing this? For reference, this is happening on a Lenovo Thinkpad E480 with Windows 10 Pro. See […]
I’m trying to convert a kluged together linux script to windows command line. so, below is my script, not elegent but somehow it works. rar a -r0 boomer.rar combines all the files into a rar file mkdir ‘rar – ‘”${PWD##*/}” makes a new sub-dir named the same as parent with […]
My WordPress WooCommerce webshop developed a spam problem. The spam is not displayed but affects public product rating and therefore quality of google search results. The thing is I am not able to replicate the recaptcha failure. It seems to work, but it doesn’t. Difficulity is set to max on […]
I would like if threre are new solutions to convert with high-quality an EPUB file to get a PDF. I read the following post which tells that best converting is performed with “calibre” : convert epub to pdf with original (print) formatting? I tried this solution with “calibre” but results […]