Daily Archives: November 1, 2019
Application security is very much one of those you love it or you hate it topics for most of us. But wherever you sit, there’s probably a problem (or superset of distinct problems) that you find vexing to deal with. I’d like to hear about what those topics within security […]
(tl;dr at bottom if you’re lazy) Hi, A bit of time back I decided that I wanted to learn a programming language, for fun mostly. I’m a fairly computer-savvy person and I want it more as a hobby more than anything, not as a job. Due to me already having […]
Magento 2.2.2 I have in my view.phtml the following code /app/design/frontend/mytheme/shop/Magento_Catalog/templates/product view.phtml $img1 = $products->getResource()->getAttribute('icon_image_1')->getFrontend()->getValue($_product); $label1 = $products->getResource()->getAttribute('icon_image_label_1')->getFrontend()->getValue($_product); $img11 = $url . "/catalog/product/" . $img1; Magento 2.2.2 < ?php if ($img1 != 'no_selection' && $img1 != ''): ?>
When i do a google search for our products and click the link redirects to /search/ instead of the actual product. Some are working and some are not. I would appreciate some help on this issue.
I have a custom resource model mapping to a table named soldiers_thewatcher_watch with a primary key: watch_id. I added the Grid UI component as well as a controller and admin link, but when I access the view (/admin/thewatcher/grid/index/) the page is basically blank in admin (the admin page loads but […]
I have a multi store in M2 version 2.3.3 The issue is with Authorize.net payment, when i click on place order i get an error: “no such entity with cartId” This is hapaning only if i set the payment option to authorize and capture, if i set it to authorize […]
I have this form I can do the sort in the top table, but I can not do in the bottom. How to make it possible to sort immediately in 2 tables? my file structure code on form.php protected function _prepareForm() { $form = new Varien_Data_Form(array( "id" => "edit_form", "action" […]