Daily Archives: October 20, 2019
I’ve been looking at a LOT of code over the years, especially the open source projects I contribute to. Yet, besides my code, I’ve never seen HEREDOC used as a method parameter. Check it out: [Pretty version] https://imgur.com/mSyz9cK.png if ($zuoraId !== $user->zuora_id) { throw new JWTException(< submitted by
i have a problem while upgrading Magento from 2.3.2 to 2.3.3. The update works fine and i have all done which mentioned here: https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/cli-upgrade.html After it, Magento Backend dont work correctly. The Loginform can be loaded but after login there comes an error: There has been an error processing your […]
I am not able to figure out why some of the strings which I input in my i18 > bg_BG.csv are not translating. I will give a small example with Qty. Qty,Количество,module,Magento_Catalog Qty,Количество,module,Magento_AdvancedCheckout Qty,Количество,module,Magento_CatalogInventory Qty,Количество,module,Magento_Checkout Qty,Количество,module,Magento_Customer Qty,Количество,module,Magento_GiftRegistry These are the occurrences in my translation file for Qty, neither of them […]
Running Magento 2 and when someone searches the results are fine but the Pagination returns With Other pages ie; /?cat=&p=2&q=+Masks not /catalogsearch/result/?cat=&p=2&q=+Masks Clients Live Example here: https://www.costumetiger.com/catalogsearch/result/?cat=&q=+Masks The Pagination is off. Magento 2.3.2 Standard search
For example for this page there is a /questions/ask I know how to do a simple URL with a Store direct URL line below not sure how to make one with 2 slashes. simple a href=”{{store direct_url=’test’}}”>Test
I want to create custom export csv with products information in everyday. Heads: 1. identifier;manufacturer;name;category;product_url;price;net_price;image_url;description;delivery_cost 2. ABC123;Example Manufact;Example Name;Animal > Anima sub category > Animals;http://example.com/example/example/example-name.html;180;141.73;http://example.com/media/catalog/product/e/g/egb_0356-1_2.jpg; lrem ipsum;990 3. ETC I think I need a new module and setup a cronjob. Im a beginner, but I can do the instructions. So, […]
I am using the VLC media player on windows 10. When I used the file and stream using the HTTP on port 9000 it worked perfectly. I have port forwarding setup on the Router for both ports for the IP address of my windows 10 laptop on port 9000. LOCAL […]